Last Updated: 2025-04-29T03:57:00Z
Thank you for trying out this mod!
Please create an Issue
if you have any problems with it. I've only tested it on Nauvis so far.
This mod uses GitHub Actions for automated building and releasing:
-
Pull Request Validation:
- All pull requests are automatically built and validated
- This ensures code changes build correctly before merging
-
To release a new version:
- Update the version number in
all-music-everywhere/info.json
- Create and push a new tag (e.g.,
git tag v0.0.2 && git push origin v0.0.2
) - The workflow will automatically build the mod and create a GitHub Release
- Update the version number in
-
Manual releases can also be triggered from the Actions tab in the GitHub repository.