Add 1.16 biomes

This commit is contained in:
KovuTheHusky 2020-12-24 09:36:32 -05:00
parent e962323e00
commit 400ce55e70
No known key found for this signature in database
GPG Key ID: 09D5A431533BE78D
2 changed files with 13 additions and 1 deletions

View File

@ -107,6 +107,12 @@ public class BiomeMap {
new BiomeMap(168, "BAMBOO_JUNGLE");
new BiomeMap(169, "BAMBOO_JUNGLE_HILLS");
}
if (HDBlockModels.checkVersionRange(mcver, "1.16.0-")) {
new BiomeMap(170, "SOUL_SAND_VALLEY");
new BiomeMap(171, "CRIMSON_FOREST");
new BiomeMap(172, "WARPED_FOREST");
new BiomeMap(173, "BASALT_DELTAS");
}
loadDone = true;
}

View File

@ -582,7 +582,7 @@ Biome Mapping
[TAIGA] 11 102 89 255 11 102 89 255 11 102 89 255 11 102 89 255
[SWAMPLAND] 7 249 178 255 7 249 178 255 7 249 178 255 7 249 178 255
[RIVER] 0 0 255 255 0 0 255 255 0 0 255 255 0 0 255 255
[HELL] 255 0 0 255 255 0 0 255 255 0 0 255 255 0 0 255
[HELL] 191 59 59 255 191 59 59 255 191 59 59 255 191 59 59 255
[SKY] 128 128 255 255 128 128 255 255 128 128 255 255 128 128 255 255
[FROZEN_OCEAN] 112 112 214 255 112 112 214 255 112 112 214 255 112 112 214 255
[FROZEN_RIVER] 160 160 255 255 160 160 255 255 160 160 255 255 160 160 255 255
@ -666,6 +666,12 @@ Biome Mapping
[SKY_MOUNTAINS] 168 168 255 255 168 168 255 255 168 168 255 255 168 168 255 255
[STONE_BEACH_MOUNTAINS] 202 202 172 255 202 202 172 255 202 202 172 255 202 202 172 255
[TAIGA_HILLS_MOUNTAINS] 62 97 91 255 62 97 91 255 62 97 91 255 62 97 91 255
[BAMBOO_JUNGLE] 118 142 20 255 118 142 20 255 118 142 20 255 118 142 20 255
[BAMBOO_JUNGLE_HILLS] 59 71 10 255 59 71 10 255 59 71 10 255 59 71 10 255
[SOUL_SAND_VALLEY] 82 41 33 255 82 41 33 255 82 41 33 255 82 41 33 255
[CRIMSON_FOREST] 221 8 8 255 221 8 8 255 221 8 8 255 221 8 8 255
[WARPED_FOREST] 73 144 123 255 73 144 123 255 73 144 123 255 73 144 123 255
[BASALT_DELTAS] 64 54 54 255 64 54 54 255 64 54 54 255 64 54 54 255
Rainfall/Temperature Mapping
[RAINFALL-0.0] 120 120 120 255 96 96 96 255 60 60 60 255 48 48 48 255
[RAINFALL-1.0] 38 92 255 255 30 73 204 255 19 46 127 255 15 36 102 255