Releases: LegacyModdingMC/ChunkAPI
Releases · LegacyModdingMC/ChunkAPI
0.6.4
0.6.3
LookingGlass compat
0.6.2
fix mixin remapping warnings
0.6.1
fix crash with non-unimix mixin loaders
0.6.0
- Added API for the S22/S23 packets
0.5.2
Updated dependencies
0.5.1
ChunkAPI is now FOSS
- Relicensed to GNU Affero General Public License 3.0 with additional permissions (see README for reasoning)
0.5.0
BREAKING UPDATE
The API has gone through a major refactor, all mods that depend on ChunkAPI MUST be updated!
Broken mod versions:
- EndlessIDs 1.5 Beta 1
- Lumina 1.0.0 rc 4
- RPLE 1.0.0 rc 6
- Any third-party mods that still depend on ChunkApi 0.4
Additions
- Added an API for cloning chunk and subChunk data
Changes
- Reduced the overall verbosity of the API
- Replaced all "ebs" and "section" names with the unified "subChunk" name
0.4.0 Hotfix 1
0.4.0 had a small bug
0.3.2
clean up messy deps