forked from minetest-mods/mesecons
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")
|
minetest.log("info", "Mesecons: detected MineClonia Game for game compatibility")
|
||||||
dofile(minetest.get_modpath("mesecons_gamecompat").."/compat_mcl.lua")
|
dofile(minetest.get_modpath("mesecons_gamecompat").."/compat_mcl.lua")
|
||||||
end
|
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