Skip to content

Releases: Ayfri/Kore

1.16.0 For 1.21.1

30 Oct 04:50
Compare
Choose a tag to compare

This release introduces a big new feature very cool for datapack developers: Being able to merge datapacks together, even with external datapacks or zip files.
Check out the documentation on this new feature here.
Let me know if this feature has any bugs or missing features!

Changelog

  • feat(chat-components): Introduce deserialization of chat components for Json. f105bd4
  • feat(datapacks): Add generations options, add merging with other packs option, add tests. d01296d
  • feat(pack-mcmeta): Introduce deserialization of SupportedFormats, add useful functions for comparing versions, add toString. 39d53e3
  • feat(tags): Introduce deserialization of Tags. 33a5b51

Full changelog: https://github.com/Ayfri/Kore/compare/v1.15.1-1.21.1..v1.16.0-1.21.1

1.15.1 For 1.21.1

16 Sep 17:38
Compare
Choose a tag to compare

Fixes a bug related to tag generation folder when setting the tag of a function using the setTag function, also updates unit tests about functions generation for checking if all files are correctly generated and are at the correct location.

Important

I will in a future release rename the setTag function to addToTag because a function in Minecraft can be linked to multiple tags.

Changelog

  • fix(functions): Fix generated tag folder for setTag method of functions, update tests for functions generation files locations. #102 0efd2da

Full changelog: https://github.com/Ayfri/Kore/compare/v1.15.0-1.21.1..v1.15.1-1.21.1

1.15.0 For 1.21.1

15 Sep 13:22
Compare
Choose a tag to compare

1.15.0 For 1.21-rc1

15 Sep 12:53
Compare
Choose a tag to compare

1.15.0 For 1.21-pre4

15 Sep 12:41
Compare
Choose a tag to compare

1.15.0 For 1.21-pre3

15 Sep 12:31
Compare
Choose a tag to compare

Very tiny update but with a breaking change.

Changelog

  • refactor(enchantments): Replace Entity Effect ReplaceDisc to ReplaceDisk. ebc4f98

Full changelog: https://github.com/Ayfri/Kore/compare/v1.14.1-1.21-pre2..v1.15.0-1.21-pre3

1.15.0 For 1.21

15 Sep 13:08
Compare
Choose a tag to compare

Kore is finally entirely compatible with 1.21, with a lot of fixes (even from features of prior versions, which is great for the project).

Changelog

  • No changes were required.

Full changelog: https://github.com/Ayfri/Kore/compare/v1.15.0-1.21-rc1..v1.15.0-1.21

1.14.1 For 1.21-pre2

15 Sep 10:59
Compare
Choose a tag to compare

A tiny update that was quick to implement!

Changelog

  • feat(configured-features): Add end_platform with no config and with tests. f9b8a2e
  • feat(placed-features): Add fixed_placement placed feature of type List of TripleAsArray with tests. 1a4b4d9

Full changelog: https://github.com/Ayfri/Kore/compare/v1.14.0-1.21-pre1..v1.14.1-1.21-pre2

1.14.0 For 1.21-pre1

15 Sep 10:35
Compare
Choose a tag to compare

This is a small release but with a few very specific changes in features.
See the Minecraft changes here: https://www.minecraft.net/en-us/article/minecraft-1-21-pre-release-1

Changelog

  • feat(features): Update features with additions from 1.21-pre1. 9138d7a
  • [ImgBot] Optimize images a14a4a0

Full changelog: https://github.com/Ayfri/Kore/compare/v1.13.0-24w21b..v1.14.0-1.21-pre1

1.13.0 For 24w21b

06 Sep 11:03
Compare
Choose a tag to compare