[Bug]: Broken Leaves Loot Table
bolobread opened this issue Β· 9 comments
Minecraft Version
1.19.2
Mod Version
2.0.8
Forge/Neoforge Version
43.3.0
What happened?
All the leaf blocks use any_of
instead of alternative
in their loot table, which effectively breaks the loot table. discovered using neruina.
What was the expected result?
The leaves should be dropping items and not crashing my game. Attached are the fixed loot tables.
azure_fieldsproot_leaves.json
blighted_skyroot_leaves.json
blightwillow_leaves.json
fieldsproot_leaves.json
gilded_oak_leaves.json
glacia_leaves.json
prismatic_fieldsproot_leaves.json
purple_glacia_leaves.json
spectral_fieldsproot_leaves.json
Steps to Reproduce
Take a look at lines 19, 75 and 143 of the loot tables for all leaves in the mod.
Log Output (if applicable)
No response
Crash Report (if applicable)
No response
Is this a compatibility issue with another mod?
No response
Additional Context/Information
No response
Make sure to confirm these as well before submitting the report:
- The issue persists on the latest version of the mod.
- All version numbers are properly recorded, no instances of βlatestβ
- All details are reported clearly and concisely
- This issue is not a duplicate of another issue
- If the issue is a modpack-related issue, it has been reported to the modpack devs as well
This issue has brought itself back in the newest update somehow. it appears that in the new loot tables for all the leaves, all the "type": "minecraft:alternatives"
and "condition": "minecraft:alternative"
have been changed to alternatives
which breaks the loot tables again
more specifically, in 1.19.2, leaves use "minecraft:alternative"
for the loot table, but in 1.20.1 it uses "minecraft:any_of"
OH
ok
I accidentally did minecraft:alternatives
instead of minecraft:alternative
lol