1
0
鏡像自 https://github.com/FaceDeer/dfcaverns.git 已同步 2025-11-06 02:45:37 +01:00

call it "minetest_game" compatibility instead of "default" compatibility

此提交包含在:
FaceDeer
2022-08-01 12:40:08 -06:00
父節點 1d8cb46272
當前提交 d7af0261f3
共有 2 個檔案被更改,包括 1 行新增1 行删除

查看文件

@@ -3,7 +3,7 @@ local modpath = minetest.get_modpath(minetest.get_current_modname())
local debug_dump = false local debug_dump = false
if minetest.get_modpath("default") then if minetest.get_modpath("default") then
dofile(modpath.."/default.lua") dofile(modpath.."/minetest_game.lua")
end end
if debug_dump then if debug_dump then