1
0
鏡像自 https://github.com/minetest-mods/mapfix.git 已同步 2025-10-28 04:05:19 +01:00

比較提交

4 次程式碼提交

作者 SHA1 備註 日期
a1a6b44db0 Merge branch 'github' 2022-06-26 13:40:25 +02:00
bc6c5c1b9b Remove description.txt and update mod.conf 2022-06-26 13:38:09 +02:00
618fff5c19 Merge remote-tracking branch 'upstream/master' 2020-12-15 23:26:54 +01:00
sys4-fr
8bbfb77ddb Ajoute message de chargement du mod dans le journal "action" 2018-12-26 21:20:29 +01:00
共有 3 個檔案被更改,包括 3 行新增1 行删除

查看文件

@@ -1 +0,0 @@
Fix some map errors (flow and light problems)

查看文件

@@ -59,3 +59,5 @@ minetest.register_chatcommand("mapfix", {
return true, "Done." return true, "Done."
end, end,
}) })
minetest.log("action", "[mapfix] loaded.")

查看文件

@@ -1 +1,2 @@
name = mapfix name = mapfix
description = Fix some map errors (flow and light problems)