Details
-
Bug
-
Status: Open
-
Resolution: Unresolved
-
Minecraft 1.11.2, Minecraft 17w06a, Minecraft 1.12.2, Minecraft 17w50a, Minecraft 1.13.1, 20w46a, 1.17.1
-
None
-
Confirmed
-
(Unassigned)
Description
The bug
Falling block entities which are below Y 1 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 0 because Y 1 can still be considered "in the world".
How to reproduce
Summon a falling block entity below Y 1 but above or at Y 0 with a Time value of 100
/summon falling_block ~ 0 ~ {Time:100,NoGravity:1b}
→ You will see that the falling block instantly drops as item
Attachments
Issue Links
- relates to
-
MC-79870 Falling block entity above Y 320 drops as item after 100 ticks
- Open