Releases: Ayfri/Kore
1.15.1 For 1.21.1
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 forsetTag
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
Changelog
- No changes were required.
Full changelog: https://github.com/Ayfri/Kore/compare/v1.15.0-1.21..v1.15.0-1.21.1
1.15.0 For 1.21-rc1
Changelog
- No changes were required.
Full changelog: https://github.com/Ayfri/Kore/compare/v1.15.0-1.21-pre4..v1.15.0-1.21-rc1
1.15.0 For 1.21-pre4
Changelog
- No changes were required.
Full changelog: https://github.com/Ayfri/Kore/compare/v1.15.0-1.21-pre3..v1.15.0-1.21-pre4
1.15.0 For 1.21-pre3
Very tiny update but with a breaking change.
Changelog
refactor(enchantments)
: Replace Entity EffectReplaceDisc
toReplaceDisk
. 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
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
A tiny update that was quick to implement!
Changelog
feat(configured-features)
: Addend_platform
with no config and with tests. f9b8a2efeat(placed-features)
: Addfixed_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
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
Changelog
- No changes were required.
Full changelog: https://github.com/Ayfri/Kore/compare/v1.13.0-24w21a..v1.13.0-24w21b
1.13.0 For 24w21a
Changelog
This release was big, and included a lot of fixes. Some features of Kore weren't even usable due to these bugs :')
Pretty much all the necessary changes for 1.21 are done (the main changes were the directory renames, which are included in this release), so you can even start using it right away for upgrading your projects to 1.21.
The documentation also has a new article for Chat Components !
Breaking Changes
refactor(folders)!
: Rename all features packages (except worldgen) to plural to have the same following convention for all. 9555353
User must update imports.
Changes
feat(components)
: AddJukeboxPlayableComponent
with tests. 26bd729feat(components-matchers)
: AddJukeboxPlayableComponentMatcher
with test. 8dc6358feat(generation)
: Add generation of enum tree registries, add SoundEvent list generation. 901e9b5feat(generation)
: AddJukeboxSongs
generation. a28bd72feat(jukebox-song)
: AddJukeboxSong
feature, introduceJukeboxSongArgument
andSoundEventArgument
, add serialization and test cases. 05ab886feat(selector)
: AddnearestEntity
selector inSelectorArgument
and tests. 51f2cddfeat(sub-predicates)
: Support multipleGamemode
forPlayer
type specific entity sub-predicate. 4471ae7fix(advancements)
: Rename fielditem
toid
inAdvancementIcon
. 2ec4059fix(chat-components)
: Add missingkeybind
chat component, fix creating Nbt chat components with blocks, improve creating entity and translatable text components. 59c1f8cfix(chat-components)
: Usecomponents
instead oftag
for item data in chat-components events. 085374efix(components)
: ReplaceNbtCompound.serializer()
withNbtAsJsonSerializer
to allow Json serialization. b8edb65fix(datapack)
: Deduplicategenerators
before generating zip entries. 76a0211fix(features)
: Fix wrong usages of SoundArgument instead of SoundEventArgument in SoundEvent objects. 1e3b584refactor(attributes)
: Removeuuid
andname
properties, introduceid
of type AttributeModifierArgument, change all builders and tests. 92a532erefactor(components-matchers)
: SimplifycustomData
initialization inCustomDataComponentMatcher
. f8567c6refactor(data)
: RenameSoundRangeable
toSoundEvent
, move it todata/sound
folder. 8ced873refactor(features)
: Rename all directories where features and functions are generated to singular. be46edc
Full changelog: https://github.com/Ayfri/Kore/compare/v1.12.1-24w20a..v1.13.0-24w21a