1
0
mirror of https://github.com/HybridDog/riesenpilz.git synced 2024-09-25 22:00:36 +02:00
riesenpilz/settings.lua
2014-05-12 20:05:55 +02:00

22 lines
452 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 = true
--rarity in %
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