Skip to content

Releases: LegacyModdingMC/ChunkAPI

0.6.4

25 Jun 00:37
643e0e2
Compare
Choose a tag to compare
  • Removed hard dependency on FalsePatternLib

0.6.3

06 Jun 11:25
94925fe
Compare
Choose a tag to compare
LookingGlass compat

0.6.2

06 May 18:41
3f0f275
Compare
Choose a tag to compare
fix mixin remapping warnings

0.6.1

16 Jan 12:29
c17386d
Compare
Choose a tag to compare
fix crash with non-unimix mixin loaders

0.6.0

09 Dec 18:05
2fb64c5
Compare
Choose a tag to compare
  • Added API for the S22/S23 packets

0.5.2

08 Nov 22:24
a91a79c
Compare
Choose a tag to compare

Updated dependencies

0.5.1

29 May 13:45
0451795
Compare
Choose a tag to compare

ChunkAPI is now FOSS

  • Relicensed to GNU Affero General Public License 3.0 with additional permissions (see README for reasoning)

0.5.0

28 Dec 21:43
588a14c
Compare
Choose a tag to compare

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

15 Nov 19:50
f57883b
Compare
Choose a tag to compare

0.4.0 had a small bug

0.3.2

16 Jul 12:04
f95fac5
Compare
Choose a tag to compare
clean up messy deps