mirror of
https://github.com/minetest-mods/mesecons.git
synced 2024-11-17 23:58:27 +01:00
Add recipe to straighten wire (#629)
Add recipe to straighten corner insulated wires
This commit is contained in:
parent
bd07fb0c79
commit
a780298cfc
@ -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"}
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user