Fix 1.14 biome mapping
This commit is contained in:
parent
82de1b6899
commit
7f8dcf0eb3
4 changed files with 25 additions and 5 deletions
|
|
@ -103,6 +103,10 @@ public class BiomeMap {
|
|||
new BiomeMap(49, "DEEP_COLD_OCEAN");
|
||||
new BiomeMap(50, "DEEP_FROZEN_OCEAN");
|
||||
}
|
||||
if (HDBlockModels.checkVersionRange(mcver, "1.14.0-")) {
|
||||
new BiomeMap(168, "BAMBOO_JUNGLE");
|
||||
new BiomeMap(169, "BAMBOO_JUNGLE_HILLS");
|
||||
}
|
||||
loadDone = true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue