-
Bug
-
Resolution: Unresolved
-
None
-
1.18.10.26 Beta, 1.17.30.24 Beta, 1.17.11 Hotfix, 1.17.0.56 Beta, 1.16.0.51 Beta, 1.13.1, 1.13.0, 1.14.0, 1.16.0, 1.16.221 Hotfix, 1.18.2 Hotfix, 1.18.12 Hotfix, 1.19.51, 1.20.40.22 Preview, 1.20.30
-
None
-
Confirmed
-
Windows
-
382639
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.
- is duplicated by
-
MCPE-153369 Guardians killed by a player don't have a chance to drop an additional random fish.
- Resolved