Skip to content

Commit

Permalink
Add "Fabric-Loom-Remap" to fabric api jar manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
mezz committed Aug 19, 2023
1 parent 016d7ee commit 56d44da
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions FabricApi/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,12 @@ tasks.withType<JavaCompile> {
}
}

tasks.withType<Jar> {
manifest {
attributes["Fabric-Loom-Remap"] = true
}
}

dependencies {
minecraft(
group = "com.mojang",
Expand Down

0 comments on commit 56d44da

Please sign in to comment.