Skip to content

Commit

Permalink
rewriten part of the code that needed it (no dg tag support yet it wi…
Browse files Browse the repository at this point in the history
…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
koxx12-dev committed Jul 18, 2021
1 parent 126ed9d commit 211dcfa
Show file tree
Hide file tree
Showing 26 changed files with 639 additions and 394 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ dependencies {
implementation fileTree(dir: 'libs', include: '*.jar')

implementation "org.json:json:20210307"
implementation "gg.essential:Vigilance:123-10809-SNAPSHOT"
implementation "gg.essential:Vigilance:141-10809-SNAPSHOT"

implementation "org.spongepowered:mixin:0.7.11-SNAPSHOT"
annotationProcessor "org.spongepowered:mixin:0.7.11-SNAPSHOT"
Expand Down Expand Up @@ -144,7 +144,7 @@ reobf {
jar {
manifest {
attributes "ModSide": "CLIENT",
"FMLCorePlugin": "io.github.koxx12_dev.scc.fml.CoreMod",
"FMLCorePlugin": "io.github.koxx12dev.scc.fml.CoreMod",
"FMLCorePluginContainsFMLMod": "true",
"ForceLoadAsMod": true,
"MixinConfigs": "mixins.scc.json",
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
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
8 changes: 8 additions & 0 deletions libs.md
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 src/main/java/io/github/koxx12_dev/scc/Utils/HTTPstuff.java

This file was deleted.

57 changes: 0 additions & 57 deletions src/main/java/io/github/koxx12_dev/scc/Utils/Transformers.java

This file was deleted.

This file was deleted.

This file was deleted.

24 changes: 0 additions & 24 deletions src/main/java/io/github/koxx12_dev/scc/threads/JoinThread.java

This file was deleted.

Loading

0 comments on commit 211dcfa

Please sign in to comment.