This commit is contained in:
A.C.M 2023-06-08 01:02:59 +02:00
commit 15c564afe6
2 changed files with 2 additions and 2 deletions

@ -1,4 +1,4 @@
name = mesecons_stealthnode
name = mesecons_stealthnodes
description = A mod to register Ghoststones.
depends = default, mesecons_random
optional_depends = moreores

@ -186,7 +186,7 @@ function stealthnode.register_conductnode(modname, node)
output = stealthnode_name .. " 4",
recipe = {
{"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"},
}
})