summaryrefslogtreecommitdiff
path: root/tool.lua
diff options
context:
space:
mode:
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"}
-})