Skip to content

sonic_screwdriver recipe doesn't work in mineclone-like games without mesecons_materials #386

@programmerjake

Description

@programmerjake

it should probably use mat.insulation instead:

minetest.register_craft({
output = "technic:sonic_screwdriver",
recipe = {
{"", mat.diamond, ""},
{"mesecons_materials:fiber", "technic:battery", "mesecons_materials:fiber"},
{"mesecons_materials:fiber", mat.mithril_ingot, "mesecons_materials:fiber"}
}
})

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugSomething isn't workingGood first issueGood for newcomers

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions