diff --git a/src/gameid.lua b/src/gameid.lua index d2d343f..b21b0b1 100644 --- a/src/gameid.lua +++ b/src/gameid.lua @@ -27,4 +27,7 @@ end --for games that are similar/derviatives of other games if game_alias[gameid] then gameid = game_alias[gameid] end +--while minetest game derviates are not supported, we can still try to detect them +if minetest.get_modpath("default") then gameid = "minetest" end + return gameid \ No newline at end of file