summaryrefslogtreecommitdiff
path: root/castle_gates/init.lua
blob: 3292cef5ddd88ed4609e724264a405c817c6aafd (plain)
1
2
3
4
5
6
7
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")