This update fixes a lot of internal issues like Shapeless crafting recipes or plugin compatibility issues.
For more fixes and improvements, see
WolfyUtilities 1.7.8.0 (Might not be available yet).
Changelog
- Added vanilla book button to the recipe creator.
- Added CraftManager.MatrixData#getItems which will return a list of non-Air items from grid.
- Improved RecipeType.Container to include legacy ids.
- Improved RecipeType.valueOf by indexing the types by their ids.
- RecipeType.Container#valueOf will handle legacy ids to return the correct Container.
- Deprecated Elite Crafting Table 5x5, and 6x6 grid sizes (more info).
- Fixed LocalStorageLoader to work with the new legacy ids.
- Fixed MMOItems IllegalStateException when placing items into the GUI.
- Fixed - MMOItems items don't work in the ItemCreator.
- Fixed - #21 Anvils makes you lose materials.
- Fixed - icon for hide recipe button displays wrong state.
- Fixed - Recipe slot of crafting recipes is not correctly passed into RecipeData. (They are meant to represent the slots inside the recipe, but are representing the slots inside the inventory).
- Fixed - AbstractRecipeShapeless#check doesn't check all the possible variations of ingredient placements, causing the recipe to not get detected if items are placed in the wrong order.
- Fixed - MySQL loader isn't able to load and convert old recipes.
- RecipeBook filters are no longer index in parallel.
This might reduce performance if you have lots of filters and containers, but prevents other important issues.
- Anvil recipes now support MergeAdapters.