File Details
rockytweaks-1.12.2-0.6.0-PRE-RELEASE-3.jar
- R
- Jan 4, 2020
- 29.84 KB
- 506.9K
- 1.12.2
- Forge
File Name
rockytweaks-1.12.2-0.6.0-PRE-RELEASE-3.jar
Supported Versions
- 1.12.2
Curse Maven Snippet
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.
Pre-Release 3
ADDITIONS
- Added
Anvil.removeAll()
Pre-Release 2
ADDITIONS
- Now accepts item transformers for the left and right inputs
BUG FIXES
Fixed a bug that caused some recipes to only craft once.
Pre-Release 1
BREAKING CHANGES:
- REMOVED
Anvil.addRecipes- useAnvil.addRecipeinstead
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.addRecipeimproved: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