From d4162be9a75816e2edbc8f6ed97588b2cad881d7 Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Sat, 17 Jun 2017 22:06:37 -0400 Subject: remove wooden chests redefinitions they're incompatible with current minetest_game and do nothing useful anyway --- technic_chests/init.lua | 1 - 1 file changed, 1 deletion(-) (limited to 'technic_chests/init.lua') diff --git a/technic_chests/init.lua b/technic_chests/init.lua index af9e041..3565987 100644 --- a/technic_chests/init.lua +++ b/technic_chests/init.lua @@ -9,7 +9,6 @@ technic.chests = {} dofile(modpath.."/common.lua") dofile(modpath.."/register.lua") -dofile(modpath.."/wooden_chest.lua") dofile(modpath.."/iron_chest.lua") dofile(modpath.."/copper_chest.lua") dofile(modpath.."/silver_chest.lua") -- cgit v1.2.3