Releases: Amulet-Team/Amulet-Core
Releases · Amulet-Team/Amulet-Core
1.8.1
What's Changed
- Fixed schematic AddBlocks by @gentlegiantJGC in #197
- Fixed default type for LastUpdate by @gentlegiantJGC in #200
- Force Java properties to be strings by @gentlegiantJGC in #199
- Fixed degrees and radians bug by @gentlegiantJGC in #198
- Bumped the Java interface version to support 1.19 by @gentlegiantJGC in #203
Full Changelog: 1.8.0...1.8.1
1.8.0
What's Changed
- Fixed editing Java 1.12 worlds by @gentlegiantJGC in #191
- Only copy chunks to the new world if they are full chunks by @gentlegiantJGC in #193
- Fixed loading Bedrock chunks with no palette by @gentlegiantJGC in #194
1.7.5 was supposed to 1.8.0 but I made a mistake when writing the version number
Full Changelog: 1.7.5...1.8.0
1.7.5
What's Changed
- Improved Java edition locking by @gentlegiantJGC in #185
- Moved the leveldb object out of the dimension class by @gentlegiantJGC in #187
- Fixed block palette stacking bug by @gentlegiantJGC in #188
- Repair leveldb databases before opening them by @gentlegiantJGC in #190
- Add support for Bedrock actor storage by @gentlegiantJGC in #189
Full Changelog: 1.7.3...1.7.5
1.7.3
Fixed version specifications
Full Changelog: 1.7.2...1.7.3
1.7.2
What's Changed
- Added support for Bedrock chunk format 40 by @gentlegiantJGC in #184
Full Changelog: 1.7.1...1.7.2
1.7.1
What's Changed
- Refactored Java interfaces and added temporary entity support by @gentlegiantJGC in #176
- Delete all cache directories that were created before a week ago by @gentlegiantJGC in #182
Full Changelog: 1.7.0...1.7.1
1.7.1b0
What's Changed
Rewritten Java chunk interfaces to separate the components. This should make it easier to maintain since no two features are dependent on each other.
Added experimental entity support.
Full Changelog: 1.7.0...1.7.1b0
1.7.0
What's Changed
- Modified tests triggers by @gentlegiantJGC in #179
- Added block rotation by @gentlegiantJGC in #178
Full Changelog: 1.6.2...1.7.0
1.6.2
1.7.0a1
Changes
1.7.0a1
- Added block rotation when pasting #178
1.7.0a0
- Added a cython leveldb wrapper for a bit more speed #177
- Rewritten the Java chunk interfaces to make maintenance much easier #176
- Added in temporary entity support (Requires activating with the
--experimental-entity-support
command line input)
Full Changelog: 1.6.1...1.7.0a1