Skip to content

Commit

Permalink
Fix Forge platform crash on launch (#455)
Browse files Browse the repository at this point in the history
  • Loading branch information
PaintNinja authored Sep 22, 2024
1 parent dfe500e commit 7f32289
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions spark-forge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ tasks.withType(JavaCompile) {
minecraft {
mappings channel: 'official', version: '1.21.1'
accessTransformer = file('src/main/resources/META-INF/accesstransformer.cfg')
reobf = false
}

configurations {
Expand Down Expand Up @@ -62,10 +63,3 @@ artifacts {
archives shadowJar
shadow shadowJar
}

reobf {
shadowJar {
dependsOn createMcpToSrg
mappings = createMcpToSrg.outputs.files.singleFile
}
}

0 comments on commit 7f32289

Please sign in to comment.