Failed to execute LootRule minecraft:air/apotheosis:uncommon/STAT/1.0!
AfroSpartan opened this issue ยท 5 comments
This seems very strange, should it even be affecting air?
I'm working on a mod pack with a ridiculous amount of mods so this is probably a mod conflict but I'm getting the error "Failed to execute LootRule minecraft:air/apotheosis:uncommon/STAT/1.0!" shortly after spawning in a new world.
Is there a list of known incompatible mods, or any pointers as to what could cause this?
Versions
- Apotheosis-1.20.1-7.2.2.jar
- ApothicAttributes-1.20.1-1.2.1.jar
- ApothicCurios-1.20.1-1.0.3.jar
- ec_apotheosis_plugin-1.20.1-1.1.0-all.jar
- curios-forge-5.4.7+1.20.1.jar
- expanded_combat-1.20.1-3.0.5-all.jar
mcreator mods tend to add minecraft:air
to the curios
tag
either clean them up or ask the dev of ApothicCurios
to ignore minecraft:air
I'm using kubejs
craft tweaker should also be able to do it
with datapacks you can only completely overwrite it
meaning you'd need to clear it completely and add everything back except air
possible if you use the ingame /forge command to list out tag entries and check periodically to make sure you add any new tags
I'm pretty new to creating modpacks. Any pointers as to where to look to clean the tags up or and documentation?