Colorful Water

A Minecraft mod that allows for custom water colors.

Colorful Water

Supports 26.2 Experimental Vulkan Mode.



Type Name / Description
Feature Per-Biome water colors
Feature Per-Biome water fog colors
Feature Per-Biome fog distance
Feature Water Blending uses Biome Blend
Built-in Resource Pack Bedrock Water - to enable: Options > Resource Packs > Select "Bedrock Water"
Pack Format Place assets/colorfulwater/water_colors.json in your resource pack

Example Screenshot using the bundled Bedrock Water Resource Pack:

Before and After

Built-in Resource Pack

This mod now includes the Bedrock Water resource pack as a built-in pack.

To enable it:

  1. Open Options
  2. Resource Packs
  3. Select "Bedrock Water"
  4. Done!

builtin resourcepack

Pack Format

Place assets/colorfulwater/water_colors.json in your resource pack. Here is an example water_colors.json file:

{
 "plains": {
   "water": [97, 123, 100],
   "fog": [35, 35, 35],
   "fog_distance": 30.0
 },
 "minecraft:swamp": {
   "water": [255, 255, 0],
 },
 "mycoolmod:custombiome": {
   "water": [20, 156, 25],
   "fog_distance": 3
 }
}

The syntax is: [<RED>, <GREEN>, <BLUE>]. The RGB colors are in range 0-255.

Compatibility

Since v1.2 ColorfulWater no longer crashes with Voxy. but Water Fog will not work if Voxy is enabled. Same thing with Water Colors on Voxy Terrain.

The Colorful Water Team

profile avatar
  • 4
    Projects
  • 219
    Downloads

More from korindevs