Releases: SandroHc/schematic4j
Releases · SandroHc/schematic4j
v1.1.0
- 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 ofSchematicLoader
Schematic.getBiome(x, z)
andSchematic.getBiomes()
have been modified to support the 1.17 biomes
v1.0.1
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
0.1.0-SNAPSHOT Add support for parsing from a InputStream