mirror of
https://github.com/acmgit/mesecons_stealthnode.git
synced 2024-11-22 07:13:45 +01:00
Changed Recipe to Tin_Ingot instead Iron_Ingot
This commit is contained in:
parent
9cb9744e03
commit
4e9c346732
@ -69,9 +69,9 @@ function stealthnode.register_stealthnode(modname, node)
|
||||
minetest.register_craft({
|
||||
output = 'mesecons_stealthnode:' .. modname .. "_" .. node .. ' 4',
|
||||
recipe = {
|
||||
{"default:steel_ingot", modname .. ":" .. node, "default:steel_ingot"},
|
||||
{"default:tin_ingot", modname .. ":" .. node, "default:tin_ingot"},
|
||||
{modname .. ":" .. node, "group:mesecon_conductor_craftable", modname .. ":" .. node},
|
||||
{"default:steel_ingot", modname .. ":" .. node, "default:steel_ingot"},
|
||||
{"default:tin_ingot", modname .. ":" .. node, "default:tin_ingot"},
|
||||
}
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user