Skip to content

chrrs/camerapture

Repository files navigation

Camerapture

Fabric mod with cameras that can take pictures!

Version Build status Modrinth CurseForge

Read more about it on Modrinth or CurseForge.

Project Structure

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.

Update checklist

  • 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.
  • Fix all conflicts and test on all loaders.
  • Release new version as described below.

Release checklist

  • Update the version number.
    • Change in gradle.properties.
    • Add an entry in CHANGELOG.md.
  • Commit and push a new tag. (example: v1.2.3)
    • Tag name is the version number prefixed by v.
  • Rebase other versions onto the main branch and fix all conflicts.
  • Manually trigger the Publish workflow on GitHub for every version.

Credits

  • 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