Skip to content
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.

Commit

Permalink
5.0.0-alpha.4 release meta
Browse files Browse the repository at this point in the history
  • Loading branch information
andantet committed Jul 2, 2023
1 parent 4d91cc2 commit 4cebe9d
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
org.gradle.jvmargs=-Xmx1G

mod_version=5.0.0-alpha.3
maven_group=dev.andante.companion
mod_version=5.0.0-alpha.4
maven_group=dev.andante

minecraft_version=1.20.1
yarn_build=2
Expand Down
20 changes: 19 additions & 1 deletion gradle/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,22 @@

---

* Fixed music trigger due to an MCC: Island patch
* Fixed certain round status updates not being detected due to a change in Noxcrew's message capitalisation
* This fixes any music issues!
* The fix involves a long-term solution so this shouldn't cause as bad of a problem in the future

- **Added Ghosts to Parkour Warrior: Dojo!**
- Currently accessed via a command
- `/companion:parkour_warrior_dojo`
- `ghosts clear`: clears all ghosts from the world
- `ghosts toggle <fileName> [repeat]`: toggles a ghost in the world
- `<fileName>`: the name of the run file
- `[repeat]`: whether to send the ghost back to the beginning of the course when it finishes
- `runs list`: lists all loaded runs
- `runs reload`: reloads all runs from disk
- Runs are stored in your Minecraft folder at `/companion/game_instances/parkour_warrior_dojo/runs/`
- These files can be renamed to whatever you please and shared to run against other players' ghosts!
- An interface will be added in the future! I just wanted to get this release out for the music fix!


- Added back 'Close Beta Test Warning' under HUD settings

0 comments on commit 4cebe9d

Please sign in to comment.