mojira.dev
MC-94830

Dropping falling block leaves2 creates unknown block texture

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}

Linked issues

Comments 2

Duplicate of MC-112891 even though MC-112891 is newer but should be kept open due to better explanation and code analysis.

Nico

(Unassigned)

Confirmed

Minecraft 1.8.9, Minecraft 15w51b, Minecraft 1.9.3 Pre-Release 3, Minecraft 1.10.2, Minecraft 16w41a, Minecraft 1.11

Retrieved