From af1afc33155369e311726bff00014c013d11af64 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Thu, 24 Jun 2021 00:12:27 +0200 Subject: [PATCH] Biome: add Dripstone Caves and Lush Caves Temperature and downfall values were taken from the Caves & Cliffs: Part II Preview datapack. --- src/Resource/Biome.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Resource/Biome.cpp b/src/Resource/Biome.cpp index 440b1d4..65f4831 100644 --- a/src/Resource/Biome.cpp +++ b/src/Resource/Biome.cpp @@ -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 */ }; }