diff --git a/README.md b/README.md index 7da34f07015f7a7eb2823c4b4609cc4fba7a36f9..87dcd3a665913b60f256853de75b253d64e5ed8d 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,8 @@ For players that also have the mod installed you will see their selected color s 1. Ensure you have the required mods. Mods without a link can be downloaded from [BeatMods](https://beatmods.com/#/mods) or using Mod Assistant. * [MultiplayerExtensions](https://github.com/Zingabopp/MultiplayerExtensions) 0.4.0+ - * SiraUtil 2.1.0+ - * BS Utils 1.6.1+ + * SiraUtil 2.4.0+ + * SongCore 3.0.3+ 1. Download the latest release of `MultiplayerColors-<version>.zip` **[Here](https://git.pg98.de/pg98/BeatSaber-MultiplayerColors/-/releases)** 2. Extract the zip file to your Beat Saber game directory (the one `Beat Saber.exe` is in). * `MultiplayerColors.dll` should end up in your `Plugins` folder (**NOT** the one in `Beat Saber_Data`). diff --git a/manifest.json b/manifest.json index d0167d3af04458c10d1e17d9c3fb7738b1bc9089..982febf477feed6dac5dc81e29ec65716703c64b 100644 --- a/manifest.json +++ b/manifest.json @@ -8,8 +8,8 @@ "gameVersion": "1.13.2", "dependsOn": { "BSIPA": "^4.1.3", - "BS Utils": "^1.6.2", "MultiplayerExtensions": ">=0.4.0", - "SiraUtil": "^2.1.0" + "SiraUtil": "^2.4.0", + "SongCore": "^3.0.3" } }