[Addons] Custom biomes are broken
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 by1
- Unresolved
Marc Jones- 60
- 24
- Community Consensus
- 379417
- Multiple
- addons biomes creators worldgen
1.20.30.22 Preview - 1.20.13 Hotfix
1.20.30.22 Preview 1.20.30.21 Preview 1.20.30.20 Preview 1.20.20.23 Preview 1.17.20.23 Beta 1.17.20.22 Beta 1.16.210.50 Beta 1.16.100.54 Beta 1.16.100.52 Beta 1.16.100.50 Beta 1.16.20.54 Beta 1.16.20.52 Beta 1.16.0.68 Beta 1.16.0.66 Beta 1.16.0.64 Beta 1.16.0.60 Beta 1.16.0.57 Beta 1.16.0.58 Beta 1.16.0.55 Beta 1.16.0.51 Beta 1.15.0.56 Beta 1.14.30 Hotfix 1.14.60 Hotfix 1.16.0 1.16.1 1.16.10 1.16.20 1.16.40 Hotfix 1.20.12 Hotfix 1.20.13 Hotfix
Created Issue:
Data-driven: custom biomes problems
Custom biomes have several problems with customization.
1. The climate. Does not match the set value. Using the same value for vanilla and custom biome, the color of the grass, foliage; and weather are different. (examples in screenshots: cherry blossom grove and forest)
2. Color of biome elements in biomes_client.json
Any color values ​​for the custom biome that were added to the file (biomes_client.json) will not be applied to the custom biome (water surface and fog color; biome fog color). A custom biome applies the values ​​set for a 'default' biome. (example in screenshot: cherry blossom grove)
Custom biomes have several problems with customization.
1. The climate. Does not match the set value. Using the same value for vanilla and custom biome, the color of the grass, foliage; and weather are different. (examples in screenshots: cherry blossom grove and forest)
2. Color of biome elements in biomes_client.json
Any color values ​​for the custom biome that were added to the file (biomes_client.json) will not be applied to the custom biome (water surface and fog color; biome fog color). A custom biome applies the values ​​set for a 'default' biome. (example in screenshot: cherry blossom grove)Custom biomes use the default value instead of the custom value.
1. Climate . The color of grass and foliage, the weather does not match. Using the same value on a vanilla biome and a custom biome, we get different results.
2. Water -biome fog . The color of the water and the fog does not match the intended value. The biome will use the default value.Both issues are extremely negative for Minecraft Bedrock 'modding'. Please fix them.
I am ready to provide more materials to help fix this bugs.
Data-driven: custom biomes problemsCustom biomes problems
Custom biomes use the default value instead of the custom value.
1. Climate. The color of grass and foliage, the weather does not match. Using the same value on a vanilla biome and a custom biome, we get different results.
2. Water -biome fog. The color of the waterand the fog does not match the intended value. The biome will use the default value.Both issues are extremely negative for Minecraft Bedrock 'modding'. Please fix them.
I am ready to provide more materials to help fix this bugs.Custom biomes use the default value instead of the custom value.
1. Climate. The color of grass and foliage, the weather does not match. Using the same value on a vanilla biome and a custom biome, we get different results.
2. Water - biome fog. The color of the water color and the biome fog does not match the intended value. The biome will use the default value.Both issues are extremely negative for Minecraft Bedrock 'modding'. Please fix them.
I am ready to provide more materials to help fix this bugs.
Custom biomes use the default value instead of the custom value.
1. Climate. The color of grass and foliage, the weather does not match. Using the same value on a vanilla biome and a custom biome, we get different results.
2. Water - biome fog. The color of the watercolorand the biome fog does not match the intended value. The biome will use the default value.Both issues are extremely negative for Minecraft Bedrock 'modding'. Please fix them.
I am ready to provide more materials to help fix this bugs.
Custom biomes use the default value instead of the custom value.
1. Climate. The color of grass and foliage, the weather does not match. Using the same value on a vanilla biome and a custom biome, we get different results.
2. Water - biome fog. The color of the water and the biome fog does not match the intended value. The biome will use the default value.Both issues are extremely negative for Minecraft Bedrock 'modding'. Please fix them.
I am ready to provide more materials to help fix this bugs.*Upd. *this problem is missing on Windows 10. But exists on Android.
Custom biomes use the default value instead of the custom value.
1. Climate. The color of grass and foliage, the weather does not match. Using the same value on a vanilla biome and a custom biome, we get different results.
2. Water - biome fog. The color of the water and the biome fog does not match the intended value. The biome will use the default value.Both issues are extremely negative for Minecraft Bedrock 'modding'. Please fix them.
I am ready to provide more materials to help fix this bugs.*Upd. *this problem is missing on Windows 10. But exists on Android.
Custom biomes use the default value instead of the custom value.
1. Climate. The color of grass and foliage, the weather does not match. Using the same value on a vanilla biome and a custom biome, we get different results.
2. Water - biome fog. The color of the water and the biome fog does not match the intended value. The biome will use the default value.Both issues are extremely negative for Minecraft Bedrock 'modding'. Please fix them.
I am ready to provide more materials to help fix this bugs.Upd. this problem is missing on Windows 10. But exists on Android.
Custom biomes use the default value instead of the custom value.
1. Climate. The color of grass and foliage, the weather does not match. Using the same value on a vanilla biome and a custom biome, we get different results.
2. Water - biome fog. The color of the water and the biome fog does not match the intended value. The biome will use the default value.Both issues are extremely negative for Minecraft Bedrock 'modding'. Please fix them.
I am ready to provide more materials to help fix this bugs.Upd. this problem is missing on Windows 10. But exists on Android.
Minecraft Bedrock (Android) has problems with custom biomes. Climate values, water colors, and biome fog colors are mixed. As a result, each custom biome accepts a random value of another biome or accepts the "default" biome value.
Minecraft Bedrock (Android) has problems with custom biomes. Climate values, water colors, and biome fog colors are mixed. As a result, each custom biome accepts a random value of another biome or accepts the "default" biome value.
Custom biomes are broken on android devices. The climate value, the water surface color value, the water fog color value, the biome fog color are not working correctly.
Broken components:
1. {{"minecraft:climate" }}( [behavior_pack_name] /biomes/ [biome_name] .json
Description of the problem: 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.2. {{ "water_surface_color" }}( [resource_pack_name] /biomes_client.json
{ "water_surface_color": "#ffffff" }
Description of the problem: often the value of the custom biome takes the default biome value. For example:
{{ "custom":,}}
{ "water_surface_color": "#aaaaaa" }
{{ "default":,}}
The value of "custom" biome in the world: "#aaaaaa"Rarely does the value of a custom biome apply to another custom biome. For example:
{ "water_surface_color": "#ffffff" }
{{ "custom":,}}
{ "water_surface_color": "#aaaaaa" }
{{ "custom2":,}}
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" .
Custom biomesproblemsCustom biomes broken
Custom biomes are broken on android devices. The climate value, the water surface color value, the water fog color value, the biome fog color are not working correctly.
Broken components:1.{{"minecraft:climate"}}([behavior_pack_name]/biomes/[biome_name].json
Description of the problem: 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.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".Custom biomes are broken on android devices. The climate value, the water surface color value, the water fog color value, the biome fog color are not working correctly.
Broken components:
1. "minecraft:climate" ([behavior_pack_name]/biomes/[biome_name].json
Description of the problem: 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.6snow instead of rain; grass and foliage will be blue or gray.
2. "water_surface_color" ([resource_pack_name]/biomes_client.json
{ "water_surface_color": "#ffffff" }
Description of the problem: often the value of the custom biome takes the default biome value. For example:
"custom":,
{ "water_surface_color": "#aaaaaa" }
"default":,
The value of "custom" biome in the world: "#aaaaaa"Rarely does the value of a custom biome apply to another custom biome. For example:
{ "water_surface_color": "#ffffff" }
"custom":,
{ "water_surface_color": "#aaaaaa" }
"custom2":,
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".
Custom biomes are broken on android devices. The climate value, the water surface color value, the water fog color value, the biome fog color are not working correctly.
Broken components:
1. "minecraft:climate" ([behavior_pack_name]/biomes/[biome_name].json
Description of the problem: 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.6snow instead of rain; grass and foliage will be blue or gray.
2. "water_surface_color" ([resource_pack_name]/biomes_client.json
{ "water_surface_color": "#ffffff" }
Description of the problem: often the value of the custom biome takes the default biome value. For example:
"custom":,
{ "water_surface_color": "#aaaaaa" }
"default":,
The value of "custom" biome in the world: "#aaaaaa"Rarely does the value of a custom biome apply to another custom biome. For example:
{ "water_surface_color": "#ffffff" }
"custom":,
{ "water_surface_color": "#aaaaaa" }
"custom2":,
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".Custom biomes are broken on android devices. The climate value, the water surface color value, the water fog color value, the biome fog color are not working correctly.
Broken components:
1. "minecraft:climate" ([behavior_pack_name]/biomes/[biome_name].json
Description of the problem: 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.6snow instead of rain; grass and foliage will be blue or gray.
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".
Custom biomes are broken on android devices. The climate value, the water surface color value, the water fog color value, the biome fog color are not working correctly.
Broken components:
1."minecraft:climate"([behavior_pack_name]/biomes/[biome_name].json
Description of the problem: 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.6snow instead of rain; grass and foliage will be blue or gray.
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".Custom biomes are broken on android devices. The climate value, the water surface color value, the water fog color value, the biome fog color are not working correctly.
Broken components:
1. "minecraft:climate" ([behavior_pack_name]/biomes/[biome_name].json)
Description of the problem: 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.6snow instead of rain; grass and foliage will be blue or gray.
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".
Custom biomes are broken
Custom biomes are broken on android devices. The climate value, the water surface color value, the water fog color value, the biome fog color are not working correctly.
Broken components:
1. "minecraft:climate" ([behavior_pack_name]/biomes/[biome_name].json)
Description of the problem: 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.6snow 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".
is duplicated by
Version 1.17.20.23. Fixed.
Thanks!
Custom biomes are broken on android devices. The climate value, the water surface color value, the water fog color value, the biome fog color are not working correctly.
Broken components:
1. "minecraft:climate" ([behavior_pack_name]/biomes/[biome_name].json)
Description of the problem: 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.6snow 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".Custom biomes are broken on android devices. The climate value, the water surface color value, the water fog color value, the biome fog color are not working correctly.
Steps to Reproduce:
1. Create an addon with your custom biomes;
2. Add add-on to your world;
3. Look for new 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 of the problem: 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.6snow 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".
Custom biomes are broken on android devices.
The climatevalue, thewater surface colorvalue, thewater fog colorvalue, thebiome fog color are not working correctly.Steps to Reproduce:
1. Create an addon with your custom biomes;
2. Add add-on to your world;
3. Look for new 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)
Descriptionof the problem: 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.6snow 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".Custom biomes are broken on android devices. Climate, water surface color, water fog color, biome fog color are not working correctly.
Steps to Reproduce:
1. Create an addon with your custom biomes;
2. Add add-on to your world;
3. Look for new 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.6snow 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".
Confirmation Method: Download the world on Android and Windows. And compare custom biomes.
Or create your own simple biome-pack and compare how it works on two platforms (Windows 10 and Android).
Updated (more info): Probably the bug (error) is related to the in-game component of biomes. Custom biomes on android are broken, but the world with these biomes on Windows works as it should.
Updated: added world with reproduction the bug.
Custom biomes are broken on android devices. Climate, water surface color, water fog color, biome fog color are not working correctly.
Steps to Reproduce:
1. Create an addon with your custom biomes;
2. Add add-on to your world;
3. Look fornewbiomes.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.6snow 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".Custom biomes are broken on android devices. Climate, water surface color, water fog color, biome fog color are not working correctly.
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.6snow 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".
Custom biomes are broken on android devices. Climate, water surface color, water fog color, biome fog color are not working correctly
.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.6snow 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".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.6snow 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".
[Addons] Custom biomes are broken
relates to
relates to
Thank you for your report!
We're tracking this issue in MCPE-65682, so this ticket is being resolved and linked as a duplicate.
If you would like to add a vote and any extra information to the main ticket it would be appreciated.
If you haven't already, you might like to make use of the search feature to see if the issue has already been mentioned.
Quick Links:
📓 Issue Guidelines – 💬 Community Support – 📧 Mojang Support – ✍️ Feedback and Suggestions – 📖 Game Wiki





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.
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:
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.
Confirmed in 1.21.44