{
  "type": "weissrandom:barrel",

  "_comment": "First ingredient, is an item stack",
  "ingredient": {
      "item": "minecraft:baked_potato",
      "count": 2
    },

  "_comment": "Second ingredient, is an item stack, may be tagged as catalyst",
  "catalyst":  {
    "item": "minecraft:stone"
  },

  "_comment": "Output, is an item stack",
  "output": {
    "item": "weissrandom:itemmashedpotatoes"
  },


  "_comment": "Optional data to include, all not required",
  "data": {
    "_comment": "Mark second ingredient as catalyst, default is false",
    "isCatalyst": true,

    "_comment": "Time for recipe to process in ticks, default is 500",
    "time": 20
  }
}