-
Bug
-
Resolution: Unresolved
-
None
-
Minecraft 15w31a, 1.20.6, 24w18a
-
Confirmed
-
Loot tables, Mob behaviour
-
Normal
-
Platform
Summary:
Relates to MC-92772. When the gamerule doMobLoot is disabled, endermen do not drop the blocks they carry upon their demise. This behavior can inadvertently result in block deletion, as endermen sporadically acquire blocks.
Steps to reproduce:
/gamerule doMobLoot true
/summon enderman ~ ~ ~ {Health:1f,carriedBlockState:{Name:"minecraft:anvil"}}
- Kill the enderman.
/gamerule doMobLoot false
/summon enderman ~ ~ ~ {Health:1f,carriedBlockState:{Name:"minecraft:anvil"}}
- Kill the enderman again
Observed result:
Endermen don't drop their block when the gamerule doMobLoot is set to false.
Expected result:
Enderman should drop their block when the gamerule doMobLoot is set to false.
Note:
It appears that monsters holding items also do not drop them when the gamerule doMobLoot is disabled, suggesting that this behavior might be intentional. However animals still drop their saddles.
- relates to
-
MC-92772 Saddled pigs don't drop saddle with doMobLoot=false
- Resolved