uis on Nostr: Speaking of big worlds. There is few neat thing in git: clean/smudge filters and ...
Speaking of big worlds. There is few neat thing in git: clean/smudge filters and merge filters.
As we know minecraft saves are shit to compress and more shit to store in git because they are already compressed. git clean filter can decompress the world(and maybe even change format to better compressable), let git apply its own delta compression and regular compression to delta, and git smudge filter can revert it to minecraft-readable format.
As we know minecraft saves are shit to compress and more shit to store in git because they are already compressed. git clean filter can decompress the world(and maybe even change format to better compressable), let git apply its own delta compression and regular compression to delta, and git smudge filter can revert it to minecraft-readable format.