Custom biomes are broken on android devices (since new Caves&Cliffs world gen - on all devices). Climate, water surface color, water fog color, biome fog color are not working correctly (and you no longer can get access to it with the experimental features).
Steps to Reproduce:
1. Create an addon with your custom biomes (biomes must contain different values of climate, fog and water colors);
2. Add add-on to your world;
3. Look for custom biomes.
Observed Results:
Biome colors (grass, foliage, water, fog) mixes between different custom biomes.
Expected Results:
Biome colors (climate etc.) must math the code.
Broken components:
1. "minecraft:climate"
([behavior_pack_name]/biomes/[biome_name].json)
Description: the color of grass or leaves applies the wrong value in the biome or βmixesβ with other custom biomes and applies to them. When specifying a value
"downfall": 0.4, "snow_accumulation": [ 0.0, 0.125 ], "temperature": 1.6
snow instead of rain; grass and foliage will be blue or gray.
Ash particles.
Ash particles are identified in the biome with their parent climate value.
2. "water_surface_color"
([resource_pack_name]/biomes_client.json)
Description of the problem: often the value of the custom biome takes the default biome value. For example:
"custom": {
"water_surface_color": "#ffffff"
},
"default": {
"water_surface_color": "#aaaaaa"
},
The value of "custom" biome in the world:
"#aaaaaa"
Rarely does the value of a custom biome apply to another custom biome. For example:
"custom": {
"water_surface_color": "#ffffff"
},
"custom2": {
"water_surface_color": "#aaaaaa"
},
The value of "custom2" biome in the world:
"#ffffff"
3. "water_fog_color"
([resource_pack_name]/biomes_client.json)
Description of the problem: has the same problem as the component "water_surface_color".
4. "fog_color
" ([resource_pack_name]/biomes_client.json)
Description of the problem: has the same problem as the component "water_surface_color".
Linked issues
is duplicated by 1
Attachments
Comments 5
Thank you for your report!
However, this issue has been temporarily closed as Awaiting Response
Is this still an issue in the latest version? If so, please make sure the ticket description contains the following information:
Steps to Reproduce:
1.
2.
3.Observed Results:
(Briefly describe what happens)Expected Results:
(Briefly describe what should happen)
If your ticket does not look like the example given here, then it's likely to be closed as incomplete.
This ticket will automatically reopen when you reply.
Quick Links:
π Issue Guidelines β π¬ Mojang Support β π§ Suggestions β π Minecraft Wiki
I can confirm this still happens in 1.17.30-1.17.32. I also noticed this happens across different devices, but most commonly happens if you apply a custom biome addon on a Realm. The climates, fog color, water color, etc. are all mixed and don't match their correct biomes. You can still reproduce this by doing what is said in the original post, or you could apply the biome addon to a Realm and you will encounter the problem pretty quickly from my experience.
I've noticed this same problem. I'm not sure if there even is an option for the color of grass and foliage, but this definitely should be fixed.