Skip to content

Commit

Permalink
fix: resolve issue with access wideners
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamalam360 committed Jun 9, 2024
1 parent 54583cb commit 1b8d805
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions neoforge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ architectury {
neoForge()
}

loom {
accessWidenerPath = project(":common").loom.accessWidenerPath
}

base {
archivesName = "utility-belt-neoforge"
}
Expand Down Expand Up @@ -112,7 +108,6 @@ shadowJar {
remapJar {
input.set shadowJar.archiveFile
dependsOn shadowJar
atAccessWideners.add "utility_belt.accesswidener"
}

sourcesJar {
Expand Down

0 comments on commit 1b8d805

Please sign in to comment.