-
Bug
-
Resolution: Unresolved
-
None
-
Minecraft 1.11.2, Minecraft 17w06a, Minecraft 1.12.2, Minecraft 17w50a, Minecraft 1.13.1, 20w46a, 1.17.1, 1.20.1, 1.20.2 Pre-release 2
-
Confirmed
-
(Unassigned)
The bug
Falling block entities which are below Y -63 drop already after 100 ticks instead of the default 600.
Expected behavior
Falling block entities should drop as item after 100 ticks if they are below Y -64 because Y -63 can still be considered "in the world".
How to reproduce
Summon a falling block entity below Y -63 but above or at Y -64 with a Time value of 100
/summon falling_block ~ -63.1 ~ {Time:100,NoGravity:1b}
→ You will see that the falling block instantly drops as item
- relates to
-
MC-79870 Falling block entity above Y 320 drops as item after 100 ticks
- Open