Compatibility
Minecraft: Java Edition
26.1.2
Platforms
Supported environments
Client-side
Links
Tags
Creators
Details
Licensed MIT
Published 21 hours ago
Colorful Water
Features:
- Per-Biome water colors.
- Per-Biome water fog colors.
- Water Blending uses Biome Blend.
Example Screenshot using the bundled Bedrock Water Resource Pack:

Built-in Resource Pack
This mod now includes the Bedrock Water resource pack as a built-in pack.
To enable it:
- Open Options
- Resource Packs
- Select "Bedrock Water"
- Done!

Pack Format
Place assets/colorfulwater/water_colors.json in your resource pack.
Here is an example water_colors.json file:
{
"plains": [255, 0, 255],
"swamp": [0, 255, 255]
}
The syntax is: "<BIOME>": [<RED>, <GREEN>, <BLUE>].
The RGB colors are in range 0-255.


