Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platforms
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Licensed GPL-3.0-only
Published 2 weeks ago
Updated last week
Support
Need help? Join the Discord server here!
About
PMWeatherAPI is an unofficial API designed to simplify interacting with ProtoManly's Weather Mod for those who want to create addons.
Current features:
- Nearby Storm Detection
- Nearby Radar Detection
- Custom Radar Modes
- Radar Overlays
- Storm Builder
- Color Maps
- Events
⚠️ This API is currently experimental due to PMWeather still being in alpha. Bugs should be expected. The API will aim to stay updated with PMWeather as closely as possible.
Make sure you only use the API version that matches your PMWeather version (e.g., 0.14.15.0
works with PMWeather 0.14.15-alpha
but may not work with other versions).
Adding to Your Project
In your build.gradle
, add the following:
repositories {
maven {
name = "DU Maven"
url = "https://maven.digitalunderworlds.com/snapshots/"
}
}
dependencies {
implementation "net.nullved:pmweatherapi:<version>"
}
For usage examples and more details, check out the wiki.