diff options
Diffstat (limited to 'technic_chests/init.lua')
-rw-r--r-- | technic_chests/init.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/technic_chests/init.lua b/technic_chests/init.lua index 6003054..99af8ad 100644 --- a/technic_chests/init.lua +++ b/technic_chests/init.lua @@ -8,6 +8,7 @@ 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") |