
Silent River In The Nether
The Silent River In The Nether mod introduces a special fluid tag called silent_rivers. Any fluids added to this tag via a datapack will no longer evaporate in ultrawarm dimensions, even if they normally would by default.
How it works: In dimensions like the Nether (which have the ultrawarm property), regular fluids like water quickly evaporate. But if you add a fluid to the silent_rivers tag, it will remain stable in such climates without any changes.
Usage example: Here's how you can add water to the list of evaporation-protected fluids:
{
"replace": false,
"values": [
"minecraft:water"
]
}
After this, water will no longer evaporate in ultrawarm dimensions.
Creating datapacks: Configuration requires creating your own datapack where you can specify which exact fluids should ignore evaporation in hot dimensions.