Support for Hades Revisited (#710)

This commit is contained in:
sfence
2025-06-25 21:22:06 +02:00
committed by GitHub
parent f24429b9f7
commit e2fc73da98
4 changed files with 79 additions and 1 deletions

View File

@ -19,6 +19,11 @@ if minetest.get_modpath("mcl_redstone") then
dofile(minetest.get_modpath("mesecons_gamecompat").."/compat_mcla.lua")
end
if minetest.get_modpath("hades_core") then
minetest.log("info", "Mesecons: detected Hades Revisited Game for game compatibility")
dofile(minetest.get_modpath("mesecons_gamecompat").."/compat_hades.lua")
end
if minetest.get_modpath("doors") then
dofile(minetest.get_modpath("mesecons_gamecompat").."/doors.lua")
end