diff --git a/nodes.lua b/nodes.lua index bbf301e..014db82 100644 --- a/nodes.lua +++ b/nodes.lua @@ -1,6 +1,5 @@ - --------------------------------------------------------------------------------------- -- helper node that is used during construction of a house; scaffolding --------------------------------------------------------------------------------------- @@ -13,12 +12,4 @@ minetest.register_node("handle_schematics:support", { climbable = true, paramtype = "light", drawtype = "plantlike", -}) - - -minetest.register_craft({ - output = "handle_schematics:support", - recipe = { - {"default:stick", "", "default:stick", } - } -}) +}) \ No newline at end of file