Fix 1.14 biome mapping

This commit is contained in:
Mike Primm 2019-06-08 21:47:43 -05:00
parent 82de1b6899
commit 7f8dcf0eb3
4 changed files with 25 additions and 5 deletions

View file

@ -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;
}