Skip to content

Commit

Permalink
Clean build jar
Browse files Browse the repository at this point in the history
  • Loading branch information
toxicity188 committed Dec 6, 2024
1 parent b12acdb commit 3f57c60
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bootstrap/fabric/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies {
//Kyori
modCompileOnly("net.fabricmc:fabric-loader:${project.properties["loader_version"]}")
modCompileOnly("net.fabricmc.fabric-api:fabric-api:${project.properties["fabric_version"]}")
modImplementation(include("net.kyori:adventure-platform-mod-shared-fabric-repack:6.1.0")!!)
modCompileOnly("net.kyori:adventure-platform-mod-shared-fabric-repack:6.1.0")
modImplementation(include("net.kyori:adventure-platform-fabric:6.1.0")!!)
}

Expand Down
5 changes: 4 additions & 1 deletion changelog/1.10.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,8 @@ test_text:
```yaml
disable-legacy-offset: false #If this is true, a correct pixel offset is provided.
```
- Add 'hud turn on|off <player' command
- Remove space constraint in text layout
## Change
- Now BetterHud uses BetterCommand 1.4
- Now BetterHud uses Kotlin 2.1.0
Expand All @@ -126,4 +128,5 @@ disable-legacy-offset: false #If this is true, a correct pixel offset is provide
- Fix placeholder comma.
- Fix Folia adaption
- Fix layout identifier.
- Fix render scale calculation.
- Fix render scale calculation.
- Optimize text renderer.

0 comments on commit 3f57c60

Please sign in to comment.