mirror of
https://github.com/minetest-mods/mapfix.git
synced 2024-11-14 22:30:22 +01:00
15 lines
550 B
Markdown
15 lines
550 B
Markdown
# mapfix
|
|
|
|
Fix some map errors (flow and light problems)
|
|
|
|
![Before](http://i.imgur.com/T3csYME.png)
|
|
![After](http://i.imgur.com/d0V0aO7.png)
|
|
Look at the water and the jungle trunk at the center.
|
|
|
|
|
|
## minetest.conf settings
|
|
* mapfix_default_size (by default 24) : size used when omitted
|
|
* mapfix_max_size (by default 32) : maximum size allowed for players
|
|
* mapfix_delay (by default 15) : minimal delay in seconds between 2 `/mapfix` (to avoid server freezing)
|
|
* mapfix_priv (by default server) : priv that allows use of `/mapfix` without restrictions
|