Team-RTG / Realistic-Terrain-Generation

The Realistic Terrain Generation mod for Minecraft.
GNU General Public License v3.0
245 stars 118 forks source link

RealisticBiomeBase -> Biome#getBiomeName is now client-side only #1256

Closed srs-bsns closed 6 years ago

srs-bsns commented 6 years ago

https://github.com/Team-RTG/Realistic-Terrain-Generation/blob/1.12.2-dev/src/main/java/rtg/world/biome/realistic/RealisticBiomeBase.java#L376

This needs to be updated to get the biomes ResourceLocation instead.

whichonespink44 commented 6 years ago

Fixed in 488e462