Compare commits

...

4 Commits

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."
end,
})
minetest.log("action", "[mapfix] loaded.")

View File

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