I always disliked how low clouds rendered in Minecraft, so I made a simple utility mod that allows you to pick whatever cloud height you want!
Requires the Fabric mod loader.
config/soaring-clouds.json5
{
/* Configures cloud height for each dimension type.
Overworld: minecraft:overworld
End: minecraft:the_end
Nether: minecraft:the_nether
*/
"cloudHeights": {
"minecraft:overworld": 175
}
}
Default [125]:
With Soaring Clouds Default [175]:
With Soaring Clouds & Grondag's Clear Skies Mod:
This project is under the MIT license.