mirror of
https://github.com/minetest-mods/mesecons.git
synced 2025-03-22 20:10:36 +01:00
assert only MineClonia (not Voxelibre)
This commit is contained in:
parent
e2c119d011
commit
b2dbb226c2
@ -14,7 +14,7 @@ if minetest.get_modpath("default") then
|
|||||||
dofile(minetest.get_modpath("mesecons_gamecompat").."/compat_mtg.lua")
|
dofile(minetest.get_modpath("mesecons_gamecompat").."/compat_mtg.lua")
|
||||||
end
|
end
|
||||||
|
|
||||||
if minetest.get_modpath("mcl_core") then
|
if minetest.get_modpath("mcl_core") and minetest.get_modpath("mcl_trees") 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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user