Skip to content
Arnavpmr edited this page Jul 26, 2026 · 18 revisions

Gitmatica

Gitmatica is a client-side Litematica addon that brings version control to Minecraft builds. It lets you save versions of a build, inspect changes, try ideas on branches, and return to an earlier state without using Git commands.

Warning

Gitmatica 0.1.0-alpha is early testing software. Back up important worlds and schematics before using actions that change blocks or entities.

Install

  1. Install Fabric Loader for Minecraft 26.2.
  2. Install Litematica 0.28.3 and MaLiLib 0.29.2.
  3. Download Gitmatica from the latest release and place the JAR in your instance's mods folder.

Create your first project

  1. Enter a world and make a simple Litematica area selection around your build.
  2. Open Litematica's Save Schematic screen.
  3. Select Create Project and give the project a name.
  4. Continue building inside the tracked area.
  5. Open the Gitmatica Project Manager and select Save Version.

Add a short title and, if useful, a description for each version. You can reopen projects from Project Browser in the Litematica main menu.

Core features

  • Track one or more selected areas as a project.
  • Save named versions and browse their history.
  • Inspect changes to blocks, block states, inventories, and entities.
  • Load an older version as an overlay or restore it to the world.
  • Create and merge branches, or export a version as a .litematic file.

Important to know

  • Load the entire tracked area before saving or changing the world.
  • Singleplayer has full access to block and entity data. Multiplayer needs compatible Servux support for the same fidelity.
  • Some visible controls are not part of this alpha. See Alpha Notes for the current boundaries.

Learn more

Clone this wiki locally