Skip to content

Commit cca7a48

Browse files
committed
Use injectAccessWidener instead of specifying manually in fabric.mod.json so Fabric:runClient doesn't break (thank you arch very cool)
1 parent bc9fd68 commit cca7a48

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Fabric/build.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,10 @@ publishMods {
9090
}
9191

9292
tasks {
93+
remapJar {
94+
injectAccessWidener.set(true)
95+
}
96+
9397
named("publishGithub") {
9498
dependsOn(
9599
project(":Common").tasks.remapJar,

Fabric/src/main/resources/fabric.mod.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
"mixins": [
3232
"hexdebug-common.mixins.json"
3333
],
34-
"accessWidener": "hexdebug.accesswidener",
3534
"depends": {
3635
"minecraft": "${versions.minecraft}",
3736
"fabricloader": ">=${versions.fabric_loader}",

0 commit comments

Comments
 (0)