You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can get support on my discord server [here](https://discord.gg/B6YKNVB6pW)!
4
+
5
+
Need help? Join the Discord server [here](https://discord.gg/B6YKNVB6pW)!
5
6
6
7
## About
7
-
PMWeatherAPI is an **Unofficial** API designed to make interacting with [ProtoManly's Weather Mod](https://modrinth.com/mod/protomanlys-weather/) easier for those wishing to create addons for PMWeather.
**PMWeatherAPI** is an **unofficial** API designed to simplify interacting with [ProtoManly's Weather Mod](https://modrinth.com/mod/protomanlys-weather/) for those who want to create addons.
12
+
13
+
### Current features:
13
14
14
-
This API is currently experimental (due to PMWeather being in alpha) and bugs are to be expected
15
-
The API will try to keep up to date with PMWeather as much as possible.
15
+
* Nearby storm detection
16
+
* Nearby radar detection
17
+
* Radar overlays
16
18
17
-
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)
19
+
> ⚠️ This API is currently experimental due to PMWeather still being in alpha. Bugs should be expected.
20
+
> The API will aim to stay updated with PMWeather as closely as possible.
21
+
22
+
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).
23
+
24
+
## Adding to Your Project
18
25
19
-
## Adding to your project
20
26
In your `build.gradle`, add the following:
27
+
21
28
```groovy
22
29
repositories {
23
30
maven {
@@ -31,4 +38,4 @@ dependencies {
31
38
}
32
39
```
33
40
34
-
To use the features of the mod, check out the [wiki](https://github.com/RealDarkStudios/PMWeatherAPI/wiki/)!
41
+
For usage examples and more details, check out the [wiki](https://github.com/RealDarkStudios/PMWeatherAPI/wiki/).
0 commit comments