Add Minecraft 1.16 biomes

These are Nether biomes. We still add them for completeness.
This commit is contained in:
Matthias Schiffer 2020-06-18 23:18:11 +02:00
parent 985eb18e52
commit 446e74791f
Signed by: neocturne
GPG key ID: 16EF3F64CB201D9C

View file

@ -361,6 +361,10 @@ const Biome *const BIOMES[256] = {
/* 167 */ &BiomeBadlands, /* Modified Badlands Plateau */
/* 168 */ &BiomeJungle, /* Bamboo Jungle */
/* 169 */ &BiomeJungle, /* Bamboo Jungle Hills */
/* 170 */ &BiomeDesert, /* Soul Sand Valley */
/* 171 */ &BiomeDesert, /* Crimson Forest */
/* 172 */ &BiomeDesert, /* Warped Forest */
/* 173 */ &BiomeDesert, /* Basalt Deltas */
};
}