diff options
author | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2024-01-25 16:44:38 -0500 |
---|---|---|
committer | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2024-01-25 16:46:52 -0500 |
commit | 4cf5ff1a436b1b5ce30990bb67b816a241aae603 (patch) | |
tree | efb07bac515478679accad679bfeeb8d0e608529 /src/main/resources/assets/skyblocker/crimson | |
parent | 81e17a23645f429f91f77663928372bdf0833e16 (diff) | |
download | Skyblocker-4cf5ff1a436b1b5ce30990bb67b816a241aae603.tar.gz Skyblocker-4cf5ff1a436b1b5ce30990bb67b816a241aae603.tar.bz2 Skyblocker-4cf5ff1a436b1b5ce30990bb67b816a241aae603.zip |
Kuudra Waypoints
Diffstat (limited to 'src/main/resources/assets/skyblocker/crimson')
-rw-r--r-- | src/main/resources/assets/skyblocker/crimson/kuudra/pearl_waypoints.json | 96 | ||||
-rw-r--r-- | src/main/resources/assets/skyblocker/crimson/kuudra/safe_spot_waypoints.json | 19 |
2 files changed, 115 insertions, 0 deletions
diff --git a/src/main/resources/assets/skyblocker/crimson/kuudra/pearl_waypoints.json b/src/main/resources/assets/skyblocker/crimson/kuudra/pearl_waypoints.json new file mode 100644 index 00000000..6bba7576 --- /dev/null +++ b/src/main/resources/assets/skyblocker/crimson/kuudra/pearl_waypoints.json @@ -0,0 +1,96 @@ +{ + "waypoints": [ + { + "x": -43, + "y": 120, + "z": -149 + }, + { + "x": -97, + "y": 157, + "z": -112 + }, + { + "x": -70, + "y": 79, + "z": -134 + }, + { + "x": -110, + "y": 155, + "z": -106 + }, + { + "x": -105, + "y": 157, + "z": -100 + }, + { + "x": -106, + "y": 165, + "z": -101 + }, + { + "x": -134, + "y": 77, + "z": -138 + }, + { + "x": -113, + "y": 77, + "z": -68 + }, + { + "x": -67, + "y": 77, + "z": -122 + } + , + { + "x": -85, + "y": 78, + "z": -128 + }, + { + "x": -95, + "y": 161, + "z": -105 + } + , + { + "x": -26, + "y": 126, + "z": -111 + }, + { + "x": -103, + "y": 160, + "z": -109 + }, + { + "x": -65, + "y": 76, + "z": -87 + }, + { + "x": -140, + "y": 78, + "z": -90 + }, + { + "x": -130, + "y": 79, + "z": -113 + }, + { + "x": -45, + "y": 135, + "z": -138 + }, + { + "x": -35, + "y": 138, + "z": -124 + } + ] +}
\ No newline at end of file diff --git a/src/main/resources/assets/skyblocker/crimson/kuudra/safe_spot_waypoints.json b/src/main/resources/assets/skyblocker/crimson/kuudra/safe_spot_waypoints.json new file mode 100644 index 00000000..ce693886 --- /dev/null +++ b/src/main/resources/assets/skyblocker/crimson/kuudra/safe_spot_waypoints.json @@ -0,0 +1,19 @@ +{ + "waypoints": [ + { + "x": -141, + "y": 77, + "z": -91 + }, + { + "x": -141, + "y": 76, + "z": -90 + }, + { + "x": -90, + "y": 77, + "z": -128 + } + ] +}
\ No newline at end of file |