Skip to content

Releases: LegacyModdingMC/ChunkAPI

0.8.2

07 Mar 15:15
a3165a0

Choose a tag to compare

fix: crash when joining server due to buggy thermos compat patch

0.8.1

06 Feb 19:58
220755b

Choose a tag to compare

  • Fixed compatibility with Thermos

0.8.0

23 Jan 19:09
01de5f5

Choose a tag to compare

  • Added compatibility with Cubic Chunks

0.7.0

16 Oct 13:39
b94617d

Choose a tag to compare

  • 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

25 Jun 00:37
643e0e2

Choose a tag to compare

  • Removed hard dependency on FalsePatternLib

0.6.3

06 Jun 11:25
94925fe

Choose a tag to compare

LookingGlass compat

0.6.2

06 May 18:41
3f0f275

Choose a tag to compare

fix mixin remapping warnings

0.6.1

16 Jan 12:29
c17386d

Choose a tag to compare

fix crash with non-unimix mixin loaders

0.6.0

09 Dec 18:05
2fb64c5

Choose a tag to compare

  • Added API for the S22/S23 packets

0.5.2

08 Nov 22:24
a91a79c

Choose a tag to compare

Updated dependencies