From e4e2378e1d5e860b120526f9007291402294569c Mon Sep 17 00:00:00 2001 From: Minecon724 Date: Tue, 24 Sep 2024 19:57:21 +0200 Subject: [PATCH] Update to wtapi 0.8.0 --- notes.txt | 3 ++- pom.xml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/notes.txt b/notes.txt index 8995335..5f0f512 100644 --- a/notes.txt +++ b/notes.txt @@ -68,5 +68,6 @@ goal: offsetting by player position t = (longitude / 15) * 1000 * scale accounting for sunrise and sunset -TODO, idk yet without +TODO, idk yet without +update: this is now possible with 0.8.0 api diff --git a/pom.xml b/pom.xml index c171a66..ba3d0a4 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ eu.m724 wtapi - 0.7 + 0.8.0 eu.m724