drop handle_schematics:support recipe

master
Milan* 2016-08-31 15:13:41 +02:00
parent 4a1cc2a2f8
commit 3df8f02941
1 changed files with 1 additions and 10 deletions

View File

@ -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", }
}
})
})