Skip to content

Custom Recipes 4.7

Latest
Compare
Choose a tag to compare
@231231231234234234 231231231234234234 released this 06 Feb 14:51
· 4 commits to master since this release

Changelog:

  • Added the "remove" syntax. It removes the recipe for the given output, and is used like this
    remove (wood, 4. 0)
    This will remove the specific recipe that makes four wooden planks, which is the "log > wood" recipe.
    NOTE: It will only remove the recipe with that specific item stack output.
  • Added the "clear" syntax. It clears ALL the recipes that crafts the given output, and it is used like this:
    clear (wood)
    This will clear ALL the recipes that crafts wood, no matter how much or what metadata the given itemstack has. It will therefore delete a crafting recipe that crafts 2 birch planks, 6 oak planks, 24 jungle planks etc.

Both of the above will produce the following result:
image