All versions
1.20.1-2.8.1
Release
Weather Storms & Tornadoes 1.20.1-2.8.13 years ago 4,716
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Forge
NeoForge
Supported environments
Client and server
Required content
Any compatible version
Changes
Added wind turbine, generates forge energy based on the dynamic wind speed, high elevation generates more and more consistently.
Wind is now faster and more constant at higher elevations compared to areas around it
Fixed blocks breaking speed, harvestability, breaking particles
Fix snow/sand not building up during storms
Aesthetic_Only_Mode tested and used more, puts weather mod in a mode where you only get wind and particles, great for more peacefull servers, forces on overcast mode so it reacts to
vanilla rain instead of overriding it
Winter_Wonderland setting allows for snowstorms everywhere
Added config for each weather2 sound source, leaves blowing in wind sound now default off until I refine it further
Fixed a few crashes
Lots of small tweaks, fixes and improvements
Fix anemometer/wind vane not correctly checking if theyre outside
Mod now uses global rates mode by default, so every 3-10 days, instead of 10 tornadoes spawning on a group of 10 players, its just 1
A deadly storm wont spawn right away on a new world, instead will wait the default 3-10 days before trying.
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:dv5SFk5T:pyfdMW40"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:dv5SFk5T:pyfdMW40"
}

