{
  "type": "weissrandom:crumbs",

  "_comment": "Item being eaten, is an item stack",
  "food": {
    "item": "minecraft:melon_slice"
  },

  "_comment": "Item given to the player, is an item stack",
  "crumbs": {
    "item": "minecraft:melon_seeds"
  },

  "_comment": "Chance to receive item, maximum is 1, 1 is 100%, 0 is 0%, 0.5 is 50%",
  "chance" : 0.05,



  "_comment": "Optional data",

  "_comment": "Number of rolls, default is 1, minimum is 1",
  "rolls" : 1
}