Skip to content

InstaSplatter v0.9.1

Choose a tag to compare

@cursor cursor released this 17 Jul 01:15
· 6 commits to main since this release
f6f0d6c

Experimental Minecraft schematic export

With Experimental Mode on and a finished reconstruction, Export schematic writes a Sponge Schematic v2 .schem (Gzip NBT) that WorldEdit-class tools can paste.

  • Voxelizes the splat with a robust AABB, opacity filter, and vanilla concrete colour palette
  • Default max axis 128 blocks (clamped 16–256)
  • Bakes the same viewport / project orientation as splat export
  • Standard Mode unchanged — IPC refuses when Experimental is off

Verification

  • cargo test — 241 passed
  • tsc --noEmit — clean
  • Camera numeric checks — clean

See RELEASE.md and docs/RESEARCH-STACK.md for details.