mirror of
https://github.com/neocturne/MinedMap.git
synced 2025-03-05 17:44:52 +01:00
Add new 1.14 biomes
This commit is contained in:
parent
0a1b41cafc
commit
b8d6b905bf
1 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
/*
|
/*
|
||||||
Copyright (c) 2015, 2018, Matthias Schiffer <mschiffer@universe-factory.net>
|
Copyright (c) 2015, 2018, Matthias Schiffer <mschiffer@universe-factory.net>
|
||||||
|
Copyright (c) 2019, Roman Shishkin <spark@uwtech.org>
|
||||||
All rights reserved.
|
All rights reserved.
|
||||||
|
|
||||||
Redistribution and use in source and binary forms, with or without
|
Redistribution and use in source and binary forms, with or without
|
||||||
|
@ -364,6 +365,8 @@ const Biome *const BIOMES[256] = {
|
||||||
/* 165 */ &BiomeBadlands, /* Eroded Badlands */
|
/* 165 */ &BiomeBadlands, /* Eroded Badlands */
|
||||||
/* 166 */ &BiomeBadlands, /* Modified Wooded Badlands Plateau */
|
/* 166 */ &BiomeBadlands, /* Modified Wooded Badlands Plateau */
|
||||||
/* 167 */ &BiomeBadlands, /* Modified Badlands Plateau */
|
/* 167 */ &BiomeBadlands, /* Modified Badlands Plateau */
|
||||||
|
/* 168 */ &BiomeJungle, /* Bamboo Jungle */
|
||||||
|
/* 169 */ &BiomeJungle, /* Bamboo Jungle Hills */
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue