-
Bug
-
Resolution: Duplicate
-
None
-
Minecraft 1.8.9, Minecraft 15w51b, Minecraft 1.9.3 Pre-Release 3, Minecraft 1.10.2, Minecraft 16w41a, Minecraft 1.11
-
None
-
Confirmed
When spawning a FallingSand entity with block type minecraft:leaves2 and this entity drops (if it falls e.g. on a flower) it creates an item with data 4 or 5 (acacia leaves: 4, dark oak: 5) totally ignoring the original given data.
Given 0, 4, 8, 12: Drops 4
Given 1, 5, 9, 13: Drops 5
Other data values are not summonable, which is correct.
Since data values 4 & 5 don't have item textures they show as an unknown block texture.
The normal leaves block (minecraft:leaves) works fine and always drops items with data ids 0 to 3 as expected.
Reproduce:
Stand in a flower and do:
/summon minecraft:falling_block ~ ~1 ~ {Block:"minecraft:leaves2",Time:1}
- duplicates
-
MC-112891 Falling block entity drops block with metadata of item dropped when block would be mined causing malformed drops
- Resolved