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 4
Considering similar issues have been fixed MC-267866 i think it can be considered a valid issue.
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
Refer to reasoning provided via comments for MC-109377 and MC-273944. This case of an item drop being hardcoded and not loot table controlled is a very clear inconsistency with how item drops are handled by the game nowadays. Furthermore, this exact same issue but for cave vines/glow berries was fixed just an hour ago (MC-276629), making this inconsistency even more glaringly obvious. I strongly believe this should be reopened and treated as a valid issue.
Can confirm in Minecraft 1.21 by code analyzation in
SweetBerryBushBlock#onUse
. I can also not find any loot table relating to this.