Update Fork #1

Merged
chmodsayshello merged 696 commits from MineClone5/MineClone5:master into master 2022-03-23 14:40:26 +01:00
1 changed files with 9 additions and 0 deletions
Showing only changes of commit 926382b6dc - Show all commits

View File

@ -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