remove wooden chests redefinitions

they're incompatible with current minetest_game and do nothing useful anyway
This commit is contained in:
Vanessa Ezekowitz
2017-06-17 22:06:37 -04:00
parent db480011fb
commit d4162be9a7
2 changed files with 0 additions and 52 deletions

View File

@ -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")