Rocky Tweaks

Features for mod pack creators: Anvil Tweaker & Merchant Tweaker.

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

Forge

implementation fg.deobf("curse.maven:rocky-tweaks-265461:2854573")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

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

 

 

BUG FIXES


  • Fixed a bug that caused some recipes to only craft once.

 

Pre-Release 1

 

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