-
Bug
-
Resolution: Unresolved
-
None
-
1.19.3 Pre-release 2, 1.19.3 Pre-release 3, 1.19.3, 23w06a, 1.19.4 Pre-release 1, 1.19.4, 1.20 Release Candidate 1, 1.20, 1.20.1, 1.20.2, 1.20.4, 1.21, 24w34a, 24w44a, 1.21.3
-
Confirmed
-
Loot tables
-
Normal
-
Gameplay
The bug
Endermen holding vines or glow lichen do not drop them upon being killed. This did not occur in 1.19.2, so I believe this is an oversight with the new loot tables.
To reproduce
- Execute the following commands:
/summon minecraft:enderman ~ ~ ~ {NoAI:1b,Health:1f,carriedBlockState:{Name:"minecraft:vine"}} /summon minecraft:enderman ~ ~ ~ {NoAI:1b,Health:1f,carriedBlockState:{Name:"minecraft:glow_lichen"}}
- Note that this occurs even when said blocks have provided face block states.
/summon minecraft:enderman ~ ~ ~ {NoAI:1b,Health:1f,carriedBlockState:{Name:"minecraft:vine",Properties:{"east":"true"}}} /summon minecraft:enderman ~ ~ ~ {NoAI:1b,Health:1f,carriedBlockState:{Name:"minecraft:glow_lichen",Properties:{"east":"true"}}}
- Hit the endermen.
Expected result
They would drop the item.
Observed result
They don't drop the item.