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

Viradex

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

muzikbike

(Unassigned)

Community Consensus

Loot tables

missing-loot-table

1.21

Retrieved