require mcl_redstone

This commit is contained in:
Freeman 2024-12-25 03:14:26 +01:00
parent b2dbb226c2
commit 3a74a359ba

View File

@ -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