r/technicalminecraft • u/DarkPhantom6512 • 10h ago
Rule-8 Compliant A mod I've been working on that integrates Git with Litematica.
galleryI just wanted to share a passion project I've been working on with u/scorpio_03 for the past 2 months in case others were interested. It's a fork of litematica that adds a bunch of features on top of it which allows to easily manage and share tons of changes on a project.
It has all the important stuff like creating commits, branching for safely exploring an alternative direction with your project, and even basic merging with merge conflict handling. In the backend, it stores a real git repository so you can push/pull your project and commits with platforms like github.
I initially made this for myself and a few friends since, especially for technical builds like tree farms, we are addicted to exploring different layouts and making tons of optimizations to the wiring, etc. At the end of it, we are left with over a hundred different schematics of our project which is not fun to manage by hand at all and figure out the changes.
It’s still in early development and the core workflow is starting to come together, so I wanted to share what I had and see what people think for those who are interested!