Skip to content

Commit

Permalink
Edit build script.
Browse files Browse the repository at this point in the history
  • Loading branch information
toxicity188 committed Dec 15, 2024
1 parent e87f3cb commit d61b7ba
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 11 deletions.
9 changes: 0 additions & 9 deletions api/fabric-api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,6 @@ loom {
}
}

tasks {
runServer {
enabled = false
}
remapJar {
archiveClassifier = "remapped"
}
}

fabricModJson {
id = "betterhud-fabric-api"
name = "${rootProject.name}-Fabric-API"
Expand Down
5 changes: 4 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,10 @@ fabricBootstrap.modrinthPublish(
fabricJar,
listOf(sourcesJar, javadocJar),
listOf("fabric", "quilt"),
listOf(minecraft),
supportedMinecraftVersions.subList(
supportedMinecraftVersions.indexOf(properties["supported_version"]),
supportedMinecraftVersions.size
),
listOf("fabric-api"),
listOf("luckperms", "placeholder-api", "polymer")
)
Expand Down
3 changes: 2 additions & 1 deletion changelog/1.11.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# BetterHud 1.11

## Change
- BetterCommand 1.4.1
- BetterCommand 1.4.1
- Repack Fabric API

0 comments on commit d61b7ba

Please sign in to comment.