From 3df8f02941ff0041cef5e5a0ab7d9141b1635159 Mon Sep 17 00:00:00 2001 From: Milan* Date: Wed, 31 Aug 2016 15:13:41 +0200 Subject: [PATCH] drop handle_schematics:support recipe --- nodes.lua | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) 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