2.4.0-26.1-snapshot-5
·
5 commits
to master
since this release
Immutable
release. Only release title and notes can be modified.
BREAKING-CHANGE: Joml library is now available from kore-helpers and not main kore module (because unused).
Shouldn't really break anything, as only used in helpers module, but you may have used joml library and Vector3f Joml -> Vec3f Kore constructor without importing the kore-helpers module.
Documentation
docs(recipes): Update recipe documentation with new special types, replace outdated examples, and organizeRecipeTypestable. Add usage examples for decorated pots, banners, firework items, and shield decoration.42cd0a7
New Features
feat(arguments): AddDyeComponentfor item dye colors, update tests and docs.80ee6d4feat(recipes): AddCraftingDyeandCraftingImbuerecipe types, implementRecipeCategory, update tests and docs.73158adfeat(recipes): Add crafting recipe types for decorated pots, banner duplication, book cloning, firework rockets/stars, map extending, shield decoration, and transmute material count. UpdateRecipeTypeswith new entries.7a605aafeat(recipes): Add show notification field for recipes, add comprehensive documentation for all recipe types, update interfaces, implement structured comments, and enhance clarity with detailed usage examples.67fd08a
Refactors
refactor(recipes): RemoveCraftingSpecialMapCloning, deprecategroupinStoneCuttingwith hidden level, and update related documentation.4f0b60crefactor(recipes): RemoveCraftingTransmuteCategory, replace withRecipeCategory.a174c0frefactor(maths)!: Move Vector3f to helpers, simplify Vec3f constructors, update dependencies. 7d5cacb
Full changelog: https://github.com/Ayfri/Kore/compare/v2.3.0-26.1-snapshot-4..v2.4.0-26.1-snapshot-5