mirror of
https://github.com/neocturne/MinedMap.git
synced 2025-03-04 17:23:33 +01:00
Biome: add Dripstone Caves and Lush Caves
Temperature and downfall values were taken from the Caves & Cliffs: Part II Preview datapack.
This commit is contained in:
parent
0a42605a2b
commit
af1afc3315
1 changed files with 2 additions and 0 deletions
|
@ -342,6 +342,8 @@ const Biome *const BIOMES[256] = {
|
|||
/* 171 */ &BiomeDesert, /* Crimson Forest */
|
||||
/* 172 */ &BiomeDesert, /* Warped Forest */
|
||||
/* 173 */ &BiomeDesert, /* Basalt Deltas */
|
||||
/* 174 */ &BiomePlains, /* Dripstone Caves */
|
||||
/* 175 */ &BiomeDefault, /* Lush Caves */
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue