mirror of
https://github.com/acmgit/mesecons_stealthnode.git
synced 2024-11-25 00:33:46 +01:00
Recipe changed.
This commit is contained in:
parent
b7bd412a02
commit
569c9fbc01
@ -185,9 +185,9 @@ function stealthnode.register_conductnode(modname, node)
|
|||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
output = stealthnode_name .. " 4",
|
output = stealthnode_name .. " 4",
|
||||||
recipe = {
|
recipe = {
|
||||||
{"default:tin_ingot", node_name, "default:tin_ingot"},
|
{"mesecons:wire_00000000_off", node_name, "mesecons:wire_00000000_off"},
|
||||||
{node_name, "mesecons:wire_00000000_off", node_name},
|
{node_name, "default:tin_ingot", node_name},
|
||||||
{"default:tin_ingot", node_name, "default:tin_ingot"},
|
{"mesecons:wire_00000000_off", node_name, "mesecons:wire_00000000_off"},
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user