Skip to content

CompressorRecipeManager expiriences an error of NoSuchMethodError #267

@logslmao

Description

@logslmao

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions