Skip to content

Releases: Efnilite/neoschematic

v1.2.0 - Zip schematics

Choose a tag to compare

@Efnilite Efnilite released this 10 Jan 13:33
d8883b1

Adding to your project

Changelog

  • Adds zip schematics. When saving a file, use schematic.save("file", new ZipSchematic()).
  • Fixes Schematic#getWaypoint not working when using a non-block pasting location

v1.1.0 - Waypoints

Choose a tag to compare

@Efnilite Efnilite released this 18 Oct 16:59
e909676

Adding to your project

API Changes

  • Schematic#dataVersion() has been deprecated for removal -> use Schematic#getDataVersion()
  • Schematic#minecraftVersion() has been deprecated for removal -> use Schematic#getMinecraftVersion()
  • Schematic#dimensions() has been deprecated for removal -> use Schematic#getDimensions()
  • Schematic#palette() has been deprecated for removal -> use Schematic#getPalette()
  • Schematic#blocks() has been deprecated for removal -> use Schematic#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

Choose a tag to compare

@Efnilite Efnilite released this 28 Aug 22:03
1855c3b
  • Fixed unhandled logging

v1.0.4 - Hotfix

Choose a tag to compare

@Efnilite Efnilite released this 26 Jun 19:08
4de12ec
  • Fixed schematics not pasting correctly when saved with non-rounded coordinates

v1.0.3 - Hotfix

Choose a tag to compare

@Efnilite Efnilite released this 25 Jun 21:17
  • Fixed saving multiple schematics causing weird results
  • Improved documentation

v1.0.2 - Hotfix

Choose a tag to compare

@Efnilite Efnilite released this 29 May 16:58
0e861cf
  • Fixed schematics over 100 blocks having a few blocks that would use same material when not supposed to

v1.0.1 - Hotfix

Choose a tag to compare

@Efnilite Efnilite released this 12 May 20:54
9953566
  • Added 1.20.5, 1.20.6 support
  • Fixed versions not including patch numbers
  • Removed unused constructor in Schematic

v1.0.0 - Initial release

Choose a tag to compare

@Efnilite Efnilite released this 05 May 20:34
965868f
Update README.md