Unoficial port from Fabric of Big Water to NeoForge.
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!
Included in the mod are 3 sample packs:
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.
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: