1
0
mirror of https://github.com/HybridDog/riesenpilz.git synced 2025-07-12 21:10:26 +02:00

Version MFF.

This commit is contained in:
sys4-fr
2018-09-08 16:04:54 +02:00
parent a6282c68e0
commit 8bf81458bd
89 changed files with 6 additions and 210 deletions

6
settings.lua Normal file → Executable file
View File

@ -1,6 +1,6 @@
--This file contains configuration options for riesenpilz mod.
riesenpilz.enable_mapgen = true
riesenpilz.enable_mapgen = false
--Generate giant mushroom biomes everywhere
riesenpilz.always_generate = false
@ -9,10 +9,10 @@ riesenpilz.always_generate = false
riesenpilz.smooth = true
--rarity in %
riesenpilz.mapgen_rarity = 0.4
riesenpilz.mapgen_rarity = 0.25 -- Modif MFF (default = 1)
--size of the generated... (has an effect to the rarity, too)
riesenpilz.mapgen_size = 200
riesenpilz.mapgen_size = 50
--approximate size of smooth transitions
riesenpilz.smooth_trans_size = 2