20 lines
408 B
Lua
20 lines
408 B
Lua
--This file contains configuration options for swamp mod.
|
|
|
|
sumpf.enable_mapgen = true
|
|
|
|
sumpf.always_generate = false
|
|
|
|
--Enables smooth transition of biomes.
|
|
sumpf.smooth = true
|
|
|
|
sumpf.enable_plants = true
|
|
|
|
--Enables swampwater - be careful, it doesn't work right but it looks great.
|
|
sumpf.swampwater = false
|
|
|
|
--Enables birches (habitat).
|
|
sumpf.spawn_plants = true
|
|
|
|
--says some information.
|
|
sumpf.info = true
|