aboutsummaryrefslogtreecommitdiff
path: root/mod/lib
diff options
context:
space:
mode:
authorsyeyoung <42869671+cyoung06@users.noreply.github.com>2023-01-15 22:22:47 +0900
committerGitHub <noreply@github.com>2023-01-15 22:22:47 +0900
commit60c4875a0ebcda90a93aa22aedaaafec258fdfee (patch)
tree3f05d5e408d0891a9ff34fd0a396bf6a4f0960dc /mod/lib
parent587d1cc9c851bde1b3e3ddc1ca80aac128d35890 (diff)
downloadSkyblock-Dungeons-Guide-60c4875a0ebcda90a93aa22aedaaafec258fdfee.tar.gz
Skyblock-Dungeons-Guide-60c4875a0ebcda90a93aa22aedaaafec258fdfee.tar.bz2
Skyblock-Dungeons-Guide-60c4875a0ebcda90a93aa22aedaaafec258fdfee.zip
Skyblock dungeons guide 234 (#271)
* Skyblock-Dungeons-Guide-234 M1 Compatibility - fix cursors #234 Signed-off-by: syeyoung <cyoung06@naver.com> * - Latest gamesdk (which apparently has issues) https://discord.pyrrha.dev/#/versions v3.2.1 Signed-off-by: syeyoung <cyoung06@naver.com> * - rename libraries Signed-off-by: syeyoung <cyoung06@naver.com> * - update gamesdk ** Interfaces are not updated ** I only updated Signed-off-by: syeyoung <cyoung06@naver.com> * - get rid of gamesdk because it's pain to work with Signed-off-by: syeyoung <cyoung06@naver.com> * - implement ask to join and stuff Signed-off-by: syeyoung <cyoung06@naver.com> * - update library and stuff Signed-off-by: syeyoung <cyoung06@naver.com> * - - better logging Signed-off-by: syeyoung <cyoung06@naver.com> Signed-off-by: syeyoung <cyoung06@naver.com>
Diffstat (limited to 'mod/lib')
-rw-r--r--mod/lib/DiscordIPC-1.0.jarbin0 -> 508553 bytes
-rw-r--r--mod/lib/README.md11
2 files changed, 11 insertions, 0 deletions
diff --git a/mod/lib/DiscordIPC-1.0.jar b/mod/lib/DiscordIPC-1.0.jar
new file mode 100644
index 00000000..423e3c5a
--- /dev/null
+++ b/mod/lib/DiscordIPC-1.0.jar
Binary files differ
diff --git a/mod/lib/README.md b/mod/lib/README.md
new file mode 100644
index 00000000..4d76d7b1
--- /dev/null
+++ b/mod/lib/README.md
@@ -0,0 +1,11 @@
+This is modified version of
+https://github.com/jagrosh/DiscordIPC
+which is on
+https://github.com/cyoung06/DiscordIPC
+(you can view all the changes on that repo)
+
+This library is licensed under Apache License 2.0
+
+
+Since it would be painful to setup maven repository on DG backend, (both to me and other developers due to extremely slow network speed)
+I've just put a jar. \ No newline at end of file