Add recipe to straighten wire (#629)

Add recipe to straighten corner insulated wires
This commit is contained in:
fluxionary 2022-12-01 09:26:47 -08:00 committed by GitHub
parent bd07fb0c79
commit a780298cfc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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_insulated:insulated_off",
type = "shapeless",
recipe = {"mesecons_extrawires:corner_off"}
})