mirror of
https://github.com/minetest-mods/mesecons.git
synced 2025-06-28 05:50:17 +02:00
Add recipe to straighten wire (#629)
Add recipe to straighten corner insulated wires
This commit is contained in:
@ -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"}
|
||||
})
|
||||
|
Reference in New Issue
Block a user