The Aether: Redux

The Aether: Redux

8M Downloads

[Bug]: Broken Leaves Loot Table

bolobread opened this issue Β· 9 comments

commented

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
commented

ah yeah oops
will be fixed in 2.0.9

commented

ok this is fixed now

commented

nah ur good, im just making a modpack but am catching errors in the logs

commented

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

commented

more specifically, in 1.19.2, leaves use "minecraft:alternative" for the loot table, but in 1.20.1 it uses "minecraft:any_of"

commented

aaah whoops πŸ˜‚

commented

OH
ok
I accidentally did minecraft:alternatives instead of minecraft:alternative lol

commented

oh wait you said that im blind xd

commented

ok yeah this should be fixed now, as of 2.0.13