forked from mtcontrib/riesenpilz
19 lines
378 B
Lua
19 lines
378 B
Lua
--This file contains configuration options for riesenpilz mod.
|
|
|
|
--Enables mapgen.
|
|
riesenpilz.enable_mapgen = true
|
|
|
|
riesenpilz.always_generate = false
|
|
|
|
--Enables smooth transition of biomes.
|
|
riesenpilz.smooth = false
|
|
|
|
--rarity in %
|
|
riesenpilz.mapgen_rarity = 0.1
|
|
|
|
--size of the generated... (has an effect to the rarity, too)
|
|
riesenpilz.mapgen_size = 50
|
|
|
|
|
|
riesenpilz.info = true
|