summaryrefslogtreecommitdiff
path: root/castle_storage/init.lua
diff options
context:
space:
mode:
Diffstat (limited to 'castle_storage/init.lua')
-rw-r--r--castle_storage/init.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/castle_storage/init.lua b/castle_storage/init.lua
new file mode 100644
index 0000000..187af4f
--- /dev/null
+++ b/castle_storage/init.lua
@@ -0,0 +1,3 @@
+local MP = minetest.get_modpath(minetest.get_current_modname())
+dofile(MP.."/crate.lua")
+dofile(MP.."/ironbound_chest.lua") \ No newline at end of file