Mineclonia/mods/ITEMS/mcl_doors/init.lua

10 lines
321 B
Lua
Raw Normal View History

2017-03-12 01:55:29 +00:00
mcl_doors = {}
2015-06-29 17:55:56 +00:00
2017-06-05 19:57:23 +00:00
local this = minetest.get_current_modname()
local path = minetest.get_modpath(this)
2015-06-29 17:55:56 +00:00
2017-06-05 19:57:23 +00:00
dofile(path.."/api_doors.lua") -- Doors API
dofile(path.."/api_trapdoors.lua") -- Trapdoors API
dofile(path.."/register.lua") -- Register builtin doors and trapdoors
dofile(path.."/alias.lua") -- Legacy aliases