1
0
mirror of https://github.com/HybridDog/riesenpilz.git synced 2024-06-30 23:30:22 +02:00
riesenpilz/settings.lua
2013-10-11 13:36:24 +02:00

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