-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rewriten part of the code that needed it (no dg tag support yet it wi…
…ll be added after some testing with this version also i know that tags code could be smaller but rn i dont want to change it)
- Loading branch information
1 parent
126ed9d
commit 211dcfa
Showing
26 changed files
with
639 additions
and
394 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
mod_id=scc | ||
mod_id=skyclientcosmetics | ||
mod_name=Skyclient Cosmetics | ||
mod_version=BETA-5.3 | ||
mod_version=BETA-6 | ||
mod_description=Cosmetics for the mod installer Skyclient! | ||
|
||
org.gradle.jvmargs=-Xmx2G |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Libraries used | ||
|
||
| Lib | Licence | Reason | | ||
| ------------- | ------------- | ------------- | | ||
| [Discord game sdk4j](https://github.com/JnCrMx/discord-game-sdk4j) | MIT | Discord RPC | | ||
| [Vigilance](https://github.com/Sk1erLLC/Vigilance) | LGPL-3.0 | Settings UI | | ||
| [JSON](https://github.com/stleary/JSON-java) | [Custom](https://github.com/stleary/JSON-java/blob/master/LICENSE) | Do i need to explain it? | | ||
| [Mixin](https://github.com/SpongePowered/Mixin) | MIT | Changing loading screen | |
73 changes: 0 additions & 73 deletions
73
src/main/java/io/github/koxx12_dev/scc/Utils/HTTPstuff.java
This file was deleted.
Oops, something went wrong.
57 changes: 0 additions & 57 deletions
57
src/main/java/io/github/koxx12_dev/scc/Utils/Transformers.java
This file was deleted.
Oops, something went wrong.
91 changes: 0 additions & 91 deletions
91
src/main/java/io/github/koxx12_dev/scc/listeners/ChatListeners.java
This file was deleted.
Oops, something went wrong.
41 changes: 0 additions & 41 deletions
41
src/main/java/io/github/koxx12_dev/scc/listeners/PlayerListeners.java
This file was deleted.
Oops, something went wrong.
24 changes: 0 additions & 24 deletions
24
src/main/java/io/github/koxx12_dev/scc/threads/JoinThread.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.