promotional bannermobile promotional banner

Simple Weather

Providing an alternative, yet elegant solution for weather effects in Minecraft.

File Details

Simple Weather 1.1.0 for 1.21.5

  • B
  • Apr 27, 2025
  • 116.58 KB
  • 794
  • 1.21.5
  • NeoForge

File Name

simple_weather-1.1.0.jar

Supported Versions

  • 1.21.5

Curse Maven Snippet

NeoForge

implementation "curse.maven:simple-weather-983390:6470536"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Added new configurable setting allowing weather to persist through sleeping. Thunderstorms will still settle to gentler weather. In order for this to work on server playthroughs, it must be added to the server side.

 

New volumetric libary dependency allowing mods to specify regions in which weather can either be "deterred" (prevented) or added as a weather region. While there are plans to make a maven central based api package with sources, for now using the curse forge maven and using the `api` package is likely more reasonable at the moment. You will need to add Volumetrics to your dev environment when using the api so you have access to the `Cuboid` class, but you yourself don't need to depend on `Volumetrics` if you don't want to in production (it is will be needed for the dev environment). Setting up a soft dependency on Simple Weather is more advised than full on requiring it.