From b8d6b905bf6eaee93bde4985c6bf299e41d2f514 Mon Sep 17 00:00:00 2001 From: Roman Shishkin Date: Thu, 16 May 2019 16:56:02 +0300 Subject: [PATCH] Add new 1.14 biomes --- src/Resource/Biome.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Resource/Biome.cpp b/src/Resource/Biome.cpp index 5107e0c..9bd0c41 100644 --- a/src/Resource/Biome.cpp +++ b/src/Resource/Biome.cpp @@ -1,5 +1,6 @@ /* Copyright (c) 2015, 2018, Matthias Schiffer + Copyright (c) 2019, Roman Shishkin All rights reserved. Redistribution and use in source and binary forms, with or without @@ -364,6 +365,8 @@ const Biome *const BIOMES[256] = { /* 165 */ &BiomeBadlands, /* Eroded Badlands */ /* 166 */ &BiomeBadlands, /* Modified Wooded Badlands Plateau */ /* 167 */ &BiomeBadlands, /* Modified Badlands Plateau */ + /* 168 */ &BiomeJungle, /* Bamboo Jungle */ + /* 169 */ &BiomeJungle, /* Bamboo Jungle Hills */ }; }