summaryrefslogtreecommitdiff
path: root/tool.lua
diff options
context:
space:
mode:
authorTenPlus1 <kinsellaja@yahoo.com>2017-08-22 15:54:53 +0100
committerTenPlus1 <kinsellaja@yahoo.com>2017-08-22 15:54:53 +0100
commit7479131a2c0878ddddecb7dc8ca1a36b77c43702 (patch)
treeefbf615c8485e72f319dc2125c83b71ba0c3d313 /tool.lua
parent7e07b9af7ecfa016ed3351bb7eb1e9d1e9eead15 (diff)
tidy code
Diffstat (limited to 'tool.lua')
-rw-r--r--tool.lua13
1 files changed, 0 insertions, 13 deletions
diff --git a/tool.lua b/tool.lua
index 653ba36..d02fc73 100644
--- a/tool.lua
+++ b/tool.lua
@@ -122,16 +122,3 @@ minetest.register_craft({
{"default:steel_ingot", "default:steel_ingot", "default:steel_ingot"},
}
})
-
--- recipes to switch between protectors
-minetest.register_craft({
- type = "shapeless",
- output = "protector:protect",
- recipe = {"protector:protect2"}
-})
-
-minetest.register_craft({
- type = "shapeless",
- output = "protector:protect2",
- recipe = {"protector:protect"}
-})