diff --git a/build.gradle b/build.gradle index dcc4b70b..7e6df7b9 100644 --- a/build.gradle +++ b/build.gradle @@ -89,7 +89,6 @@ dependencies { exclude group: "io.netty" } jij "de.florianmichael:Classic4J:${project.classic4j_version}" - jij(annotationProcessor("com.github.llamalad7.mixinextras:mixinextras-fabric:${project.mixin_extras_version}")) // Fabric's jar in jar system doesn't support transitive dependencies, so we have to manually add them afterEvaluate { diff --git a/gradle.properties b/gradle.properties index 3bf7a3ba..5700741a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,7 +5,7 @@ org.gradle.parallel=true # Minecraft/Fabric minecraft_version=1.20.2 yarn_mappings=1.20.2+build.4 -loader_version=0.14.24 +loader_version=0.15.0 fabric_api_version=0.91.1+1.20.2 # Project Details diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index aca1d919..18e6f5b0 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -48,7 +48,7 @@ ], "accessWidener": "viafabricplus.accesswidener", "depends": { - "fabricloader": ">=0.14.22", + "fabricloader": ">=0.15.0", "fabric-api": ">=0.91.1+1.20.2", "minecraft": "~1.20.2", "java": ">=17"