Summary:
When a turtle grows up and drops scute, the game does not check if doMobLoot
is set to false
.
Steps to reproduce:
Set
doMobLoot
tofalse
./gamerule doMobLoot false
Summon a baby turtle.
/summon turtle ~ ~1 ~ 0 0 minecraft:entity_born
Feed the turtle seagrass.
Observed result:
The turtle will still drop scute.
Expected result:
The turtle will not drop scute.
Video:
[media]Linked issues
Attachments
Comments 4

This is a feature request. doMobLoot controls drops that occur when a mob dies, as the word loot means taking by conquest. Mobs giving items in a natural or intentional way is not loot. Not only turtle scutes, but also eggs from chicken, piglin bartering drops, tamed cat gifts, armadillo scutes, are not looted from mobs. See https://www.merriam-webster.com/dictionary/loot
This was fixed in Java Edition (MC-136208).