From 569c9fbc01985334094d035977524385e3a46fb4 Mon Sep 17 00:00:00 2001 From: "A.C.M" Date: Thu, 8 Jun 2023 01:20:16 +0200 Subject: [PATCH] Recipe changed. --- register.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/register.lua b/register.lua index fdbb658..534f49a 100644 --- a/register.lua +++ b/register.lua @@ -185,9 +185,9 @@ function stealthnode.register_conductnode(modname, node) minetest.register_craft({ output = stealthnode_name .. " 4", recipe = { - {"default:tin_ingot", node_name, "default:tin_ingot"}, - {node_name, "mesecons:wire_00000000_off", node_name}, - {"default:tin_ingot", node_name, "default:tin_ingot"}, + {"mesecons:wire_00000000_off", node_name, "mesecons:wire_00000000_off"}, + {node_name, "default:tin_ingot", node_name}, + {"mesecons:wire_00000000_off", node_name, "mesecons:wire_00000000_off"}, } })