mirror of
https://github.com/acmgit/mesecons_stealthnode.git
synced 2024-11-22 07:13:45 +01:00
Merge branch 'master' of https://github.com/acmgit/mesecons_stealthstones
This commit is contained in:
commit
82d9890263
@ -183,7 +183,7 @@ function stealthnode.register_conductnode(modname, node)
|
|||||||
})
|
})
|
||||||
|
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
output = stealthnode_name .. "_off" .. " 4",
|
output = stealthnode_name .. " 4",
|
||||||
recipe = {
|
recipe = {
|
||||||
{"default:tin_ingot", node_name, "default:tin_ingot"},
|
{"default:tin_ingot", node_name, "default:tin_ingot"},
|
||||||
{node_name, "group:mesecon_conductor_craftable", node_name},
|
{node_name, "group:mesecon_conductor_craftable", node_name},
|
||||||
|
Loading…
Reference in New Issue
Block a user