riesenpilz/settings.lua

19 lines
378 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.
riesenpilz.smooth = false
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
2013-08-23 17:34:54 +02:00
riesenpilz.info = true