Deleting a recipe in GroovyScript raises java.lang.NoSuchMethodError
gg12883 opened this issue ยท 1 comments
I use Deepl because I am not good at English
Script
mods.mekanism.electrolyticSeparator.removeAll()
This error also occurs with recipe deletion on other machines
groovy.log
latest.log
Supplementary information.
https://github.com/sddsd2332/Mekanism-CE-Unofficial-1.12.2/blob/RFG/src/main/java/mekanism/common/recipe/RecipeHandler.java#L849
https://github.com/sddsd2332/Mekanism-CE-Unofficial-1.12.2/blob/RFG/src/main/java/mekanism/common/recipe/RecipeHandler.java#L715
I changed these two parts from Object2ObjectOpenHashMap
to HashMap
in the IDE and the script worked!
Sorry, wrong log to send.
groovy.log https://mclo.gs/JJSe6OD
latest.log https://mclo.gs/rKZpJwG