mirror of
https://github.com/neocturne/MinedMap.git
synced 2025-04-18 02:25:09 +02:00
Add Minecraft 1.16 biomes
These are Nether biomes. We still add them for completeness.
This commit is contained in:
parent
985eb18e52
commit
446e74791f
1 changed files with 4 additions and 0 deletions
|
@ -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 */
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue