-
Bug
-
Resolution: Works As Intended
-
None
-
Minecraft 16w04a, Minecraft 1.12.2, Minecraft 1.13-pre10, Minecraft 1.13, Minecraft 18w30a, Minecraft 18w30b, Minecraft 18w32a, Minecraft 1.13.1, Minecraft 1.13.2-pre1, Minecraft 1.13.2, Minecraft 18w45a, Minecraft 18w46a, Minecraft 18w48a, Minecraft 18w48b, Minecraft 18w49a, Minecraft 18w50a, Minecraft 19w04b, Minecraft 19w05a, Minecraft 19w06a, Minecraft 19w08b, Minecraft 19w09a, Minecraft 19w11a, Minecraft 19w11b, 1.14.4, 19w37a, 1.15.2, 20w15a, 1.17.1
-
Confirmed
-
Loot tables
The bug
Elder Guardians are not using the loot table of Guardians as base loot table instead they contain nearly the same entries except that it is more likely to get fish instead of prismarine crystals (I do not know if this is intended). This makes it possibly harder to maintain the loot tables because normally an Elder Guardian should drop the normal loot of a Guardian as well.
Possible solution
To solve this, the loot table could be changed to the following, this would however remove the difference for the weight of fish.
{ "pools": [ { "rolls": 1, "entries": [ { "type": "loot_table", "name": "minecraft:entities/guardian", "weight": 1 } ] }, { "rolls": 1, "entries": [ { "type": "item", "name": "minecraft:sponge", "weight": 1 } ], "conditions": [ { "condition": "killed_by_player" } ] } ] }
- relates to
-
MC-92294 Elder Guardians drop normal sponge instead of wet sponge
- Resolved