mojira.dev
MC-258192

Endermen holding vines or glow lichen no longer drop them upon being killed

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

  1. 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"}}
  2. 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"}}}
  3. Hit the endermen.

Expected result

They would drop the item.

Observed result

They don't drop the item.

Linked issues

Attachments

Comments 7

Glow Lichen and Vines aren't silk touchable with a pick or axe so this is probably intended

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.

Could be fixed so that tool type always matches (if shears are set to the "proper tool".

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)

ampolive

(Unassigned)

Confirmed

Gameplay

Normal

Loot tables

enderman, glow_lichen, vine

1.19.3 Pre-release 2, 1.19.3 Pre-release 3, 1.19.3, 23w06a, 1.19.4 Pre-release 1, ..., 1.21, 24w34a, 24w44a, 1.21.3, 1.21.8

Retrieved