forked from MineClone5/MineClone5
Update Fork #1
|
@ -0,0 +1,9 @@
|
|||
mclx_doors = {}
|
||||
|
||||
local this = minetest.get_current_modname()
|
||||
local path = minetest.get_modpath(this)
|
||||
|
||||
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
|
Loading…
Reference in New Issue