diff options
-rw-r--r-- | build.gradle | 8 | ||||
-rw-r--r-- | src/main/resources/skyblocker.mixins.json | 2 |
2 files changed, 1 insertions, 9 deletions
diff --git a/build.gradle b/build.gradle index e38c7116..e7fadae4 100644 --- a/build.gradle +++ b/build.gradle @@ -29,10 +29,6 @@ repositories { url 'https://repo.maven.apache.org/maven2' name 'Maven Central' } - maven { - url "https://maven.siphalor.de/" - name "Siphalor's Maven" - } maven {url "https://jitpack.io"} maven {url "https://maven.jaackson.me/repo"} @@ -66,10 +62,6 @@ dependencies { // https://mvnrepository.com/artifact/org.slf4j/slf4j-api include(implementation("org.slf4j:slf4j-api:1.7.28")) - // https://github.com/Siphalor/amecs-api - modImplementation "de.siphalor:amecsapi-1.15:1+" - include "de.siphalor:amecsapi-1.15:1+" - //DiscordIPC + Libraries so it works on unix systems modImplementation ("com.jagrosh:DiscordIPC:0.5"){ diff --git a/src/main/resources/skyblocker.mixins.json b/src/main/resources/skyblocker.mixins.json index 6efba1f9..31c08089 100644 --- a/src/main/resources/skyblocker.mixins.json +++ b/src/main/resources/skyblocker.mixins.json @@ -9,7 +9,7 @@ "InGameHudMixin", "ItemRendererMixin", "LeverBlockMixin", - "MinecraftClientMixin" + "MinecraftClientMixin", "AccessorWorldRenderer", "GenericContainerScreenMixin", "GenericContainerScreenHandlerMixin", |