My script is simple, it just adds a gregtech material, nothing else.
println("Initializing GREGTECH content")
mods.gregtech.materialEvent {
def rose_material = materialBuilder(32000,"rose_heart")
.liquid(fluidBuilder())
.color(0x8f1c11)
.temperature(272.15)
.translation('gregtech.fluid.liquid_generic')
.gem()
.components(material('carbon') * 2)
.build()
}
println("Init of GREGTECH Completed")
Anyways, the full error is
java.lang.NoSuchMethodError: com.blakebr0.extendedcrafting.crafting.CompressorRecipeManager.getRecipes()Ljava/util/List;
Here is my latest and debug.log
https://mclo.gs/IVdq84C
https://mclo.gs/PdgNzw7