From 3a74a359baf06003a6dbc325a9a8c132c1a7839c Mon Sep 17 00:00:00 2001 From: Freeman Date: Wed, 25 Dec 2024 03:14:26 +0100 Subject: [PATCH] require mcl_redstone --- mesecons_gamecompat/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mesecons_gamecompat/init.lua b/mesecons_gamecompat/init.lua index 13b2b49..5dd17ad 100644 --- a/mesecons_gamecompat/init.lua +++ b/mesecons_gamecompat/init.lua @@ -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