mirror of
https://github.com/ViaVersion/ViaFabricPlus.git
synced 2024-11-22 11:56:21 +01:00
Updated Fabric Loader and don't JiJ MixinExtras
This commit is contained in:
parent
32917bb10f
commit
5f446f1017
@ -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 {
|
||||
|
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user