diff options
author | paramat <paramat@users.noreply.github.com> | 2017-09-17 00:26:20 +0100 |
---|---|---|
committer | paramat <mat.gregory@virginmedia.com> | 2017-09-17 05:31:48 +0100 |
commit | 27144b471678b30156ad3383fb8d26a5bd9b66cb (patch) | |
tree | 853db5930973f5d6c7ef3f1b6e4c354123f7dc8a /builtin | |
parent | 76817fdf98b1597c569267bc751f4f285302721a (diff) | |
download | minetest-27144b471678b30156ad3383fb8d26a5bd9b66cb.tar.gz minetest-27144b471678b30156ad3383fb8d26a5bd9b66cb.tar.bz2 minetest-27144b471678b30156ad3383fb8d26a5bd9b66cb.zip |
Biome API: Revert biomes, decos, ores being relative to water level
Feature is unnecessary and would greatly complicate future development,
it would also make 'get biome at pos' extremely complex.
Mgv7: Revert option to repeat surface biomes in floatlands, which
depended on the above.
Diffstat (limited to 'builtin')
-rw-r--r-- | builtin/settingtypes.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/builtin/settingtypes.txt b/builtin/settingtypes.txt index 57fb98a45..4cfd2fe53 100644 --- a/builtin/settingtypes.txt +++ b/builtin/settingtypes.txt @@ -1346,10 +1346,9 @@ mgv6_np_apple_trees (Apple trees noise) noise_params 0, 1, (100, 100, 100), 3429 # Map generation attributes specific to Mapgen v7. # 'ridges' enables the rivers. -# 'biomerepeat' causes surface biomes to repeat in the floatlands. # Flags that are not specified in the flag string are not modified from the default. # Flags starting with 'no' are used to explicitly disable them. -mgv7_spflags (Mapgen V7 specific flags) flags mountains,ridges,nofloatlands,caverns,biomerepeat mountains,ridges,floatlands,caverns,biomerepeat,nomountains,noridges,nofloatlands,nocaverns,nobiomerepeat +mgv7_spflags (Mapgen V7 specific flags) flags mountains,ridges,nofloatlands,caverns mountains,ridges,floatlands,caverns,nomountains,noridges,nofloatlands,nocaverns # Y of mountain density gradient zero level. Used to shift mountains vertically. mgv7_mount_zero_level (Mountain zero level) int 0 |