Skip to content

Releases: SandroHc/schematic4j

v1.1.0

16 Dec 02:37
c581e2f
Compare
Choose a tag to compare
  • Support for the Litematica format (.litematic)
  • Support for the Schematica format (.schematic)
  • Sponge schematics now consume less memory
  • Block and biome iterators now return the the position along with the block
  • SchematicUtil has been deprecated in favor of SchematicLoader
  • Schematic.getBiome(x, z) and Schematic.getBiomes() have been modified to support the 1.17 biomes

v1.0.1

12 Dec 17:08
bcb82b0
Compare
Choose a tag to compare

Fixes an issue when parsing schemas with a palette bigger than 255 blocks (#2). Thanks @RyanLandDev!

This release is now officially available in Maven Central. As such, the dependency on the Jitpack repository is no longer required and can be safely removed.

/* build.gradle */

repositories {
    // 👇 The Jitpack repository can now be safely removed if your
    //    other dependencies are available in other repositories.
    // maven { url 'https://jitpack.io/' }
}

dependencies {
    implementation 'net.sandrohc:schematic4j:1.0.1'
}

v0.1.0

11 Dec 18:34
b136e72
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release
0.1.0-SNAPSHOT

Add support for parsing from a InputStream