Releases: Efnilite/neoschematic
Releases · Efnilite/neoschematic
Release list
v1.2.0 - Zip schematics
Adding to your project
Changelog
- Adds zip schematics. When saving a file, use
schematic.save("file", new ZipSchematic()). - Fixes
Schematic#getWaypointnot working when using a non-block pasting location
v1.1.0 - Waypoints
Adding to your project
API Changes
Schematic#dataVersion()has been deprecated for removal -> useSchematic#getDataVersion()Schematic#minecraftVersion()has been deprecated for removal -> useSchematic#getMinecraftVersion()Schematic#dimensions()has been deprecated for removal -> useSchematic#getDimensions()Schematic#palette()has been deprecated for removal -> useSchematic#getPalette()Schematic#blocks()has been deprecated for removal -> useSchematic#getBlocks()
Changelog
- Move to Gradle
- Adds waypoints
- Adds unit and integration testing
- Fixes dimensions being 1 too small on every axis
v1.0.5 - Hotfix
v1.0.4 - Hotfix
- Fixed schematics not pasting correctly when saved with non-rounded coordinates
v1.0.3 - Hotfix
- Fixed saving multiple schematics causing weird results
- Improved documentation
v1.0.2 - Hotfix
- Fixed schematics over 100 blocks having a few blocks that would use same material when not supposed to
v1.0.1 - Hotfix
- Added 1.20.5, 1.20.6 support
- Fixed versions not including patch numbers
- Removed unused constructor in Schematic