You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
WaitingIdly
added a commit
to WaitingIdly/GroovyScript
that referenced
this issue
Feb 19, 2024
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.
The text was updated successfully, but these errors were encountered: