All versions
0.1.6
Release
PMW Extra! 0.1.6last week 412
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
- Mod is now compatible with 0.17
- Refactored a bunch of code
- Weather station now sends morning message right after the player wakes up
- Added lightningBias property to supercells, allowing some supercells to have almost no lightning, while others can have 2x as much.
- Overcast cloud percentage increases slightly at night to mirror IRL
- Fixed no overcast rain making overcast perc 0.0 everywhere, should be clamped at .15 on server
- Lost a bunch of sleep
- Removed Wonky tornadoes Config optipn
- Removed Dust Clouds Config option
- Removed Enhanced Damage (Wind damage now accurate in main mod)
- Removed Variable tornado widths (included in main mod)
- Removed Enhcnaced lightning (Due to new lightningBias)
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:EkOB83Jm:6aH5tFdh"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:EkOB83Jm:6aH5tFdh"
}


