All versions
0.16.1
Alpha
EAS Addon for ProtoManly's Weather Mod 0.16.16 months ago 40.6K
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
ADDITIONS:
- Added compatability for pmweather 0.16a
- Easaddon commands can now be used for singleplayer worlds
- Added a clear button for risk drawing
FIXES:
- Menu blur issue should be fixed now
- Fixed clientbound/minecraft:custom_payload error
- Tornadoes should not be able to be surveyed unless the tornado has ended
- Watch duration is now in minutes and not hours, and should no longer appear as unknown when a duration is set
- Tornado duration time stops when the game is paused
- Detection and display range now saves
REMOVALS:
- Dreaded radar overlay hitbox removed
- Removed auto-generating risks at the start of each day
- Removed opaque overlay when attempting to draw risks
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:TUoNu1nC:kFjy4yRZ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:TUoNu1nC:kFjy4yRZ"
}

