Skip to content

2.4.0-26.1-snapshot-5

Choose a tag to compare

@Ayfri Ayfri released this 20 Jun 20:33
· 5 commits to master since this release
Immutable release. Only release title and notes can be modified.
ee73505

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 organize RecipeTypes table. Add usage examples for decorated pots, banners, firework items, and shield decoration. 42cd0a7

New Features

  • feat(arguments): Add DyeComponent for item dye colors, update tests and docs. 80ee6d4
  • feat(recipes): Add CraftingDye and CraftingImbue recipe types, implement RecipeCategory, update tests and docs. 73158ad
  • feat(recipes): Add crafting recipe types for decorated pots, banner duplication, book cloning, firework rockets/stars, map extending, shield decoration, and transmute material count. Update RecipeTypes with new entries. 7a605aa
  • feat(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): Remove CraftingSpecialMapCloning, deprecate group in StoneCutting with hidden level, and update related documentation. 4f0b60c
  • refactor(recipes): Remove CraftingTransmuteCategory, replace with RecipeCategory. a174c0f
  • refactor(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