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

Fix Crash for Ex Nihilo addon #7

Merged
merged 4 commits into from
Oct 31, 2023
Merged

Fix Crash for Ex Nihilo addon #7

merged 4 commits into from
Oct 31, 2023

Conversation

Cleptomania
Copy link
Member

The ex nihilo addon in here does not specify itself to load after NEIAddons, which causes a crash when this is included with Ex Nihilo because it tries to integrate with NEIAddons but NEIAddons hasn't been loaded yet.

This fixes that by just adding it to the dependencies in the @Mod annotation for the exnihilo addon.

This PR also updates buildscript, does spotless, and updates all dependencies, as previously the repo was not in a buildable state. The only real code change to that is changing a parameter in the NEI tooltip functions to have a wildcard.

This fix isn't necessary for GTNH, but fixes this mod causing crashes when included with Ex Nihilo

@Dream-Master Dream-Master merged commit 79422c5 into GTNewHorizons:master Oct 31, 2023
1 check passed
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

Successfully merging this pull request may close these issues.

2 participants