Releases: LegacyModdingMC/ChunkAPI
Releases · LegacyModdingMC/ChunkAPI
0.8.2
0.8.1
- Fixed compatibility with Thermos
0.8.0
- Added compatibility with Cubic Chunks
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