mirror of
https://github.com/minetest-mods/mesecons.git
synced 2025-01-27 08:40:16 +01:00
require mcl_redstone
This commit is contained in:
parent
b2dbb226c2
commit
3a74a359ba
@ -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") and minetest.get_modpath("mcl_trees") then
|
if minetest.get_modpath("mcl_core") and minetest.get_modpath("mcl_redstone") 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…
Reference in New Issue
Block a user