Skip to content

Releases: 231231231234234234/CustomRecipes

Custom Recipes 4.7

06 Feb 14:51
Compare
Choose a tag to compare

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

Custom Recipes 4.6

24 Jan 16:36
Compare
Choose a tag to compare

Updated to Minecraft version 1.7.10!

Custom Recipes 4.5

24 Jan 14:26
Compare
Choose a tag to compare

The full release of Custom Recipes for Minecraft version 1.6.4. It includes all the basic features of the version.