diff options
author | Vanessa Ezekowitz <vanessaezekowitz@gmail.com> | 2017-06-17 22:06:37 -0400 |
---|---|---|
committer | Vanessa Ezekowitz <vanessaezekowitz@gmail.com> | 2017-06-17 22:06:37 -0400 |
commit | d4162be9a75816e2edbc8f6ed97588b2cad881d7 (patch) | |
tree | 594883d2fe896ad25c5eeb8e98daba7a02891f0b /technic_chests/init.lua | |
parent | db480011fbc77b3c2249e0cf3dcae1ae9087784f (diff) |
remove wooden chests redefinitions
they're incompatible with current minetest_game and do nothing useful anyway
Diffstat (limited to 'technic_chests/init.lua')
-rw-r--r-- | technic_chests/init.lua | 1 |
1 files changed, 0 insertions, 1 deletions
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") |