Compare commits
3 commits
03325fd8cb
...
ee25df249b
Author | SHA1 | Date | |
---|---|---|---|
ee25df249b | |||
e4e2378e1d | |||
1051d1fdbe |
4 changed files with 4 additions and 4 deletions
|
@ -14,7 +14,6 @@ differences compared to v0:
|
||||||
- commands, finally!
|
- commands, finally!
|
||||||
|
|
||||||
TODO (no order):
|
TODO (no order):
|
||||||
- auto update
|
|
||||||
- static mode for lightning
|
- static mode for lightning
|
||||||
- extensible: api (partially there)
|
- extensible: api (partially there)
|
||||||
- airplanes? https://opensky-network.org/
|
- airplanes? https://opensky-network.org/
|
||||||
|
|
|
@ -68,5 +68,6 @@ goal: offsetting by player position
|
||||||
t = (longitude / 15) * 1000 * scale
|
t = (longitude / 15) * 1000 * scale
|
||||||
|
|
||||||
accounting for sunrise and sunset
|
accounting for sunrise and sunset
|
||||||
TODO, idk yet without
|
TODO, idk yet without
|
||||||
|
update: this is now possible with 0.8.0 api
|
||||||
|
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -33,7 +33,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>eu.m724</groupId>
|
<groupId>eu.m724</groupId>
|
||||||
<artifactId>wtapi</artifactId>
|
<artifactId>wtapi</artifactId>
|
||||||
<version>0.7</version>
|
<version>0.8.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>eu.m724</groupId>
|
<groupId>eu.m724</groupId>
|
||||||
|
|
|
@ -9,7 +9,7 @@ load: STARTUP
|
||||||
main: eu.m724.realweather.RealWeatherPlugin
|
main: eu.m724.realweather.RealWeatherPlugin
|
||||||
|
|
||||||
libraries:
|
libraries:
|
||||||
- org.java-websocket:Java-WebSocket:1.5.6
|
- org.java-websocket:Java-WebSocket:1.5.7
|
||||||
|
|
||||||
commands:
|
commands:
|
||||||
rwadmin:
|
rwadmin:
|
||||||
|
|
Loading…
Reference in a new issue