The bug
Endermen holding vines or glow lichen do not drop them upon being killed, even with provided face block state properties. 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.
Linked issues
discovered while testing 1
Attachments
Comments 7
It might be, but this did not occur in 1.19.2 and it was not mentioned in the changelogs. I think it's more likely that it was an oversight.
To prevent a mistaken resolution, please update the commands to provide at least 1 face block state set to true (https://bugs.mojang.com/browse/MC-277949?focusedId=1363424&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-1363424)
Glow Lichen and Vines aren't silk touchable with a pick or axe so this is probably intended