summaryrefslogtreecommitdiff
path: root/castle_gates/init.lua
diff options
context:
space:
mode:
authorVanessa Ezekowitz <vanessaezekowitz@gmail.com>2017-03-17 16:53:18 -0400
committerVanessa Ezekowitz <vanessaezekowitz@gmail.com>2017-03-17 16:53:18 -0400
commit907e8bf6a64215a516fdf16869dd81248aeaa2f6 (patch)
treed199282e5764c7ab5183fe0d78ed0412dbb0b89f /castle_gates/init.lua
parent06d9243586cecb1abed74550ce2544b436572a35 (diff)
downloaddreambuilder_modpack-907e8bf6a64215a516fdf16869dd81248aeaa2f6.tar
dreambuilder_modpack-907e8bf6a64215a516fdf16869dd81248aeaa2f6.tar.gz
dreambuilder_modpack-907e8bf6a64215a516fdf16869dd81248aeaa2f6.tar.bz2
dreambuilder_modpack-907e8bf6a64215a516fdf16869dd81248aeaa2f6.tar.xz
dreambuilder_modpack-907e8bf6a64215a516fdf16869dd81248aeaa2f6.zip
update digilines, technic, unified inventory,
and switched castles to the new modpack form
Diffstat (limited to 'castle_gates/init.lua')
-rw-r--r--castle_gates/init.lua8
1 files changed, 8 insertions, 0 deletions
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")