From 60c4875a0ebcda90a93aa22aedaaafec258fdfee Mon Sep 17 00:00:00 2001 From: syeyoung <42869671+cyoung06@users.noreply.github.com> Date: Sun, 15 Jan 2023 22:22:47 +0900 Subject: Skyblock dungeons guide 234 (#271) * Skyblock-Dungeons-Guide-234 M1 Compatibility - fix cursors #234 Signed-off-by: syeyoung * - Latest gamesdk (which apparently has issues) https://discord.pyrrha.dev/#/versions v3.2.1 Signed-off-by: syeyoung * - rename libraries Signed-off-by: syeyoung * - update gamesdk ** Interfaces are not updated ** I only updated Signed-off-by: syeyoung * - get rid of gamesdk because it's pain to work with Signed-off-by: syeyoung * - implement ask to join and stuff Signed-off-by: syeyoung * - update library and stuff Signed-off-by: syeyoung * - - better logging Signed-off-by: syeyoung Signed-off-by: syeyoung --- mod/lib/DiscordIPC-1.0.jar | Bin 0 -> 508553 bytes mod/lib/README.md | 11 +++++++++++ 2 files changed, 11 insertions(+) create mode 100644 mod/lib/DiscordIPC-1.0.jar create mode 100644 mod/lib/README.md (limited to 'mod/lib') diff --git a/mod/lib/DiscordIPC-1.0.jar b/mod/lib/DiscordIPC-1.0.jar new file mode 100644 index 00000000..423e3c5a Binary files /dev/null and b/mod/lib/DiscordIPC-1.0.jar 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 -- cgit