Other Recipe Types - mehboss/CustomRecipes GitHub Wiki

Creating Other Recipe Types

All recipes are located in 'plugins/CustomRecipes/recipes'. To create your own, simply copy any of the template ones, and change their values. Down below you can find information regarding each config entry.

Supported Recipe Types

FURNACE, BLASTFURNACE, SMOKER, CAMPFIRE, STONECUTTER, ANVIL, BREWING

Furnace Recipe Structure

WheatSand:
  Enabled: false
  Exact-Choice: true
  Auto-Discover-Recipe: true
  Book-Category: 'MISC'
  Item: SAND
  Amount: 1
  Identifier: WHEATSAND
  Converter: FURNACE
  Cooktime: 20
  Experience: 1
  ItemCrafting:
  - WXX
  - XXX
  - XXX
  Ingredients:
    W:
      Material: WHEAT_SEEDS
      Identifier: none
      Amount: 1
  Item-Flags: []
  Attribute: []
  Disabled-Worlds: []
  Custom-Tags: []