Skip to content

Releases: DevOnTheRocks/RockyTweaks

Rocky Tweaks 0.6.0 (Pre-Release 3)

04 Jan 16:36
51b99cf
Compare
Choose a tag to compare
Pre-release

Added Anvil.removeAll() #24

Rocky Tweaks 0.6.0 (Pre-Release 2)

01 Jan 17:22
1ec96f5
Compare
Choose a tag to compare
Pre-release

Added item transformer support
Fixed #27

Rocky Tweaks 0.6.0 (Pre-Release 1)

21 Jul 16:12
8e94918
Compare
Choose a tag to compare
Pre-release

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