Fabric mod with cameras that can take pictures!
Read more about it on Modrinth or CurseForge.
Camerapture supports multiple Minecraft versions using branches. See the list of branches for versions Camerapture
supports. Any version prefixed with old/
is not supported anymore.
Currently, the main branch is 1.21.4
, which all other versions are rebased on.
- Create a new branch based on the main branch.
- Update minecraft version.
- Change in
gradle.properties
and update all dependencies. - Optional: Deprecate older version by adding
old/
to the branch name.
- Change in
- Fix all conflicts and test on all loaders.
- Release new version as described below.
- Update the version number.
- Change in
gradle.properties
. - Add an entry in
CHANGELOG.md
.
- Change in
- Commit and push a new tag. (example:
v1.2.3
)- Tag name is the version number prefixed by
v
.
- Tag name is the version number prefixed by
- Rebase other versions onto the main branch and fix all conflicts.
- Manually trigger the Publish workflow on GitHub for every version.
- henkelmax for making the Camera Mod for Forge that's used on the QSMP, for being the main inspiration of this mod.
- All the great people on our origins server for being amazing and patient with me <3