Functional minimalistic Unit Frames for the modern Minecrafter
Due to Mojangs fast version changing, it's impossible to support all versions at the same time. Because of this Neat will from now on only support two Minecraft Versions simultaneously, a Long-Term-Support (LTS) version and the newest available version. I will choose the LTS version myself based on what feels like the currently most popular version. The two supported versions are currently:
- LTS: 1.21.1
- Newest: 1.21.10 (currently wip)
Neat's release process is mostly automated. Here's the steps:
- Pull master so you're up to date, make sure everything is committed
- Run
git tag -a release-<mc_version>-<build_number>. If you don't know or remember what those are, look atgradle.properties - In the editor that pops up, write the changelog
- In
gradle.properties, increment the build_number by one for the next version. Commit this. - Push master and the release tag:
git push origin master release-<mc_version>-<build_number> - Shortly after, the mod should be automatically uploaded to GitHub's release tab, Modrinth, and CurseForge.
Releases are signed with the Violet Moon signing key, see this page for information about how to verify the artifacts.