nineMinecraft is a joke site.
nineMinecraft is in no way affiliated with Modrinth or 9minecraft. (And frankly, who wants to be affiliated with the latter?)

Tired of looking at the same 16x16 water or lava texture repeated for every single block with no differences? Yearning for a little less Moiré?

Big Water changes things up, bringing more small-scale variation with large-scale textures! Resource packs can provide fluid textures at double, triple, quadruple size and beyond, then define how many blocks they should cover. You can also change the scale to your heart's content via the config screen, even if no compatible packs are active!

Comparison between BigWater lava and vanilla lava

Included in the mod are 3 sample packs:

  • Vanilla
    • Enabled by default, as close to vanilla as I could make it but with a more varied texture covering 4x4 blocks
  • Rekindled
  • Stylized

All of these also include animated normal maps for any shaders that support it.

And yes, I know that diagonally flowing textures are far from perfect. If you're a developer feel free to check out the code, I would appreciate suggestions for handling those better.

For resource pack creators:

Put your bigger textures in assets/bigwater/textures/block/, then include a file like this:

assets/bigwater/config/bigwater.json

{
   "textureScale":{
      "minecraft:water":4,
      "minecraft:lava":4
   }
}

If the mod doesn't find any custom textures in the folder above it will use the ones in the minecraft/textures/block folder instead.

Disclaimers:

  • While the scale can be set for each fluid independently, it applies to both still and flowing textures.
  • Normal and specular textures work as expected, but POM will run into the same issues as repeat CTM on blocks, i.e. seams on every block.

External resources


Project members

Tec

Member


Technical information

License
CC0-1.0
Client side
required
Server side
unsupported
Project ID