Skip to content

Commit 3015384

Browse files
committed
fix: no access widener in fabric.mod.json
1 parent 7a54097 commit 3015384

3 files changed

Lines changed: 1 addition & 8 deletions

File tree

build.gradle.kts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -93,12 +93,7 @@ modstitch {
9393
}
9494

9595
mixin.useLegacyMixinAp = false
96-
97-
accessWidenerPath = rootProject.file("src/main/resources/yacl.accesswidener")
9896
}
99-
100-
// do not validate
101-
tasks.getByName("validateAccessWidener").enabled = false
10297
}
10398

10499
moddevgradle {
@@ -114,8 +109,6 @@ modstitch {
114109
}
115110
}
116111

117-
validateAccessTransformers = false
118-
119112
mods {
120113
register("testmod") {
121114
sourceSet(testmod.get())

stonecutter.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44

55
id("dev.kikugie.stonecutter")
66

7-
val modstitchVersion = "0.6.2-unstable"
7+
val modstitchVersion = "0.6.3-unstable"
88
id("dev.isxander.modstitch.base") version modstitchVersion apply false
99

1010
id("me.modmuss50.mod-publish-plugin") version "0.8.4" apply false

0 commit comments

Comments
 (0)