sumpf-cd2025/sumpf/settings.lua

14 lines
306 B
Lua
Raw Normal View History

2013-01-27 13:46:07 +01:00
--This file contains configuration options for swamp mod.
--Enables mapgen.
2013-04-17 21:24:26 +02:00
sumpf.enable_mapgen = true
2013-01-27 13:46:07 +01:00
--Enables smooth transition of biomes.
sumpf.smooth = true
2013-04-20 20:17:40 +02:00
--Enables swampwater - be careful, it doesn't work right.
sumpf.swampwater = false
2013-04-22 20:08:33 +02:00
--Enables birches (habitat).
sumpf.enable_birches = true