Releases: DevOnTheRocks/RockyTweaks
Releases · DevOnTheRocks/RockyTweaks
Rocky Tweaks 0.6.0 (Pre-Release 3)
Added Anvil.removeAll()
#24
Rocky Tweaks 0.6.0 (Pre-Release 2)
Added item transformer support
Fixed #27
Rocky Tweaks 0.6.0 (Pre-Release 1)
This is a Pre-Release build intended to be used for testing of new features only!
If you have an issue with a feature in this build, either respond to the appropriate feature request or join me on Discord.
BREAKING CHANGES:
- REMOVED
Anvil.addRecipes
- useAnvil.addRecipe
instead
ADDITIONS
-
Anvil removals are now hidden from JEI #9
- Recipes with multiple variations (ie. combining an enchanted book, that has multiple levels, with an item) are hidden if one or more variations are removed.
-
Anvil.addRecipe
improved:Anvil.addRecipe(IIngredient left, IIngredient right, IItemStack output, int cost, @Optional IRecipeFunction function)
- Now accepts an IIngredient for the left and right inputs. Adds support for:
- Now accepts an optional IRecipeFunction *subject to change #11
- out is passed
- ins is passed with the left and right inputs already marked as left and right.
- cInfo is passed as null as this information is not available