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 99af8ad..5fa96ff 100644 --- a/technic_chests/init.lua +++ b/technic_chests/init.lua @@ -4,6 +4,7 @@ modpath = minetest.get_modpath("technic_chests") +technic = technic or {} technic.chests = {} dofile(modpath.."/common.lua") |