mojira.dev
MC-273941

Scute drop from turtles appears to be hardcoded

The bug

The dropping of scutes from growing turtles appears to be a hardcoded item drop, rather than referring to a loot table as with just about all other item drops from mobs.

How to fix

Introduce a loot table for turtles dropping scutes.

Linked issues

Comments 3

Can confirm by code analyzation of Minecraft 1.21 inside TurtleEntity.class.  I can also not find any loot table relating to this.

protected void onGrowUp() {
    super.onGrowUp();
    if (!this.isBaby() && this.getWorld().getGameRules().getBoolean(GameRules.DO_MOB_LOOT)) {
      this.dropItem(Items.TURTLE_SCUTE, 1);
    }
}
[Mojang] Triage Team

Thank you for your report!
After consideration, the issue is being closed as Invalid.

You have posted a feature request or a suggestion. This site is for bug reports only.
For suggestions, please visit The official Minecraft feedback site or visit the Minecraft Feedback Discord server.

Quick Links:
📓 Bug Tracker Guidelines – 💬 Community Support – 📧 Mojang Support (Technical Issues) – 📧 Microsoft Support (Account Issues)
📓 Project Summary – ✍️ Feedback and Suggestions – 📖 Game Wiki

See reasoning provided for MC-109377, MC-273942 and MC-273943. In 24w37a, a loot table was introduced for armadillo scutes (MC-273942), and just an hour ago, the tickets MC-94610, MC-269838, MC-269839, MC-276529 and MC-276759 were all fixed. The continued nonexistence of a turtle scute loot table is not only a glaring inconsistency in the game itself, but this ticket's resolution is inconsistent with the four aforementioned tickets, alongside other previously fixed missing loot table reports. This should be reopened.

muzikbike

(Unassigned)

Community Consensus

Loot tables

missing-loot-table

1.21

Retrieved