tidy code

This commit is contained in:
TenPlus1
2017-08-22 15:54:53 +01:00
parent 7e07b9af7e
commit 7479131a2c
5 changed files with 32 additions and 33 deletions
-13
View File
@@ -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"}
})