diff options
author | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-09-17 19:39:05 +0800 |
---|---|---|
committer | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-09-17 19:39:05 +0800 |
commit | 431e4fc9d1657a50ebc34b8ac24f9bfaea06417f (patch) | |
tree | 5987bb14f38d2999c682970429f34b41eb3e5826 /src/features/mining/coords.json | |
parent | e73f2efdf0f50aa775c540317394d46428e9704f (diff) | |
download | SoopyV2-431e4fc9d1657a50ebc34b8ac24f9bfaea06417f.tar.gz SoopyV2-431e4fc9d1657a50ebc34b8ac24f9bfaea06417f.tar.bz2 SoopyV2-431e4fc9d1657a50ebc34b8ac24f9bfaea06417f.zip |
Initial move to babel + change fetch to use async/await
Diffstat (limited to 'src/features/mining/coords.json')
-rw-r--r-- | src/features/mining/coords.json | 202 |
1 files changed, 202 insertions, 0 deletions
diff --git a/src/features/mining/coords.json b/src/features/mining/coords.json new file mode 100644 index 0000000..246731b --- /dev/null +++ b/src/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 |