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_gates/init.lua | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 castle_gates/init.lua (limited to 'castle_gates/init.lua') diff --git a/castle_gates/init.lua b/castle_gates/init.lua new file mode 100644 index 0000000..3292cef --- /dev/null +++ b/castle_gates/init.lua @@ -0,0 +1,8 @@ +castle_gates = {} + +local modpath = minetest.get_modpath(minetest.get_current_modname()) +dofile(modpath.."/doc.lua") +dofile(modpath.."/gate_functions.lua") +dofile(modpath.."/gate_slots.lua") +dofile(modpath.."/gates.lua") +dofile(modpath.."/doors.lua") -- cgit v1.2.3