add recipe to straighten corner insulated wires

This commit is contained in:
flux 2022-11-24 13:15:46 -08:00
parent bd07fb0c79
commit 7783ffa754
1 changed files with 6 additions and 0 deletions

View File

@ -67,3 +67,9 @@ minetest.register_craft({
{"", "mesecons_insulated:insulated_off"},
}
})
minetest.register_craft({
output = "mesecons_extrawires:insulated_off3",
type = "shapeless",
recipe = {"mesecons_insulated:corner_off "}
})