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