This update was focused on enhancing already existing features of the plugin and also adding new features if they would improve the experience.
The brewing stand recipes got a complete overhaul with more customization options.
Not to forget the Smithing Recipes. These recipes allow you to add your upgrades to your items.
This update also introduces some long-requested features, such as blocking the placement or use inside vanilla recipes of Custom Items.
This update requires the latest WolfyUtilities, which was just released!
Recipes
The save button is no longer what it was before.
Save Button:
- Appears when editing.
- Quicksave the edited recipe with the original key.
Save As Button:
- Functions like the old Save Button.
- Prompts you to type in a new key.
Brewing Stand Recipes
New options to further configure your brewing stand recipes.
- Result: Allows you to set a Custom Item or Multiple Items for randomization that will replace the Potions.
- Effect Removals: Configure Potion Effects, which are removed from the Potions.
- Effect Additions: Potion Effects that are added to the Potions. Can be configured to replace them if the Potions contain them already.
- Effect Upgrades/Downgrades: Configure which Potion Effects are upgraded and by how much for each Amplifier and Duration. Or perhaps even downgrade them.
Smithing Table Recipes
A new type of recipe that allows you to create your item upgrades with custom items and toggle the transfer of Enchantments.
Recipe Book Editor
This new GUI allows you to edit and add Categories in the Recipe Book.
It's still in Beta, so it might have some bugs and doesn't contain all the features yet.
You can edit the icon, name, description, and recipes of a Category.
The rest still needs to be edited via the recipe_book.json.
CustomItems
CustomItems also got some neat new features.
Vanilla Features:
- Block placement
- Block use of item inside vanilla recipes (only crafting recipes!)
MythicMobs integration:
Seamless detection of MythicMobs items inside the GUI.
Feature requires the Items to have the option "AppendType" enabled:
Code (YAML):
Options:
AppendType
: true
Potion Effect Creator
This Creator replaces the chat input option to create and apply Potion Effects in the ItemCreator.
No need to use confusing chat inputs with weird arguments anymore, because it's all done via a GUI.
Besides the ItemCreator it's used to edit and create Potion Effects in the new Brewing Recipe Creator.
Patreon
The Patron List displays the correct Tier Color similar to the Discord server.
It will now fetch the Minecraft Usernames from the Mincraft's session server using the UUID.
Bug Fixes
- Fixed items placed into the ingredient slot of the Brewing stand disappearing.
- Fixed some issues with the Brewing Stand brewing mechanic.
- Fixed CauldronCreator not saving when using MythicMobs.
- Fixed being able to take out the book when a recipe cannot be saved.
Technical Changes
- Redid the RecipeTypes. They are no longer enums and can now be used to cast Recipe Objects to the correct type.
- Updated the GUIs, so every GUI is now Async.
- Updated to the new API features that require less boilerplate code and considerably reduce the total size of the plugin.