You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create new void world and build this above the starting platform (Command block behind button: summon wither_skeleton ~ ~-3 ~ , other command blocks: time query gametime) Do not spawn the wither skeleton by hand.
Press the button
Wait until the skeleton reaches the pressure plate. Calculate the difference between the times printed in the time query gametime command blocks. Kill the wither skeleton.
Repeat this a few times to convince yourself that you keep measuring the same time difference
Notice that if you perform steps 1-4 in vanilla, the time difference you are getting is 508 ticks. However, with neoforge it is 465 ticks.
Description of issue:
The wither skeleton moves faster in lava when the neoforge mod loader is used. No mods are installed.
The text was updated successfully, but these errors were encountered:
Code investigation shows that neoforge processes lava fluid pushing whenever vanilla only performs water pushing (e.g. when a mob lands on ground).
2No2Name
changed the title
Wither skeletons pushed by lava move more quickly than in vanilla
Entities pushed by lava move more quickly than in vanilla
Oct 3, 2024
Minecraft Version: 1.21.1
NeoForge Version: 21.1.65
Logs: Probably not helpful here
Steps to Reproduce:
summon wither_skeleton ~ ~-3 ~
, other command blocks:time query gametime
) Do not spawn the wither skeleton by hand.time query gametime
command blocks. Kill the wither skeleton.Description of issue:
The wither skeleton moves faster in lava when the neoforge mod loader is used. No mods are installed.
The text was updated successfully, but these errors were encountered: