Compatibility
Minecraft: Java Edition
26.1.2
Platforms
Supported environments
Client-side
Links
Tags
Creators
Details
Licensed MIT
Published 18 hours ago
Colorful Water
Features:
- Per-Biome water colors.
Example Screenshot using My (Bedrock Water) Resource Pack:

To download my Bedrock Water pack, go to VERSIONS and locate the "BedrockWater.zip" file :)
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.


