Vanessa Ezekowitz
2017-06-18 d4162be9a75816e2edbc8f6ed97588b2cad881d7
remove wooden chests redefinitions
they're incompatible with current minetest_game and do nothing useful anyway
1 files deleted
1 files modified
52 ■■■■■ changed files
technic_chests/init.lua 1 ●●●● patch | view | raw | blame | history
technic_chests/wooden_chest.lua 51 ●●●●● patch | view | raw | blame | history
technic_chests/init.lua
@@ -9,7 +9,6 @@
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")
technic_chests/wooden_chest.lua
File was deleted