mirror of
https://github.com/minetest-mods/mesecons.git
synced 2025-03-26 05:50:30 +01:00
Move mesecons_doors to mesecons_gamecompat
This commit is contained in:
parent
4eeab8f6f5
commit
28467fc3cb
@ -1,3 +0,0 @@
|
||||
name = mesecons_doors
|
||||
depends = mesecons, doors
|
||||
optional_depends = xpanes
|
@ -18,3 +18,7 @@ if minetest.get_modpath("mcl_core") then
|
||||
minetest.log("info", "Mesecons: detected MineClonia Game for game compatibility")
|
||||
dofile(minetest.get_modpath("mesecons_gamecompat").."/compat_mcl.lua")
|
||||
end
|
||||
|
||||
if minetest.get_modpath("doors") then
|
||||
dofile(minetest.get_modpath("mesecons_gamecompat").."/doors.lua")
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user