sumpf-cd2025/sumpf/settings.lua

20 lines
409 B
Lua
Raw Normal View History

2013-01-27 13:46:07 +01:00
--This file contains configuration options for swamp mod.
2013-06-15 22:32:55 +02:00
sumpf.enable_mapgen = false
2013-01-27 13:46:07 +01:00
2013-05-15 18:13:08 +02:00
sumpf.always_generate = false
2013-01-27 13:46:07 +01:00
--Enables smooth transition of biomes.
sumpf.smooth = true
2013-04-20 20:17:40 +02:00
2013-04-27 13:46:32 +02:00
sumpf.enable_plants = true
--Enables swampwater - be careful, it doesn't work right but it looks great.
2013-04-20 20:17:40 +02:00
sumpf.swampwater = false
2013-04-22 20:08:33 +02:00
--Enables birches (habitat).
2013-06-15 22:32:55 +02:00
sumpf.spawn_plants = true
2013-04-27 13:46:32 +02:00
--says some information.
sumpf.info = true