14 lines
306 B
Lua
14 lines
306 B
Lua
--This file contains configuration options for swamp mod.
|
|
|
|
--Enables mapgen.
|
|
sumpf.enable_mapgen = true
|
|
|
|
--Enables smooth transition of biomes.
|
|
sumpf.smooth = true
|
|
|
|
--Enables swampwater - be careful, it doesn't work right.
|
|
sumpf.swampwater = false
|
|
|
|
--Enables birches (habitat).
|
|
sumpf.enable_birches = true
|