Skip to content

Commit

Permalink
Fix URL for intermediary mappings with Legacy Fabric.
Browse files Browse the repository at this point in the history
  • Loading branch information
Deftu committed Jun 27, 2024
1 parent 2d662b0 commit 53aac81
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ extra.set("javax.xml.parsers.SAXParserFactory", "com.sun.org.apache.xerces.inter
val mcData = MCData.from(project)
setupLoom(mcData) {
if (mcData.isLegacyFabric) {
intermediaryUrl.set("https://maven.legacyfabric.net/net/legacyfabric/intermediary/%1\\\$s/intermediary-%1\\\$s-v2.jar")
intermediaryUrl.set("https://maven.legacyfabric.net/net/legacyfabric/intermediary/%1\$s/intermediary-%1\$s-v2.jar")
}
}

Expand Down

0 comments on commit 53aac81

Please sign in to comment.