InstaSplatter v0.9.1
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 passedtsc --noEmit— clean- Camera numeric checks — clean
See RELEASE.md and docs/RESEARCH-STACK.md for details.