diff options
author | paramat <mat.gregory@virginmedia.com> | 2015-03-06 04:46:05 +0000 |
---|---|---|
committer | paramat <mat.gregory@virginmedia.com> | 2015-03-07 01:41:53 +0000 |
commit | ffdf8dedb74e59e39a2686a0d7da3740f4f3b2a1 (patch) | |
tree | 35f5e132b4909cbe616af9644ee4ebf65d7f7064 /minetest.conf.example | |
parent | e9eda2b0d0019890cd404e4af25b7adf349e288f (diff) | |
download | minetest-ffdf8dedb74e59e39a2686a0d7da3740f4f3b2a1.tar.gz minetest-ffdf8dedb74e59e39a2686a0d7da3740f4f3b2a1.tar.bz2 minetest-ffdf8dedb74e59e39a2686a0d7da3740f4f3b2a1.zip |
Dungeongen: Optionally set ignore to be untouchable to disable floating dungeons
Diffstat (limited to 'minetest.conf.example')
-rw-r--r-- | minetest.conf.example | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/minetest.conf.example b/minetest.conf.example index 6731c9ece..5e8637897 100644 --- a/minetest.conf.example +++ b/minetest.conf.example @@ -469,6 +469,8 @@ # Controls size of deserts and beaches in Mapgen V6 #mgv6_freq_desert = 0.45 #mgv6_freq_beach = 0.15 +# Enable/disable floating dungeons and dungeon slices +#enable_floating_dungeons = true # Perlin noise attributes for different map generation parameters. # Noise parameters can be specified as a set of positional values: |