forked from mtcontrib/riesenpilz
fix smooth transitions
This commit is contained in:
@ -6,7 +6,7 @@ riesenpilz.enable_mapgen = true
|
||||
riesenpilz.always_generate = false
|
||||
|
||||
--Enables smooth transition of biomes.
|
||||
riesenpilz.smooth = false
|
||||
riesenpilz.smooth = true
|
||||
|
||||
--rarity in %
|
||||
riesenpilz.mapgen_rarity = 0.1
|
||||
@ -14,5 +14,8 @@ riesenpilz.mapgen_rarity = 0.1
|
||||
--size of the generated... (has an effect to the rarity, too)
|
||||
riesenpilz.mapgen_size = 50
|
||||
|
||||
--approximate size of smooth transitions
|
||||
riesenpilz.smooth_trans_size = 2
|
||||
|
||||
|
||||
riesenpilz.info = true
|
||||
|
Reference in New Issue
Block a user