Skip to content

Fabric / (Neo)Forge mod with cameras that can take pictures!

License

Notifications You must be signed in to change notification settings

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.

Update checklist

  • 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.
  • 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.
  • Cherry pick the changes onto the other branches 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