{
  "defaults": {
    "__comment": "You can disable defaults by setting these to false. Do *NOT* try to add additional entries here. You can add additional entries in the custom section.",
    "Vanilla Seeds": true,
    "Vanilla Flowers": true,
    "Vanilla Mushrooms": true,
    "Vanilla Saplings": true,
    "Bonemeal": false,
    "Animal Eggs": false,
    "XL Food Mod Seeds": true
  },
  "defaults payment": {
    "__comment": "You can define custom payment items for the default entries here.",
    "Vanilla Seeds": "1*minecraft:gold_ingot:0",
    "Vanilla Flowers": "1*minecraft:emerald:0",
    "Vanilla Mushrooms": "1*minecraft:emerald:0",
    "Vanilla Saplings": "1*minecraft:emerald:0",
    "Bonemeal": "1*minecraft:emerald:0",
    "Animal Eggs": "16*minecraft:wheat:0",
    "XL Food Mod Seeds": "1*minecraft:emerald:0"
  },
  "defaults amount": {
    "__comment": "You can define custom amounts for the default entries here.",
    "Vanilla Seeds": 1,
    "Vanilla Flowers": 1,
    "Vanilla Mushrooms": 1,
    "Vanilla Saplings": 1,
    "Bonemeal": 1,
    "Animal Eggs": 1,
    "XL Food Mod Seeds": 1
  },
  "defaults blacklist": [
    "examplemod:example_item"
  ],
  "custom entries": {
    "__comment": "You can define additional items to be sold by the Market here. Defaults can be overridden. Prefix with ! to blacklist instead.",
    "animalcrops:seeds@{entity:\"minecraft:chicken\"}": "16*xlfoodmod:raw_corn",
    "animalcrops:seeds@{entity:\"minecraft:cow\"}": "16*xlfoodmod:raw_corn",
    "animalcrops:seeds@{entity:\"minecraft:donkey\"}": "16*xlfoodmod:raw_corn",
    "animalcrops:seeds@{entity:\"minecraft:horse\"}": "16*xlfoodmod:raw_corn",
    "animalcrops:seeds@{entity:\"minecraft:llama\"}": "16*xlfoodmod:raw_corn",
    "animalcrops:seeds@{entity:\"minecraft:mooshroom\"}": "32*xlfoodmod:raw_corn",
    "animalcrops:seeds@{entity:\"minecraft:ocelot\"}": "16*xlfoodmod:raw_corn",
    "animalcrops:seeds@{entity:\"minecraft:parrot\"}": "16*xlfoodmod:raw_corn",
    "animalcrops:seeds@{entity:\"minecraft:pig\"}": "16*xlfoodmod:raw_corn",
    "animalcrops:seeds@{entity:\"minecraft:polar_bear\"}": "16*xlfoodmod:raw_corn",
    "animalcrops:seeds@{entity:\"minecraft:rabbit\"}": "16*xlfoodmod:raw_corn",
    "animalcrops:seeds@{entity:\"minecraft:sheep\"}": "16*xlfoodmod:raw_corn",
    "animalcrops:seeds@{entity:\"minecraft:villager\"}": "64*xlfoodmod:raw_corn",
    "animalcrops:seeds@{entity:\"minecraft:wolf\"}": "16*xlfoodmod:raw_corn",
    "animalcrops:seeds@{entity:\"waddles:adelie_penguin\"}": "16*xlfoodmod:raw_corn",
    "examplemod:example_item": "2*minecraft:emerald",
    "inspirations:carrot_seeds": "8*minecraft:wheat",
    "inspirations:potato_seeds": "8*minecraft:wheat",
    "inspirations:sugar_cane_seeds": "8*minecraft:wheat",
    "minecraft:beef": "8*minecraft:wheat",
    "minecraft:cactus": "8*minecraft:vine",
    "minecraft:chicken": "8*minecraft:wheat",
    "minecraft:egg": "minecraft:wheat_seeds",
    "minecraft:feather": "minecraft:wheat_seeds",
    "minecraft:mutton": "8*minecraft:wheat",
    "minecraft:porkchop": "8*minecraft:carrot",
    "minecraft:rabbit_foot": "8*minecraft:carrot",
    "minecraft:rabbit_hide": "8*minecraft:carrot",
    "minecraft:rabbit": "8*minecraft:carrot",
    "rustic:apple_seeds": "8*minecraft:beetroot",
    "xlfoodmod:corn_seeds": "8*minecraft:wheat",
    "xlfoodmod:cucumber_seeds": "8*minecraft:wheat",
    "xlfoodmod:lettuce_seeds": "8*minecraft:leaves",
    "xlfoodmod:pepper_seeds": "8*minecraft:wheat",
    "xlfoodmod:rice_seeds": "8*minecraft:wheat",
    "xlfoodmod:strawberry_seeds": "8*minecraft:wheat",
    "xlfoodmod:tomato_seeds": "8*minecraft:wheat",
    "xlfoodmod:vanilla_flower": "8*xlfoodmod:strawberry",
    "rustic:grape_stem": "8*minecraft:beetroot",
    "rustic:tomato_seeds": "8*minecraft:beetroot",
    "rustic:chili_pepper_seeds": "8*minecraft:beetroot",
    "rustic:wildberry_bush": "8*minecraft:beetroot",
    "rustic:sapling": "8*minecraft:beetroot",
    "rustic:sapling:1": "8*minecraft:beetroot",
    "rustic:blood_orchid": "8*minecraft:beetroot",
    "rustic:aloe_vera": "8*minecraft:beetroot",
    "rustic:bee": "8*minecraft:red_flower"
  }
}