Compare commits

4 Commits

Author SHA1 Message Date
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 changed files with 3 additions and 1 deletions

View File

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

View File

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

View File

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