Mekanism-CE-Unofficial

Mekanism-CE-Unofficial

46.6k Downloads

Can not use Groovy Script

sekinon-maru9 opened this issue · 0 comments

commented

I use DeepL translation as I'm not English native.

I get an error when I try to add a recipe for PRC in MekCEu(Mekanism-CE-Unofficial-All-9.9.1.214.jar).
I use example PRC recipe.
(GroovyScript − 1.1.3)
https://cleanroommc.com/groovy-script/mods/mekanism/pressurized_reaction_chamber

error log

An exception occurred while running scripts. Look at latest.log for a full stacktrace:
groovy.lang.MissingPropertyException: No such property: pressurized_reaction_chamber for class: mekanism.common.integration.groovyscript.MekanismAdd
Possible solutions: pressurizedReactionChamber
at postInit.test_mekCEu.run(test_mekCEu.groovy:1)
at com.cleanroommc.groovyscript.sandbox.GroovySandbox.runScript(GroovySandbox.java:167)
at com.cleanroommc.groovyscript.sandbox.GroovyScriptSandbox.runScript(GroovyScriptSandbox.java:181)
at com.cleanroommc.groovyscript.sandbox.GroovySandbox.loadScripts(GroovySandbox.java:140)

Remarks.
CleanroomMC/GroovyScript#247 (comment)