mojira.dev
MC-277949

Endermen holding resin clumps don't drop them upon being killed

The Bug:

Endermen holding resin clumps don't drop them upon being killed.

Steps to Reproduce:

  1. Summon an enderman holding a resin clump by using the command provided below.

    /summon minecraft:enderman ~ ~ ~ {NoAI:1b,Silent:1b,Health:1f,carriedBlockState:{Name:"minecraft:resin_clump"}}
  2. Kill the enderman and look closely at the items that it drops upon death.

Observed Behavior:

Resin clumps don't drop.

Expected Behavior:

Resin clumps would drop.

Linked issues

Comments 3

Feature request - enderman cannot provide state definition, and default state of resin clump (no sides) have empty loottable, Similar to glow lichen

Actually, endermen can provide a full block state in the carriedBlockState NBT, but still, default state is all faces false, is no loot.

Glow lichen/vines have a different problem though (MC-258192), which is that endermen drop = "silk touch enchanted diamond pickaxe mined block", yet glow lichen and vines only drop when mined with shears.

ok, providing proper state demonstrates it is not an issue with the enderman. I was not correct with initial justification, but it turns out it is a feature request/wai at least

 

/summon minecraft:enderman ~ ~ ~ {NoAI:1b,Health:1f,carriedBlockState:{Name:"minecraft:resin_clump",Properties:
{"east":"true"}
}}

 

works just fine

Avoma

(Unassigned)

Confirmed

Expansion A

Low

Items, Mob behaviour

24w44a

Retrieved