Prospector / Traverse-Legacy-1-12-2

Adds some cool biomes and stuff. 1.14.4+ versions can be found here: https://github.com/TerraformersMC/Traverse
MIT License
15 stars 11 forks source link

Biome.MUTATION_TO_BASE_ID_MAP.get(biome) issue #9

Open TheCodedOne opened 6 years ago

TheCodedOne commented 6 years ago

https://github.com/AstroInteractive/Traverse/blob/2cb2a163ea74123f2b0cc05dcb20f7f162008ecc/src/main/java/prospector/traverse/world/biomes/BiomeGlacier.java#L55-L61 doesn't seem to work, both biomes return -1 for Biome.MUTATION_TO_BASE_ID_MAP.get(biome)

Prospector commented 6 years ago

That is very odd, I don't have a clue what's going on. My only hope is that in the 1.13 terrain gen rewrite this disappears.