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.
- Create a new branch based on the latest branch.
- Update minecraft version.
- Change in
gradle.properties
and update all dependencies. - Optional: Deprecate older version(s) 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
- Cherry pick the changes onto the other branches 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