From 27144b471678b30156ad3383fb8d26a5bd9b66cb Mon Sep 17 00:00:00 2001 From: paramat Date: Sun, 17 Sep 2017 00:26:20 +0100 Subject: 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. --- builtin/settingtypes.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'builtin/settingtypes.txt') 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 -- cgit v1.2.3