Get biome infos map failed
Code
RPC/BIOME/GET_BIOME_INFOS_MAP_FAILED
What it means
The client attempted to build a biome lookup map (keyed by biome id), but the underlying biome query or mapping failed.
When it happens
- Fetching a biome infos map fails.
Typical scenarios:
GET_BIOME_INFOS_FAILEDoccurs upstream and bubbles up- Duplicate or unexpected biome keys (mapping collisions)
How to handle
- Prefer handling the root cause (
GET_BIOME_INFOS_FAILED) first. - Log any suspicious biome ids when mapping fails.
Last updated on