You can get support on my discord server here!
PMWeatherAPI is an Unofficial API designed to make interacting with ProtoManly's Weather Mod easier for those wishing to create addons for PMWeather.
Current Features include:
- Nearby Storm Detection
- Nearby Radar Detection
- Radar Overlays
This API is currently experimental (due to PMWeather being in alpha) and bugs are to be expected The API will try to keep up to date with PMWeather as much as possible.
Please only use the version of the API compatible with your PMWeather version (for example, 0.14.15.0 is compatible with PMWeather 0.14.15-alpha, but not necessarily with other versions)
In your build.gradle, add the following:
repositories {
maven {
name = "DU Maven"
url = "https://maven.digitalunderworlds.com/snapshots/"
}
}
dependencies {
implementation "net.nullved:pmweatherapi:<version>"
}To use the features of the mod, check out the wiki!
