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
15c564afe6
2
mod.conf
2
mod.conf
@ -1,4 +1,4 @@
|
|||||||
name = mesecons_stealthnode
|
name = mesecons_stealthnodes
|
||||||
description = A mod to register Ghoststones.
|
description = A mod to register Ghoststones.
|
||||||
depends = default, mesecons_random
|
depends = default, mesecons_random
|
||||||
optional_depends = moreores
|
optional_depends = moreores
|
||||||
|
@ -186,7 +186,7 @@ function stealthnode.register_conductnode(modname, node)
|
|||||||
output = stealthnode_name .. " 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, "mesecons:wire_00000000_off", node_name},
|
||||||
{"default:tin_ingot", node_name, "default:tin_ingot"},
|
{"default:tin_ingot", node_name, "default:tin_ingot"},
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user