Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
AfroSpartan opened this issue Jan 16, 2024 · 5 comments
Closed

Comments

@AfroSpartan
Copy link

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
@SiverDX
Copy link

SiverDX commented Jan 16, 2024

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
Copy link
Author

I'll take a look, cheers

@AfroSpartan
Copy link
Author

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

@SiverDX
Copy link

SiverDX commented Jan 16, 2024

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
Copy link
Author

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants