MCTCP / TerrainControl

Minecraft Terrain Generator for SpigotMC and Forge
https://www.spigotmc.org/threads/terraincontrol.37980/
MIT License
230 stars 163 forks source link

VirtualBiome names don't appear at Client #547

Closed Dockter closed 6 years ago

Dockter commented 6 years ago

Using Version 2.8.3 and Sponge with both on server AND client.

It doesn't appear that the virtual biome names are arriving at the client. The biome I am in it appears that its getting the "replaceBiomeName" fields' value.

rutgerkok commented 6 years ago

This is intended (or at least, it was intended when the virtual biomes were added). Virtual biomes are only used during terrain generation. After that, they are "replaced" with their real counterpart. The client never sees the original biome, as it is already gone.