This update fixes various issues related to the Adventure API, since there were tons of changes internally it requires the latest version of WolfyUtilities!
The background glass panes can be toggled now, which should make custom textured menus more feasible.
Additionally, the crafting performance and behaviour has been improved.
This update adds a new MergeAdapter called NBTMergeAdapter, that makes it possible to merge specific NBT tags from a target ot multiple targeted ingredients with the result item stack.
For info on how to configure result targets and merge adapters, see
https://github.com/WolfyScript/CustomCrafting/wiki/Result-Target
For more detailed info about NBTMergeAdapter, see
#143
Changes since v3.16.3.3
- #142 – Fixed & Improved the original Ingredient slot calculations
- #144 – Fixed Crafting Recipe Symmetry Option
- #143 – Added NBTMergeAdapter
- The reload command can be executed from console now.
- Fixed #140 – Error when opening an inventory GUI with mythic enchanted item
- #137 – Recipe Book "Keep Last Open" Toggle option
- #138 by @Yummy-Cookie-S – update lang/zh_CN.json
- Fixed last ingredient not being updated when using the recipe auto-complete. (Requires ProtocolLib) See #136
- #105 by @BeepoWuff – Update Database Sub-Command Completion Options
- #110 – Brewing Recipes Cannot Be Loaded
- #113 – Add NBT check toggle to the cooking recipe creator
- #112 – Include Default recipes in the vanilla recipe book
- #114 – Custom Durability Tag Adventure MiniMsg placeholder support
- #117 – Fixed Crafting Recipe Behaviour & Duplications
- #127 – Upgraded various Windows, Clusters & Buttons to the Adventure based API
- #120 – Crafting Recipe Algo Improvements
- #128 – Custom Player Check Condition
- #129 – Correclty apply Anvil Recipe repair cost again
- #131 – Slight Crafting Performance Improvements
- #132 – Togglable GUI Background Glass Panes
- #134 – Improved plugin permissions
- #145 – Recipe Dependency Injection
- Updated Patreon colours and credits
- Fixed missing language key for back button in Recipe Creator
- Fixed display of Recipe Book Categories using legacy colour codes
- Reformatted & Cleaned up code & other files
- Added a few more comments to some methods and functions.