Skip to content

Commit

Permalink
Merge branch 'refs/heads/1.19.4' into 1.18.2
Browse files Browse the repository at this point in the history
  • Loading branch information
senseiwells committed Aug 19, 2024
2 parents 0d199f5 + 1888797 commit 00d6298
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ You will only have access to a limited set of commands when viewing replays, the
- `/replay view speed <multiplier>` Sets the playback speed of the current replay.
- `/replay view restart` Restarts the playback of the current replay.
- `/replay view close` Closes the current replay and brings you back to the server.
- `/replay view progress <hide|show>` Hides or shows the progress bossbar.

If you disconnect while watching a replay, you will be brought back to the server when you login.

Expand Down
6 changes: 4 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,10 @@ tasks {
file = remapJar.get().archiveFile
changelog.set(
"""
- Backported some fixes from 1.20.6
- This is the final version for 1.20.4
- Fixed an issue with Carpet bots not recording entities properly
- Fixed an issue with `/replay view`
- Fixed an incompatibility with Syncmatica
- Added the ability to change the player's recording directory name
""".trimIndent()
)
type = STABLE
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ voicechatVersion=1.18.2-2.5.7
voicechatApiVersion=2.4.0
syncmaticaVersion=1.18.2-0.3.11

modVersion=1.1.1
modVersion=1.1.2

org.gradle.jvmargs=-Xmx4000m

0 comments on commit 00d6298

Please sign in to comment.