Releases: PowerNukkit/Region-Manipulator
Releases · PowerNukkit/Region-Manipulator
v2.0.0
2.0.0 - 2020-01-24
Changed
- Added new properties to the
data class CorruptChunk
- Changed the
CorruptChunk
constructors (Breaking Change) CorruptChunk.chunkContent
is now nullable (Breaking Change)RegionIO.readRegion
andRegionIO.writeRegion
now throwsIOException
in Java (Breaking Change)RegionIO.readRegion
can now handle more corrupted chunks scenarios, preventing total failures while reading the MCA file- Updated NBT-Manipulator to
2.0.0
- Updated Kotlin to 1.3.61
Fixed
- #4
EOFException
when attempt to read a MCA file which contains incomplete corrupted chunks
v1.1.0
1.1.0 - 2019-06-02
Added
- Methods to manipulate corrupt chunks
Changed
- Updated NBT-Manipulator to
1.1.0
Fixed
v1.0.1
v1.0.0
v0.0.4
0.0.4 - 2019-05-27
Added
- This changelog file
- Documentation to all public types, methods and properties.
- Static methods for java users calling
RegionIO
Region.addAll
for java users.- New constructor to
RegionPos
which accepts the region file name.
Changed
Region.put
will now check if the key matches the value's positionRegion.addAllNotNull
is now synthetic, java users should always callRegion.addAll
Region.addAllNullable
is now deprecated. Java users should always callRegion.addAll
- Updated NBT-Manipulator to
0.0.2
Fixed
- Potential exception when trying to remove a chunk that is not valid for the region
v0.0.3
0.0.3 - 2019-05-25
Changed
- The dependency to NBT-Manipulator from
implementation
tocompile
so it can get inherited.