Releases: LegacyModdingMC/ChunkAPI
Releases · LegacyModdingMC/ChunkAPI
0.7.0
- Numerically ordered data managers, kind of like mixin priorities. You can use this to make stuff happen before/after built-in data managers (manipulating packet inputs/outputs and so on)
- The mixins have been updated to the early/latemixin system, ditching the jar name analysis jank it used to use, so it's compatible with JarInJar mods
- Upstreamed the changes needed for Spool compatibility, so you don't need to use a fork with it anymore
0.6.4
- Removed hard dependency on FalsePatternLib
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