From 907e8bf6a64215a516fdf16869dd81248aeaa2f6 Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Fri, 17 Mar 2017 16:53:18 -0400 Subject: update digilines, technic, unified inventory, and switched castles to the new modpack form --- castle_storage/init.lua | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 castle_storage/init.lua (limited to 'castle_storage/init.lua') 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 -- cgit v1.2.3