mirror of
https://github.com/minetest-mods/mesecons.git
synced 2025-03-21 19:40:38 +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")
|
||||
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")
|
||||
dofile(minetest.get_modpath("mesecons_gamecompat").."/compat_mcl.lua")
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user