Skip to content

Commit 0377fab

Browse files
committed
add fabric asm back
1 parent a8d8f4b commit 0377fab

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

build.gradle.kts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,12 @@ dependencies {
6969
if (releaseVersion.minor < 12) {
7070
implementation(includeOrShade("it.unimi.dsi:fastutil:8.5.13")!!)
7171
}
72+
73+
if (mcData.isFabric) {
74+
implementation(includeOrShade("com.github.Chocohead:Fabric-ASM:v2.3") {
75+
isTransitive = false
76+
})
77+
}
7278
}
7379

7480
tasks {
@@ -92,4 +98,7 @@ tasks {
9298
exclude("patcher18_at.cfg")
9399
exclude("patcher112_at.cfg")
94100
}
101+
102+
103+
95104
}

0 commit comments

Comments
 (0)