mojira.dev
MC-273943

Sweet berries drop from harvested bushes is hardcoded

The bug

When right clicking on a sweet berry bush, sweet berries are dropped at its location. This does not appear to be tied to its own loot table - it either reuses the loot table for breaking bushes, or is a hardcoded drop.

How to fix

Introduce a dedicated loot table for right clicking on sweet berry bushes.

Linked issues

Comments

Viradex

Can confirm in Minecraft 1.21 by code analyzation in SweetBerryBushBlock#onUse. I can also not find any loot table relating to this.

dropStack(world, pos, new ItemStack(Items.SWEET_BERRIES, j + (bl ? 1 : 0)));
kelianor

Considering similar issues have been fixed MC-267866 i think it can be considered a valid issue.

[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