No changelog provided.
- Officially support 1.19.2
CustomEnchantmentTarget
: revertedisCustomAcceptableItem
->isAcceptableItem
, in an attempt to simplify changes from v0.25
CustomEnchantmentTarget
:isAcceptableItem
->isCustomAcceptableItem
, in an attempt to fix mapping issues
- Enchantments API - currently provides developers the ability to register custom EnchantmentTargets
- Made BuiltinRegistries$Initializer access widener transitive
- frame-registries-v0 - includes functionality to register custom dynamic registries, allowing a developer to create a registry with simple data pack support through codecs
- ShapelessCriteriaRecipeJsonBuilder
- A few more recipe builder presets
- Modified some criteria names
- Separated various models from their registrar methods
- Update Cloth to its latest 1.19 version to fix crashes
- Expand Toymaker functionality
- Be softer with TabbedItemGroup#createIcon (return empty ItemStack instead of throwing an exception)
- Splashes registry (#3)
- Correctly implement the fix from v0.20
- Make Frame boat types use a Supplier for their base block to avoid early initialization of modded block classes
No changelog provided.
TagHelpers.copyAll
- Frame Woods API v0 - at the moment contains utilities for registering sign and boat types
- Fixed subproject versioning
- Refactored Toymaker in favour of Fabric API Data Generation
- Toymaker now solely contains utilities for data generation, currently only a few recipe presets
- Update officially to 1.19
- Removed Tags API (in favour of FAPI Common Tags - https://github.com/FabricMC/fabric/pull/2063)
- Fixed a random debug println being present from testing
- Got rid of some @Redirects 🥰