mirror of
https://github.com/acmgit/mesecons_stealthnode.git
synced 2024-11-21 23:03:53 +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({
|
||||
output = stealthnode_name .. "_off" .. " 4",
|
||||
output = stealthnode_name .. " 4",
|
||||
recipe = {
|
||||
{"default:tin_ingot", node_name, "default:tin_ingot"},
|
||||
{node_name, "group:mesecon_conductor_craftable", node_name},
|
||||
|
Loading…
Reference in New Issue
Block a user