riesenpilz/settings.lua

22 lines
452 B
Lua
Raw Normal View History

2013-04-24 20:53:20 +02:00
--This file contains configuration options for riesenpilz mod.
--Enables mapgen.
2013-10-11 13:36:24 +02:00
riesenpilz.enable_mapgen = true
2013-04-24 20:53:20 +02:00
2013-08-23 17:34:54 +02:00
riesenpilz.always_generate = false
2013-04-24 20:53:20 +02:00
--Enables smooth transition of biomes.
2014-05-12 20:05:55 +02:00
riesenpilz.smooth = true
2013-08-23 17:34:54 +02:00
2013-10-11 13:36:24 +02:00
--rarity in %
riesenpilz.mapgen_rarity = 0.1
--size of the generated... (has an effect to the rarity, too)
riesenpilz.mapgen_size = 50
2014-05-12 20:05:55 +02:00
--approximate size of smooth transitions
riesenpilz.smooth_trans_size = 2
2013-10-11 13:36:24 +02:00
2013-08-23 17:34:54 +02:00
riesenpilz.info = true