This update adds a new Advancement condition, that can be used for any recipe executed by players, and allows you to require specified advancements.
Additionally, a new Advancement Result Extension was added, that allows you to grant or revoke an advancement or advancement criteria of players. More info can be found here:
https://github.com/WolfyScript/CustomCrafting-Wiki/wiki/Result-Extensions#advancement
Changelog
- Added ConditionAdvancement
- Added ResultExtensionAdvancement to grant advancements or criteria.
- Fixed anvil recipe creator "Block repair" button changing block enchant setting.
- Fixed anvil recipe not accepting empty result when using "durability" or "none".
- Fixed anvil recipes not actually blocking repairing items.
- Fixed stonecutter creator not applying settings to the recipe.
- Fixed ClassCastException to ButtonNamespaceRecipe
- Minor improvements.