-
Bug
-
Resolution: Unresolved
-
None
-
Minecraft 19w09a, Minecraft 1.14 Pre-Release 2, Minecraft 1.14 Pre-Release 3, Minecraft 1.14 Pre-Release 4, Minecraft 1.14 Pre-Release 5, Minecraft 1.14, Minecraft 1.14.1 Pre-Release 1, Minecraft 1.14.1 Pre-Release 2, Minecraft 1.14.1, Minecraft 1.14.2 Pre-Release 2, Minecraft 1.14.2 Pre-Release 3, Minecraft 1.14.2 Pre-Release 4, Minecraft 1.14.2, Minecraft 1.14.3 Pre-Release 1, Minecraft 1.14.3 Pre-Release 3, Minecraft 1.14.3 Pre-Release 4, Minecraft 1.14.3, Minecraft 1.14.4 Pre-Release 1, Minecraft 1.14.4 Pre-Release 2, Minecraft 1.14.4 Pre-Release 5, 1.14.4 Pre-Release 7, 1.14.4, 19w35a, 19w36a, 19w38b, 19w39a, 19w40a, 19w42a, 19w44a, 19w45a, 19w46a, 19w46b, 1.15 Pre-release 1, 1.15 Pre-release 3, 1.15 Pre-release 5, 1.15 Pre-release 6, 1.15 Pre-release 7, 1.15.1, 1.15.1 Pre-release 1, 1.15.2 Pre-release 2, 1.15.2, 20w06a, 20w09a, 20w14a, 20w15a, 20w16a, 20w17a, 20w18a, 20w19a, 20w20a, 20w20b, 20w21a, 20w22a, 1.16 Pre-release 4, 1.16 Pre-release 5, 1.16 Pre-release 6, 1.16 Pre-release 7, 1.16 Pre-release 8, 1.16 Release Candidate 1, 1.16, 1.16.1, 20w28a, 1.16.2, 1.16.3, 20w51a, 21w03a, 1.16.5, 21w06a, 21w11a, 21w15a, 21w16a, 21w17a, 21w18a, 21w19a, 21w20a, 1.17 Pre-release 1, 1.17 Pre-release 2, 1.17 Pre-release 3, 1.17 Pre-release 4, 1.17 Pre-release 5, 1.17 Release Candidate 1, 1.17 Release Candidate 2, 1.17, 1.17.1 Release Candidate 1, 1.17.1, 1.18 Pre-release 6, 1.18, 1.19.2, 1.20.2, 23w42a
-
None
-
Confirmed
-
Block states, Entities
-
Low
-
Platform
The bug
When summoning a falling block with another entity as a passenger (that passenger could be another falling block as well), that passenger will be inside of the block once the block lands on the ground. Before 1.14, it used to be ejected on top of the block.
Most noteworthy, this causes falling blocks riding other falling blocks to pop off as items instead of being placed, rendering so-called "one command creations" unusable.
How to reproduce
1. Example:
/summon minecraft:falling_block ~5 ~10 ~ {Time:1,BlockState:{Name:"minecraft:redstone_block"},Passengers:[{id:"minecraft:cow"}]}
→ The cow will be inside of the block once the block lands
2. Example:
/summon minecraft:falling_block ~5 ~10 ~ {Time:1,Passengers:[{id:"minecraft:falling_block",Time:1,Passengers:[{id:"minecraft:falling_block",Time:1,Passengers:[{id:"minecraft:falling_block",Time:1}]}]}]}
→ The sand blocks will be drop of the block once the first block lands
3. Example with more blocks:
/summon minecraft:falling_block ~5 ~10 ~ {Time:1,Passengers:[{id:"minecraft:falling_block",Time:1,Passengers:[{id:"minecraft:falling_block",Time:1,Passengers:[{id:"minecraft:falling_block",Time:1,Passengers:[{id:"minecraft:falling_block",Time:1,Passengers:[{id:"minecraft:falling_block",Time:1,Passengers:[{id:"minecraft:falling_block",Time:1,Passengers:[{id:"minecraft:falling_block",Time:1,Passengers:[{id:"minecraft:falling_block",Time:1}]}]}]}]}]}]}]}]}
→ The sand blocks will be drop of the block once the first block lands
- is duplicated by
-
MC-145310 Passenger Falling Blocks Break
- Resolved
-
MC-148767 falling_blocks riding falling_blocks will not land correctly
- Resolved
-
MC-150041 falling_block as Passengers of falling_blocks make phantom blocks
- Resolved
-
MC-151804 Falling blocks that are passengers of falling blocks never land in 1.14
- Resolved
-
MC-151873 falling_blocks riding falling_blocks will not land correctly
- Resolved
-
MC-153125 falling block offset issue
- Resolved
-
MC-158859 passenger-entities get stacked to low
- Resolved
-
MC-172576 Summoning an entity with a falling_block as a passenger causes the falling_block to initially spawn at the entity's feet and then shoot upwards.
- Resolved
-
MC-193252 1.14-1.16.1 falling block breaks
- Resolved
-
MC-195460 Problem with command block!
- Resolved
-
MC-215477 Falling sand breaks if summoned riding falling sand
- Resolved
- relates to
-
MC-178666 Falling blocks can place themselves while riding an entity
- Open