Skip to content

Releases: WolfyScript/CustomCrafting

NBTMergeAdapter For Recipes & Crafting Recipe Bug Fixes

25 Jun 19:24
Compare
Choose a tag to compare

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

Changelog

  • #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

Full Changelog: v3.16.5.0...v3.16.6.0

Recipe Book behaviour Toggle & Bug Fixes

14 Jun 13:01
Compare
Choose a tag to compare

Changelog

  • #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)

Full Changelog: v3.16.4.0...v3.16.5.0

QOL, Performance & Other Improvements

06 Jun 22:14
Compare
Choose a tag to compare

This update fixes various issues related to Adventure as noted in WolfyUtilities v4.16.2.

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.

Requires the latest WolfyUtilities 4.16.2 to function at all!! Please update WolfyUtilities first!

Changelog

  • #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

Full Changelog: v3.16.3.3...v3.16.4.0

Bug Fixes & Grindstone Improvements

09 Apr 19:18
Compare
Choose a tag to compare

Changelog

  • Added versions of api, bukkit info to the start-up log.
  • #103 – Default Recipes & Items Data Version Downgrade
  • #104 – Grindstone Recipe Improvements & Bug Fixes
  • Fixed #102 – Weird console error; all custom crafting recipes disabled.

Full Changelog: v3.16.3.2...v3.16.3.3

QOL Improvements & Phasing out Legacy Color Codes

19 Mar 14:39
Compare
Choose a tag to compare

This update requires the latest WolfyUtilities update (3.16.3.2) to function as intended!
Make sure to update WolfyUtilities!

WolfyUtilities Downloads:
GitHub: https://github.com/WolfyScript/WolfyUtilities/releases/tag/v3.16.3.2
SpigotMC: https://www.spigotmc.org/resources/64124/

Changelog

  • #100 – Recipe Check NBT QOL Improvements
  • #99 – GrindStone Recipe Loading issue
  • #97 – ItemCreator Modify Lore Line & MiniMessage support
  • #98 – Enchant Merge Adapter – Enchant additions & upgrades
  • #88 – ItemsAdder Custom Max Durability support
  • #87 – EliteCrafting Table & RecipeBook QOL improvements
  • #86 – Removed indicator for the type of edition

Full Changelog: v3.16.3.1...v3.16.3.2

Clean-up & Recipe Book fixes

06 Mar 17:59
641cf0c
Compare
Choose a tag to compare

Changelog

  • #80 – Cleaned up recipe JSON files
  • #82 – Fixed invalid colour code in de_DE language
  • #81 – Fixed & Improved Recipe Book
  • #83 – Enable the option "Show In Vanilla Recipe Book" by default

Full Changelog: v3.16.3.0...v3.16.3.1

Start-up Fix & Player Scoreboard Recipe Condition

01 Mar 19:37
Compare
Choose a tag to compare

Changelog

  • #79 – Player Scoreboard Condition
  • Fixed – Plugin doesn't start-up when PlaceholderAPI is installed, due to missing language.

Full Changelog: v3.16.2.2...v3.16.3.0

Bug Fixes & Improved GUI Button design

28 Feb 13:36
05f12ca
Compare
Choose a tag to compare

Changelog

  • #73 – Furnace Recipe Experience & CustomItem blocking
  • #74 – More EnchantMergeAdapter settings
  • #75 – Prevent overflow of Furnace Recipe Cook Time
  • #76 – Fancier and Unified Button Names & Lore
  • #77 – Reload Command isn't loading new data
  • #78 – Various Recipe Registration Fixes

Full Changelog: v3.16.2.1...v3.16.2.2

Bug Fixes

10 Feb 21:24
56d1bbf
Compare
Choose a tag to compare

Changelog

  • Fixed - ItemCreator is hanging when placing in deleted/missing custom items.
  • Fixed - Anvil RepairTaskDefault is not creating result item.
  • Fixed - AbstractRecipeShapeless doesn't save ingredients in the new format.
  • Fixed - Brewing & Cauldron recipes include ingredient and ingredients option.
  • Fixed #59 - Elite Workbench Condition Always Fails

Full Changelog: v3.16.2.0...v3.16.2.1

Recipe Format Changes & Improvements

09 Feb 12:20
2a56d0b
Compare
Choose a tag to compare

This update implements a new system to serialize and deserialize recipes as JSON files.
Instead of saving them into separate type specific folders, it writes all recipes into the same folder. Each recipe JSON file includes the type now, and can be more easily managed. See more #66
Old recipes and items are backwards compatible.

Updating recipes

You can update all recipes, that were successfully loaded, to the new format using /recipes save.
It still keeps the old recipe files and loads them after the new recipes.

Changelog

  • #66 - Restructuring Recipe data folders & serialization
  • #62 by @BeepoWuff - EnchantMergeAdapter Existing Enchant Level Increase
  • #63 by @BeepoWuff - Fix Recipe Book item opening Category List with single Category
  • #69 - Smithing Recipes - Copy Item Damage
  • #70 - Fixed ItemCreator crashes when placing in missing custom item
  • Fixed various issues with data loading (SQL & Local)
  • Compact starting logs, with more info about the loaded data.
  • Added Anvil RepairTask, for customized repair options (You can also register your custom ones).

Full Changelog: v3.16.1.0...v3.16.2.0