From 7479131a2c0878ddddecb7dc8ca1a36b77c43702 Mon Sep 17 00:00:00 2001 From: TenPlus1 Date: Tue, 22 Aug 2017 15:54:53 +0100 Subject: tidy code --- tool.lua | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'tool.lua') 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"} -}) -- cgit v1.2.3