Remove not working mapgen settings and disable mapgen

Unfortunately there is no easy way to create very rare biomes in minetest.
This commit is contained in:
HybridDog
2018-08-07 13:09:02 +02:00
parent 2f91256fbf
commit 52fec01943
3 changed files with 21 additions and 41 deletions

View File

@ -1,6 +1,7 @@
--This file contains configuration options for riesenpilz mod.
riesenpilz.enable_mapgen = true
-- mapgen size etc. does not work
riesenpilz.enable_mapgen = false
--Generate giant mushroom biomes everywhere
riesenpilz.always_generate = false
@ -8,15 +9,6 @@ riesenpilz.always_generate = false
--Enables smooth transition of biomes.
riesenpilz.smooth = true
--rarity in %
riesenpilz.mapgen_rarity = 0.4
--size of the generated... (has an effect to the rarity, too)
riesenpilz.mapgen_size = 200
--approximate size of smooth transitions
riesenpilz.smooth_trans_size = 2
--says some information.
riesenpilz.info = true