diff options
author | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-06-05 10:47:22 +0800 |
---|---|---|
committer | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-06-05 10:47:22 +0800 |
commit | f29594f1c6407cdf782ea5d4510e23567b013a00 (patch) | |
tree | 209d82d1dc94789418b0a133e6903bd9dc33c394 /features/mining/coords.json | |
parent | bc3e2d89ee5ecaf598aa7f7bc862cf29b852671e (diff) | |
download | SoopyV2-f29594f1c6407cdf782ea5d4510e23567b013a00.tar.gz SoopyV2-f29594f1c6407cdf782ea5d4510e23567b013a00.tar.bz2 SoopyV2-f29594f1c6407cdf782ea5d4510e23567b013a00.zip |
+ metal detector waypoints
Diffstat (limited to 'features/mining/coords.json')
-rw-r--r-- | features/mining/coords.json | 202 |
1 files changed, 202 insertions, 0 deletions
diff --git a/features/mining/coords.json b/features/mining/coords.json new file mode 100644 index 0000000..246731b --- /dev/null +++ b/features/mining/coords.json @@ -0,0 +1,202 @@ +[ + [ + -7, + 26, + -2 + ], + [ + -15, + 26, + 31 + ], + [ + -17, + 26, + 19 + ], + [ + 47, + 25, + 33 + ], + [ + 36, + 26, + 45 + ], + [ + 48, + 27, + 45 + ], + [ + 45, + 27, + -13 + ], + [ + -38, + 26, + 21 + ], + [ + 42, + 26, + 27 + ], + [ + 29, + 27, + -7 + ], + [ + 22, + 26, + -15 + ], + [ + -7, + 27, + -26 + ], + [ + -2, + 26, + -6 + ], + [ + 43, + 27, + -21 + ], + [ + 10, + 26, + -11 + ], + [ + 17, + 26, + 49 + ], + [ + 19, + 26, + -17 + ], + [ + -35, + 27, + 35 + ], + [ + 25, + 27, + 5 + ], + [ + -37, + 24, + 46 + ], + [ + -24, + 26, + 49 + ], + [ + -7, + 26, + 48 + ], + [ + -14, + 27, + -24 + ], + [ + -18, + 27, + 44 + ], + [ + -1, + 26, + -23 + ], + [ + 41, + 25, + -37 + ], + [ + 19, + 26, + -38 + ], + [ + -7, + 27, + 27 + ], + [ + 42, + 26, + 19 + ], + [ + 42, + 26, + 19 + ], + [ + -33, + 27, + 31 + ], + [ + 6, + 27, + 25 + ], + [ + -2, + 26, + -17 + ], + [ + -15, + 27, + 5 + ], + [ + -20, + 27, + -12 + ], + [ + -25, + 26, + 30 + ], + [ + 28, + 27, + -35 + ], + [ + -19, + 27, + -22 + ], + [ + 4, + 26, + -15 + ], + [ + 36, + 26, + 17 + ] +]
\ No newline at end of file |