mojira.dev
MCPE-57215

Guardians never drop fishing loot

The bug

Guardians are intended to randomly drop fishing loot. In fact, it's right here in the loot table:

{
    "conditions": [
        {
            "condition": "killed_by_player"
        },
        {
            "condition": "random_chance_with_looting",
            "chance": 0.025,
            "looting_multiplier": 0.01
        }
    ],
    "rolls": 1,
    "entries": [
        {
            "type": "loot_table",
            "name": "loot_tables/gameplay/fishing/fish",
            "weight": 1
        }
    ]
}

This does NOT work, because the name is missing the .json extension that for some reason is included in Bedrock Edition, as seen in other referential loot tables such as vindicator_raid.

Linked issues

Comments 2

Thank you for your report!
However, this issue has been temporarily closed as Awaiting Response

If you feel this is still a valid issue in the latest version, then please update the ticket accordingly and ensure that it follows the Issue Guidelines including clear steps to reproduce the problem.

For any account or purchasing related issues, please contact Minecraft Customer Support directly, as we cannot assist with those here at the bug tracker.

This ticket will automatically reopen when you reply.

Quick Links:
📓 Issue Guidelines – 💬 Mojang Support – 📧 Suggestions – 📖 Minecraft Wiki

tryashtar

(Unassigned)

382639

Confirmed

Windows

1.21.82 Hotfix, 1.18.10.26 Beta, 1.17.30.24 Beta, 1.17.11 Hotfix, 1.17.0.56 Beta, ..., 1.18.12 Hotfix, 1.19.51, 1.20.40.22 Preview, 1.20.30, 1.21.94 Hotfix

Retrieved