Add new 1.14 biomes

This commit is contained in:
Roman Shishkin 2019-05-16 16:56:02 +03:00 committed by Matthias Schiffer
parent 0a1b41cafc
commit b8d6b905bf
Signed by: neocturne
GPG key ID: 16EF3F64CB201D9C

View file

@ -1,5 +1,6 @@
/*
Copyright (c) 2015, 2018, Matthias Schiffer <mschiffer@universe-factory.net>
Copyright (c) 2019, Roman Shishkin <spark@uwtech.org>
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 */
};
}