init.lua 250 B

123456789
  1. castle_gates = {}
  2. local modpath = minetest.get_modpath(minetest.get_current_modname())
  3. dofile(modpath.."/doc.lua")
  4. dofile(modpath.."/gate_functions.lua")
  5. dofile(modpath.."/gate_slots.lua")
  6. dofile(modpath.."/gates.lua")
  7. dofile(modpath.."/doors.lua")