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

NPE with Integrated Dynamics when reloading and having Machines disabled via config #125

Closed
MasterEnderman opened this issue Feb 17, 2024 · 0 comments

Comments

@MasterEnderman
Copy link

Integrated Dynamics has a config option to stop various blocks of the mod from registering. This causes a NPE when reloading the recipe registry and GroovyScript is unable to find the Integrated Dynamics Machines.

java.lang.NullPointerException
		at com.cleanroommc.groovyscript.compat.mods.integrateddynamics.MechanicalSqueezer.onReload(MechanicalSqueezer.java:23)
		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183)
		at java.util.Iterator.forEachRemaining(Iterator.java:116)
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

1 participant