Skip to content

Rocky Tweaks 0.6.0 (Pre-Release 1)

Pre-release
Pre-release
Compare
Choose a tag to compare
@Mohron Mohron released this 21 Jul 16:12
· 5 commits to dev since this release
8e94918

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 - use Anvil.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:
      • Ore Dict
      • Item Conditions #13 #21
      • Ect
    • 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