Supprimer 'mods/ITEMS/mclx_doors/init.lua'

This commit is contained in:
3raven 2022-03-07 01:37:41 +00:00
parent 5bf59931cf
commit 0e00644e73
1 changed files with 0 additions and 9 deletions

View File

@ -1,9 +0,0 @@
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