Shadows-of-Fire / Apotheosis

All things that should have been.
Other
155 stars 120 forks source link

Failed to execute LootRule minecraft:air/apotheosis:uncommon/STAT/1.0! #1137

Closed AfroSpartan closed 5 months ago

AfroSpartan commented 5 months ago

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

SiverDX commented 5 months ago

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

AfroSpartan commented 5 months ago

I'll take a look, cheers

AfroSpartan commented 5 months ago

I'm pretty new to creating modpacks. Any pointers as to where to look to clean the tags up or and documentation?

SiverDX commented 5 months ago

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

AfroSpartan commented 5 months ago

Much appreciated, I'll try that. I'm guessing it's a case of creating a datapack that contains copies for any items that have the minecraft:air tag but with that tag removed?