diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2017-08-22 15:54:53 +0100 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2017-08-22 15:54:53 +0100 |
commit | 7479131a2c0878ddddecb7dc8ca1a36b77c43702 (patch) | |
tree | efbf615c8485e72f319dc2125c83b71ba0c3d313 /tool.lua | |
parent | 7e07b9af7ecfa016ed3351bb7eb1e9d1e9eead15 (diff) |
tidy code
Diffstat (limited to 'tool.lua')
-rw-r--r-- | tool.lua | 13 |
1 files changed, 0 insertions, 13 deletions
@@ -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"}
-})
|