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:
Matthias Schiffer 2021-06-24 00:12:27 +02:00
parent 0a42605a2b
commit af1afc3315

View file

@ -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 */
};
}