{ "name": "Whole Foods", "description": "These quests will walk you through the Agricraft seed breeding.", "quests": [ { "name": "Wheat", "description": "Wheat is not a byproduct of breeding.", "x": 137, "y": 13, "icon": { "id": "minecraft:wheat" }, "tasks": [ { "type": "DETECT", "description": "Get Wheat Seeds", "longDescription": "Wheat grows on Farmland", "items": [ { "item": { "id": "minecraft:wheat_seeds" }, "precision": "FUZZY" } ] } ] }, { "name": "Potato", "description": "Potatoes have to be in seed form to plant on Crop Sticks", "x": 179, "y": 13, "icon": { "id": "minecraft:potato" }, "tasks": [ { "type": "DETECT", "description": "Get Potato Seeds", "longDescription": "Potatoes grow on Farmland", "items": [ { "item": { "id": "AgriCraft:seedPotato" }, "precision": "FUZZY" } ] } ] }, { "name": "Carrot", "description": "Carrots have to be in seed form to plant on Crop Sticks.", "x": 158, "y": 14, "icon": { "id": "minecraft:carrot" }, "tasks": [ { "type": "DETECT", "description": "Get Carrot Seeds", "longDescription": "Carrots grow on Farmland", "items": [ { "item": { "id": "AgriCraft:seedCarrot" }, "precision": "FUZZY" } ] } ] }, { "name": "Sugar Cane", "description": "Sugar Cane is a crossbreed between Carrots and Wheat.", "x": 126, "y": 33, "icon": { "id": "minecraft:reeds" }, "prerequisites": [ "Carrot", "Wheat" ], "tasks": [ { "type": "DETECT", "description": "Get Sugarcane Seeds", "longDescription": "Sugarcane grows on Sand", "items": [ { "item": { "id": "AgriCraft:seedSugarcane" }, "precision": "FUZZY" } ] } ] }, { "name": "Pumpkin", "description": "Pumpkin is a crossbreed between Potatoes and Carrots", "x": 169, "y": 32, "icon": { "id": "minecraft:pumpkin" }, "prerequisites": [ "Carrot", "Potato" ], "tasks": [ { "type": "DETECT", "description": "Get Pumpkin Seeds", "longDescription": "Pumpkin grows on Farmland", "items": [ { "item": { "id": "minecraft:pumpkin_seeds" }, "precision": "FUZZY" } ] } ] }, { "name": "Melon", "description": "Melon is a crossbreed between Pumpkin and Carrots", "x": 188, "y": 32, "icon": { "id": "minecraft:melon_block" }, "prerequisites": [ "Pumpkin" ], "tasks": [ { "type": "DETECT", "description": "Get Melon Seeds", "longDescription": "Melon grows on Farmland", "items": [ { "item": { "id": "minecraft:melon_seeds" }, "precision": "FUZZY" } ] } ] }, { "name": "Dandelion", "description": "The Dandelion is a crossbreed between Sugar Cane and Melons", "x": 64, "y": 32, "icon": { "id": "minecraft:yellow_flower" }, "prerequisites": [ "Sugar Cane", "Melon" ], "tasks": [ { "type": "DETECT", "description": "Get Dandelion Seeds", "longDescription": "Dandelions grow on Farmland", "items": [ { "item": { "id": "AgriCraft:seedDandelion" }, "precision": "FUZZY" } ] } ] }, { "name": "Poppy", "description": "The Poppy is a crossbreed between Sugar Cane and Pumpkins", "x": 44, "y": 32, "icon": { "id": "minecraft:red_flower" }, "prerequisites": [ "Sugar Cane", "Pumpkin" ], "tasks": [ { "type": "DETECT", "description": "Get Poppy Seeds", "longDescription": "Poppies grow on Farmland", "items": [ { "item": { "id": "AgriCraft:seedPoppy" }, "precision": "FUZZY" } ] } ] }, { "name": "Blue Orchid", "description": "Blue Orchids are a crossbreed between Poppies and Dandelions", "x": 55, "y": 51, "icon": { "id": "minecraft:red_flower", "damage": 1 }, "prerequisites": [ "Poppy", "Dandelion" ], "tasks": [ { "type": "DETECT", "description": "Get Blue Orchid Seeds", "longDescription": "Blue Orchids grow on Farmland", "items": [ { "item": { "id": "AgriCraft:seedOrchid" }, "precision": "FUZZY" } ] } ] }, { "name": "Allium", "description": "Allium is a crossbreed between Poppies and Blue Orchids", "x": 74, "y": 50, "icon": { "id": "minecraft:red_flower", "damage": 2 }, "prerequisites": [ "Blue Orchid" ], "tasks": [ { "type": "DETECT", "description": "Get Allium Seeds", "longDescription": "Allium grows on Farmland", "items": [ { "item": { "id": "AgriCraft:seedAllium" }, "precision": "FUZZY" } ] } ] }, { "name": "Oxeye Daisy", "description": "The Daisy is a crossbreed between Blue Orchids and Dandelion", "x": 34, "y": 50, "icon": { "id": "minecraft:red_flower", "damage": 8 }, "prerequisites": [ "Blue Orchid" ], "tasks": [ { "type": "DETECT", "description": "Get Daisy Seeds", "longDescription": "Daisies grow on farmland", "items": [ { "item": { "id": "AgriCraft:seedDaisy" }, "precision": "FUZZY" } ] } ] }, { "name": "White Tulip", "description": "White Tulips are a crossbreed between Daisies and Dandelions", "x": 44, "y": 69, "icon": { "id": "minecraft:red_flower", "damage": 6 }, "prerequisites": [ "Oxeye Daisy" ], "tasks": [ { "type": "DETECT", "description": "Get White Tulip Seeds", "items": [ { "item": { "id": "AgriCraft:seedTulipWhite" }, "precision": "FUZZY" } ] } ] }, { "name": "Mystical White Flower", "description": "Mystical White Flowers are a crossbreed between Daisies and White Tulips", "x": 24, "y": 68, "icon": { "id": "Botania:flower" }, "prerequisites": [ "White Tulip" ], "tasks": [ { "type": "DETECT", "description": "White Mystical Flower Seeds", "longDescription": "Mystical White Flowers grow on Podzol", "items": [ { "item": { "id": "AgriCraft:seedBotaniaWhite" }, "precision": "FUZZY" } ] } ] }, { "name": "Orange Tulip", "description": "Orange Tulips are a crossbreed between Daisies and Blue Orchids", "x": 66, "y": 69, "icon": { "id": "minecraft:red_flower", "damage": 5 }, "prerequisites": [ "Oxeye Daisy" ], "tasks": [ { "type": "DETECT", "description": "Get Orange Tulip Seeds", "longDescription": "Orange Tulips grow on Farmland", "items": [ { "item": { "id": "AgriCraft:seedTulipOrange" }, "precision": "FUZZY" } ] } ] }, { "name": "Mystical Yellow Flower", "description": "Mystical Yellow Flowers are a crossbreed between Dandelions and Orange Tulips", "x": 77, "y": 87, "icon": { "id": "Botania:flower", "damage": 4 }, "prerequisites": [ "Orange Tulip" ], "tasks": [ { "type": "DETECT", "description": "Mystical Yellow Flower Seeds", "longDescription": "Mystical Yellow Flowers grow on Podzol", "items": [ { "item": { "id": "AgriCraft:seedBotaniaYellow" }, "precision": "FUZZY" } ] } ] }, { "name": "Mystical Blue Flower", "description": "Mystical Blue Flowers are a crossbreed between Allium and Blue Orchids", "x": 86, "y": 67, "icon": { "id": "Botania:flower", "damage": 11 }, "prerequisites": [ "Allium" ], "tasks": [ { "type": "DETECT", "description": "Mystical Blue Flower Seeds", "longDescription": "Blue Mystical Flowers grow on Podzol", "items": [ { "item": { "id": "AgriCraft:seedBotaniaBlue" }, "precision": "FUZZY" } ] } ] }, { "name": "Red Tulip", "description": "Red Tulips are a crossbreed between Poppies and Allium", "x": 56, "y": 87, "icon": { "id": "minecraft:red_flower", "damage": 4 }, "prerequisites": [ "Allium" ], "tasks": [ { "type": "DETECT", "description": "Get Red Tulip Seeds", "longDescription": "Red Tulips grow on Farmland", "items": [ { "item": { "id": "AgriCraft:seedTulipRed" }, "precision": "FUZZY" } ] } ] }, { "name": "Mystical Red Flower", "description": "Mystical Red Flowers are a crossbreed between Red Tulips and Poppies", "x": 35, "y": 86, "icon": { "id": "Botania:flower", "damage": 14 }, "prerequisites": [ "Red Tulip" ], "tasks": [ { "type": "DETECT", "description": "Mystical Red Flower Seeds", "longDescription": "Mystical Red Flowers grow on Podzol", "items": [ { "item": { "id": "AgriCraft:seedBotaniaRed" }, "precision": "FUZZY" } ] } ] }, { "name": "Cactus", "description": "Cactus is a crossbreed between Sugar Cane and Poppy", "x": 147, "y": 32, "icon": { "id": "minecraft:cactus" }, "prerequisites": [ "Poppy" ], "tasks": [ { "type": "DETECT", "description": "Get Cactus Seeds", "longDescription": "Cactus grows on Sand", "items": [ { "item": { "id": "AgriCraft:seedCactus" }, "precision": "FUZZY" } ] } ] }, { "name": "Mystical Black Flower", "description": "Mystical Black Flowers are a crossbreed between Cacti and Mystcal Blue Flowers", "x": 65, "y": 106, "icon": { "id": "Botania:flower", "damage": 15 }, "prerequisites": [ "Cactus", "Mystical Blue Flower" ], "tasks": [ { "type": "DETECT", "description": "Mystical Black Flower Seeds", "longDescription": "Mystical Black Flowers grow on Podzol", "items": [ { "item": { "id": "AgriCraft:seedBotaniaBlack" }, "precision": "FUZZY" } ] } ] }, { "name": "Mystical Orange Flower", "description": "Mystical Orange Flowers are a crossbreed between Mystical Red Flowers and Mystical Yellow Flowers", "x": 24, "y": 105, "icon": { "id": "Botania:flower", "damage": 1 }, "prerequisites": [ "Mystical Red Flower", "Mystical Yellow Flower" ], "tasks": [ { "type": "DETECT", "description": "Mystical Orange Flower Seeds", "longDescription": "Mystical Orange Flowers grow on Podzol", "items": [ { "item": { "id": "AgriCraft:seedBotaniaOrange" }, "precision": "FUZZY" } ] } ] }, { "name": "Mystical Light Blue Flower", "description": "Mystical Light Blue Flowers are a crossbreed between Mystical White Flowers and Mystical Blue Flowers", "x": 84, "y": 106, "icon": { "id": "Botania:flower", "damage": 3 }, "prerequisites": [ "Mystical Blue Flower", "Mystical White Flower" ], "tasks": [ { "type": "DETECT", "description": "Mystical Light Blue Flowers", "longDescription": "Mystical Light Blue Flowers grow on Podzol", "items": [ { "item": { "id": "AgriCraft:seedBotaniaLightBlue" }, "precision": "FUZZY" } ] } ] }, { "name": "Mystical Green Flower", "description": "Mystical Green Flowers are a crossbreed between Mystical Blue Flowers and Magical Yellow Flowers", "x": 54, "y": 125, "icon": { "id": "Botania:flower", "damage": 13 }, "prerequisites": [ "Mystical Blue Flower", "Mystical Yellow Flower" ], "tasks": [ { "type": "DETECT", "description": "Mystical Green Flower Seeds", "longDescription": "Mystical Green Seeds grow on Podzol", "items": [ { "item": { "id": "AgriCraft:seedBotaniaGreen" }, "precision": "FUZZY" } ] } ] }, { "name": "Mystical Lime Flower", "description": "Mystical Lime Flowers are a crossbreed between Mystical Green Flowers and Mystical White Flowers", "x": 46, "y": 143, "icon": { "id": "Botania:flower", "damage": 5 }, "prerequisites": [ "Mystical White Flower", "Mystical Green Flower" ], "tasks": [ { "type": "DETECT", "description": "Mystical Lime Flower Seeds", "longDescription": "Mystical Lime Flowers grow on Podzol", "items": [ { "item": { "id": "AgriCraft:seedBotaniaLime" }, "precision": "FUZZY" } ] } ] }, { "name": "Mystical Magenta Flower", "description": "Mystical Magenta Flowers are a crossbreed between Mystical Blue Flowers and Mystical Red Flowers", "x": 45, "y": 105, "icon": { "id": "Botania:flower", "damage": 2 }, "prerequisites": [ "Mystical Blue Flower", "Mystical Red Flower" ], "tasks": [ { "type": "DETECT", "description": "Mystical Blue Flower Seeds", "longDescription": "Mystical Magenta Flowers grow on Podzol", "items": [ { "item": { "id": "AgriCraft:seedBotaniaMagenta" }, "precision": "FUZZY" } ] } ] }, { "name": "Mystical Gray Flower", "description": "Mystical Gray Flowers are a crossbreed between Mystical White Flowers and Mystical Black Flowers ", "x": 75, "y": 124, "icon": { "id": "Botania:flower", "damage": 7 }, "prerequisites": [ "Mystical Black Flower", "Mystical White Flower" ], "tasks": [ { "type": "DETECT", "description": "Mystical Gray Flower Seeds", "longDescription": "Mystical Gray Flowers grow on Podzol", "items": [ { "item": { "id": "AgriCraft:seedBotaniaGray" }, "precision": "FUZZY" } ] } ] }, { "name": "Mystical Cyan Flower", "description": "Mystical Cyan Flowers are a crossbreed between Mystical Green Flowers and Mystical Blue Flowers", "x": 27, "y": 141, "icon": { "id": "Botania:flower", "damage": 9 }, "prerequisites": [ "Mystical Green Flower" ], "tasks": [ { "type": "DETECT", "description": "Mystical Cyan Flower Seeds", "longDescription": "Mystical Cyan Flowers grow on Podzol", "items": [ { "item": { "id": "AgriCraft:seedBotaniaCyan" }, "precision": "FUZZY" } ] } ] }, { "name": "Mystical Purple Flower", "description": "Mystical Purple Flowers are a crossbreed between Mystical Magenta Flowers and Mystical Blue Flowers", "x": 37, "y": 123, "icon": { "id": "Botania:flower", "damage": 10 }, "prerequisites": [ "Mystical Magenta Flower" ], "tasks": [ { "type": "DETECT", "description": "Mystical Purple Flower Seeds", "longDescription": "Mystical Purple Flowers grow on Podzol", "items": [ { "item": { "id": "AgriCraft:seedBotaniaPurple" }, "precision": "FUZZY" } ] } ] }, { "name": "Mystical Brown Flower", "description": "Mystical Brown Flowers are a crossbreed between Mystical Purple Flowers and Mystical Green Flowers", "x": 55, "y": 161, "icon": { "id": "Botania:flower", "damage": 12 }, "prerequisites": [ "Mystical Purple Flower", "Mystical Green Flower" ], "tasks": [ { "type": "DETECT", "description": "Mystical Brown Flower Seeds", "longDescription": "Mystical Brown Flowers grow on Podzol", "items": [ { "item": { "id": "AgriCraft:seedBotaniaBrown" }, "precision": "FUZZY" } ] } ] }, { "name": "Mystical Light Gray Flower", "description": "Mystical Light Gray Flowers are a crossbreed between Mystical Gray Flowers and Mystical White Flowers", "x": 88, "y": 142, "icon": { "id": "Botania:flower", "damage": 8 }, "prerequisites": [ "Mystical Gray Flower" ], "tasks": [ { "type": "DETECT", "description": "Mystical Light Gray Flowers", "longDescription": "Mystical Light Gray Flowers grow on Podzol", "items": [ { "item": { "id": "AgriCraft:seedBotaniaLightGray" }, "precision": "FUZZY" } ] } ] }, { "name": "Mystical Pink Flower", "description": "Mystical Pink Flowers are a crossbreed between Mystical White Flowers and Mystical Purple Flowers", "x": 66, "y": 142, "icon": { "id": "Botania:flower", "damage": 6 }, "prerequisites": [ "Mystical Purple Flower", "Mystical White Flower" ], "tasks": [ { "type": "DETECT", "description": "Mystical Pink Flower Seeds", "longDescription": "Mystical Pink Flowers grow on Podzol", "items": [ { "item": { "id": "AgriCraft:seedBotaniaPink" }, "precision": "FUZZY" } ] } ] }, { "name": "Tools of the Trade", "description": "Agricraft allows you to breed crops to make them better, or even create new crops!", "x": 256, "y": 15, "icon": { "id": "AgriCraft:seedAnalyzer" }, "tasks": [ { "type": "DETECT", "description": "Make the Seed Analyzer", "longDescription": "Put seeds into the Seed Analyzer to get it\u0027s statistics. Seeds have 3 statistics: Growth, which is how fast the crop matures, Gain, which is how much you get from a single crop, and Strength, which is the resilience to weeds and ability to move with Clippers. Luckily, Infinity has weeds disabled, so you don\u0027t have to worry very much about Strength.", "items": [ { "item": { "id": "AgriCraft:seedAnalyzer" }, "precision": "NBT_FUZZY" } ] }, { "type": "DETECT", "description": "Make some Crop Sticks", "longDescription": "Crop Sticks are where you plant seeds to grow them the AgriCraft way. If you right-click a valid soil with them, it will the sticks down and allow you to plant crops there. Plants growing on these can be harvested by right-clicking instead of breaking. If you right-click Crop Sticks with Crop Sticks, you will put even more on, which allows you to crossbreed crops that are touching it. For instance, if you put 2 Crop Sticks onto soil between Carrots and Potatoes (assuming that they\u0027re on single Crop Sticks), there will be a chance that they will crossbreed into Pumpkins! They can also just spread the Carrots or Potatoes, so it\u0027s mildly chance-based.", "items": [ { "item": { "id": "AgriCraft:cropsItem" }, "precision": "ORE_DICTIONARY" } ] } ], "rewardchoice": [ { "id": "Forestry:fertilizerCompound", "amount": 127 }, { "id": "AgriCraft:cropsItem", "amount": 96 } ] }, { "name": "Broccoli", "description": "Broccoli is a crossbreed between Daisies and Lettuce", "x": 148, "y": 69, "icon": { "id": "harvestcraft:broccoliItem" }, "prerequisites": [ "Lettuce" ], "tasks": [ { "type": "DETECT", "description": "Get Broccoli Seeds", "longDescription": "Broccoli grows on Farmland", "items": [ { "item": { "id": "harvestcraft:broccoliseedItem" }, "precision": "FUZZY" } ] } ] }, { "name": "Celery", "description": "Celery is a crossbreed between Wheat and Allium", "x": 158, "y": 50, "icon": { "id": "harvestcraft:celeryItem" }, "prerequisites": [ "Allium" ], "tasks": [ { "type": "DETECT", "description": "Get Celery Seeds", "longDescription": "Celery grows on Farmland", "items": [ { "item": { "id": "harvestcraft:celeryseedItem" }, "precision": "FUZZY" } ] } ] }, { "name": "Cabbage", "description": "Cabbage is a crossbreed between Broccoli and Lettuce", "x": 169, "y": 69, "icon": { "id": "harvestcraft:cabbageItem" }, "prerequisites": [ "Broccoli" ], "tasks": [ { "type": "DETECT", "description": "Get Cabbage Seeds", "longDescription": "Cabbage grows on Farmland", "items": [ { "item": { "id": "harvestcraft:cabbageseedItem" }, "precision": "FUZZY" } ] } ] }, { "name": "Lettuce", "description": "Lettuce is a crossbreed between Celery and Daisies", "x": 128, "y": 70, "icon": { "id": "harvestcraft:lettuceItem" }, "prerequisites": [ "Celery" ], "tasks": [ { "type": "DETECT", "description": "Get Lettuce Seeds", "longDescription": "Lettuce grows on Farmland", "items": [ { "item": { "id": "harvestcraft:lettuceseedItem" }, "precision": "FUZZY" } ] } ] }, { "name": "Beans", "description": "Beans are a crossbreed between Potatoes and Pumpkin", "x": 180, "y": 86, "icon": { "id": "harvestcraft:beanItem" }, "prerequisites": [ "Pumpkin" ], "tasks": [ { "type": "DETECT", "description": "Get Bean Seeds", "longDescription": "Beans grow on Farmland", "items": [ { "item": { "id": "harvestcraft:beanseedItem" }, "precision": "FUZZY" } ] } ] }, { "name": "Scallion", "description": "Scallions are a crossbreed between Carrots and Sugarcane", "x": 136, "y": 51, "icon": { "id": "harvestcraft:scallionItem" }, "prerequisites": [ "Sugar Cane" ], "tasks": [ { "type": "DETECT", "description": "Get Scallion Seeds", "longDescription": "Scallion grows on Farmland", "items": [ { "item": { "id": "harvestcraft:scallionseedItem" }, "precision": "FUZZY" } ] } ] }, { "name": "Leek", "description": "Leeks are a crossbreed between Scallions and Celery", "x": 189, "y": 67, "icon": { "id": "harvestcraft:leekItem" }, "prerequisites": [ "Scallion", "Celery" ], "tasks": [ { "type": "DETECT", "description": "Get Leek Seeds", "longDescription": "Leeks grow on Farmland", "items": [ { "item": { "id": "harvestcraft:leekseedItem" }, "precision": "FUZZY" } ] } ] }, { "name": "Okra", "description": "Okra is a crossbreed between Leeks and Beans", "x": 170, "y": 105, "icon": { "id": "harvestcraft:okraItem" }, "prerequisites": [ "Leek", "Beans" ], "tasks": [ { "type": "DETECT", "description": "Get Okra Seeds", "longDescription": "Okra grows on Farmland", "items": [ { "item": { "id": "harvestcraft:okraseedItem" }, "precision": "FUZZY" } ] } ] }, { "name": "Barley", "description": "Barley is a crossbreed between Wheat and Sugar Cane", "x": 137, "y": 87, "icon": { "id": "Natura:barleyFood" }, "prerequisites": [ "Sugar Cane" ], "tasks": [ { "type": "DETECT", "description": "Get Barley Seeds", "longDescription": "Barley grows on Farmland", "items": [ { "item": { "id": "Natura:barley.seed" }, "precision": "FUZZY" } ] } ] }, { "name": "Rye", "description": "Rye is a crossbreed between Wheat and Barley", "x": 127, "y": 104, "icon": { "id": "harvestcraft:ryeItem" }, "prerequisites": [ "Barley" ], "tasks": [ { "type": "DETECT", "description": "Get Rye Seeds", "longDescription": "Rye grows on Farmland", "items": [ { "item": { "id": "harvestcraft:ryeseedItem" }, "precision": "FUZZY" } ] } ] }, { "name": "Corn", "description": "Corn is a crossbreed between Barley and Rye.", "x": 192, "y": 104, "icon": { "id": "harvestcraft:cornItem" }, "prerequisites": [ "Rye" ], "tasks": [ { "type": "DETECT", "description": "Get Corn Seeds", "longDescription": "Corn grows on Farmland", "items": [ { "item": { "id": "harvestcraft:cornseedItem" }, "precision": "FUZZY" } ] } ] }, { "name": "Rice", "description": "Rice is a crossbreed between Rye and Sugar Cane", "x": 147, "y": 106, "icon": { "id": "harvestcraft:riceItem" }, "prerequisites": [ "Rye" ], "tasks": [ { "type": "DETECT", "description": "Get Rice Seeds", "longDescription": "Rice grows on Farmland", "items": [ { "item": { "id": "harvestcraft:riceseedItem" }, "precision": "FUZZY" } ] } ] }, { "name": "Soybean", "description": "Soybean is a crossbreed between Beans and Rice", "x": 137, "y": 123, "icon": { "id": "harvestcraft:soybeanItem" }, "prerequisites": [ "Rice", "Beans" ], "tasks": [ { "type": "DETECT", "description": "Get Soybean Seeds", "longDescription": "Soybeans grows on Farmland", "items": [ { "item": { "id": "harvestcraft:soybeanseedItem" }, "precision": "FUZZY" } ] } ] }, { "name": "Brussel Sprouts", "description": "Brussel Sprouts are a crossbreed between Peas and Cabbage", "x": 159, "y": 124, "icon": { "id": "harvestcraft:brusselsproutItem" }, "prerequisites": [ "Peas", "Cabbage" ], "tasks": [ { "type": "DETECT", "description": "Make Brussel Sprout Seeds", "longDescription": "Brussel Sprouts grow on Farmland", "items": [ { "item": { "id": "harvestcraft:brusselsproutseedItem" }, "precision": "FUZZY" } ] } ] }, { "name": "Peas", "description": "Peas are a crossbreed between Soybeans Okra", "x": 128, "y": 143, "icon": { "id": "harvestcraft:peasItem" }, "prerequisites": [ "Soybean" ], "tasks": [ { "type": "DETECT", "description": "Make Peas Seeds", "longDescription": "Peas grow on Farmland", "items": [ { "item": { "id": "harvestcraft:peasseedItem" }, "precision": "FUZZY" } ] } ] }, { "name": "Sweet Potato", "description": "Sweet Potatoes are a crossbreed between Potatoes and Sugar Cane", "x": 179, "y": 49, "icon": { "id": "harvestcraft:sweetpotatoItem" }, "prerequisites": [ "Sugar Cane", "Potato" ], "tasks": [ { "type": "DETECT", "description": "Make Sweet Potato Seeds", "longDescription": "Sweet Potatoes grow on Farmland", "items": [ { "item": { "id": "harvestcraft:sweetpotatoseedItem" }, "precision": "FUZZY" } ] } ] }, { "name": "Tomato", "description": "Tomatoes are a crossbreed between Sweet Potatoes and Carrots", "x": 158, "y": 87, "icon": { "id": "harvestcraft:tomatoItem" }, "prerequisites": [ "Sweet Potato" ], "tasks": [ { "type": "DETECT", "description": "Make Tomato Seeds", "longDescription": "Tomatoes grow on Farmland", "items": [ { "item": { "id": "harvestcraft:tomatoseedItem" }, "precision": "FUZZY" } ] } ] }, { "name": "Beet", "description": "Beets are a crossbreed between Radishes and Carrots", "x": 192, "y": 143, "icon": { "id": "harvestcraft:beetItem" }, "prerequisites": [ "Radish" ], "tasks": [ { "type": "DETECT", "description": "Get Beet Seeds", "longDescription": "Beets grow on Farmland", "items": [ { "item": { "id": "harvestcraft:beetseedItem" }, "precision": "FUZZY" } ] } ] }, { "name": "Radish", "description": "Radishes are a crossbreed between Tomatoes and Brussel Sprouts", "x": 182, "y": 124, "icon": { "id": "harvestcraft:radishItem" }, "prerequisites": [ "Tomato", "Brussel Sprouts" ], "tasks": [ { "type": "DETECT", "description": "Make Radish Seeds", "longDescription": "Radishes grow on Farmland", "items": [ { "item": { "id": "harvestcraft:radishseedItem" }, "precision": "FUZZY" } ] } ] }, { "name": "Watering Can", "description": "The Watering Can is an invaluable tool for farmers. To fill it with water, hold right-click on a water source block. Then, you can hold right-click on any blocks to give them an accelerated random tick chance. That is, you can speed up growth on crops, even crops that don\u0027t accept Bone Meal.", "x": 227, "y": 126, "icon": { "id": "ExtraUtilities:watering_can", "damage": 1 }, "prerequisites": [ "Corn", "Beet", "Kiwi", "{It\u0027s Like a Whole New Game}[Slow and Steady]" ], "tasks": [ { "type": "DETECT", "description": "Make the Watering Can", "longDescription": "Do NOT put the Watering Can into any kind of fake player, like the Autonomous Activator. Doing so will BREAK the Watering Can!", "items": [ { "item": { "id": "ExtraUtilities:watering_can", "damage": 1 }, "precision": "FUZZY" } ] } ] }, { "name": "Strawberry", "description": "Strawberries are a crossbreed between Radishes and Poppies", "x": 140, "y": 160, "icon": { "id": "harvestcraft:strawberryItem" }, "prerequisites": [ "Radish" ], "tasks": [ { "type": "DETECT", "description": "Make Strawberry Seeds", "longDescription": "Strawberries grow on Farmland", "items": [ { "item": { "id": "harvestcraft:strawberryseedItem" }, "precision": "FUZZY" } ] } ] }, { "name": "Cantaloupe", "description": "Cantaloupe is a crossbreed between Strawberries and Melon", "x": 171, "y": 142, "icon": { "id": "harvestcraft:cantaloupeItem" }, "prerequisites": [ "Strawberry" ], "tasks": [ { "type": "DETECT", "description": "Get Cantaloupe Seeds", "longDescription": "Cantaloupes are grown on Farmland", "items": [ { "item": { "id": "harvestcraft:cantaloupeseedItem" }, "precision": "FUZZY" } ] } ] }, { "name": "Kiwi", "description": "Kiwis are a crossbreed between Strawberries and Cantaloupe", "x": 183, "y": 161, "icon": { "id": "harvestcraft:kiwiItem" }, "prerequisites": [ "Cantaloupe" ], "tasks": [ { "type": "DETECT", "description": "Get Kiwi Seeds", "longDescription": "Kiwis grow on Farmland", "items": [ { "item": { "id": "harvestcraft:kiwiseedItem" }, "precision": "FUZZY" } ] } ] }, { "name": "Raspberry", "description": "Raspberries are a crossbreed between Strawberries and Red Tulips", "x": 148, "y": 142, "icon": { "id": "harvestcraft:raspberryItem" }, "prerequisites": [ "Strawberry", "Red Tulip" ], "tasks": [ { "type": "DETECT", "description": "Get Raspberry Seeds", "longDescription": "Raspberries grow on Farmland", "items": [ { "item": { "id": "harvestcraft:raspberryseedItem" }, "precision": "FUZZY" } ] } ] }, { "name": "Blackberry", "description": "Blackberries are a crossbreed between Blueberries and Strawberries", "x": 160, "y": 161, "icon": { "id": "harvestcraft:blackberryItem" }, "prerequisites": [ "Blueberry" ], "tasks": [ { "type": "DETECT", "description": "Get Blackberry Seeds", "longDescription": "Blackberries grow on Farmland", "items": [ { "item": { "id": "harvestcraft:blackberryseedItem" }, "precision": "FUZZY" } ] } ] }, { "name": "Blueberry", "description": "Blueberries are a crossbreed between Strawberries and Blue Orchids", "x": 128, "y": 178, "icon": { "id": "harvestcraft:blueberryItem" }, "prerequisites": [ "Strawberry" ], "tasks": [ { "type": "DETECT", "description": "Get Blueberry Seeds", "longDescription": "Blueberries grow on Farmland", "items": [ { "item": { "id": "harvestcraft:blueberryseedItem" }, "precision": "FUZZY" } ] } ] }, { "name": "Bamboo Shoot", "description": "Bamboo Shoots are a crossbreed between Rice and Corn", "x": 148, "y": 180, "icon": { "id": "harvestcraft:bambooshootItem" }, "prerequisites": [ "Corn", "Rice" ], "tasks": [ { "type": "DETECT", "longDescription": "Bamboo Shoots grow on Farmland", "items": [ { "item": { "id": "harvestcraft:bambooshootseedItem" }, "precision": "FUZZY" } ] } ] }, { "name": "Cactus Fruit", "description": "Cactus Fruit are a crossbreed between Kiwi and Bamboo Shoots", "x": 160, "y": 198, "icon": { "id": "harvestcraft:cactusfruitItem" }, "prerequisites": [ "Bamboo Shoot", "Kiwi" ], "tasks": [ { "type": "DETECT", "description": "Make Cactus Fruit Seeds", "longDescription": "Cactus Fruit grows on Farmland", "items": [ { "item": { "id": "harvestcraft:cactusfruitseedItem" }, "precision": "FUZZY" } ] } ] }, { "name": "Candleberry", "description": "Candleberries are a crossbreed between Cactus Fruit and Grapes", "x": 192, "y": 179, "icon": { "id": "harvestcraft:candleberryItem" }, "prerequisites": [ "Grape", "Cactus Fruit" ], "tasks": [ { "type": "DETECT", "description": "Get Candleberry Seeds", "longDescription": "Candleberries grow on Farmland", "items": [ { "item": { "id": "harvestcraft:candleberryseedItem" }, "precision": "FUZZY" } ] } ] }, { "name": "Grape", "description": "Grape is a crossbreed between Blueberries and Cantaloupes", "x": 171, "y": 180, "icon": { "id": "harvestcraft:grapeItem" }, "prerequisites": [ "Blueberry", "Cantaloupe" ], "tasks": [ { "type": "DETECT", "description": "Get Grape Seeds", "longDescription": "Grapes grow on Farmland", "items": [ { "item": { "id": "harvestcraft:grapeseedItem" }, "precision": "FUZZY" } ] } ] }, { "name": "Market", "description": "The Market allows you to trade Emeralds for almost every seed and sapling, and farm animals.", "x": 256, "y": 164, "icon": { "id": "harvestcraft:market" }, "prerequisites": [ "Blueberry", "Raspberry", "Candleberry", "Blackberry", "Watering Can" ], "tasks": [ { "type": "DETECT", "description": "Get the Market", "longDescription": "Some things cost more Emeralds than other things, but the most expensive thing is just 9 Emeralds", "items": [ { "item": { "id": "harvestcraft:market" }, "precision": "FUZZY" } ] } ] }, { "name": "Water Artichoke Gourd", "description": "Water Artichoke Seeds can not be crossbred into. Instead, they spawn naturally or can drop from Tall Grass.", "x": 268, "y": 55, "icon": { "id": "witchery:ingredient", "damage": 69 }, "tasks": [ { "type": "DETECT", "description": "Get Water Artichoke Seeds", "longDescription": "Water Artichoke Seeds are planted on Water Pads, not Farmland. Water Pads are created by using a Hoe or Mattock on Farmland and filling it with water.", "items": [ { "item": { "id": "witchery:seedsartichoke" }, "precision": "FUZZY" } ] } ] }, { "name": "Belladonna Flower", "description": "Belladonna is a crossbreed between Mandrakes and Water Artichoke Gourds", "x": 233, "y": 76, "icon": { "id": "witchery:ingredient", "damage": 21 }, "prerequisites": [ "Mandrake Root" ], "tasks": [ { "type": "DETECT", "description": "Get Belladonna Seeds", "longDescription": "Belladonna Flowers grow on Farmland", "items": [ { "item": { "id": "witchery:seedsbelladonna" }, "precision": "FUZZY" } ] } ] }, { "name": "Mandrake Root", "description": "Mandrakes are a crossbreed of Wheat and Water Artichoke. Luckily, planting these on Crop Sticks has no chance of spawning Mandrakes, so you don\u0027t need to worry any more about farming than you normally would.", "x": 244, "y": 55, "icon": { "id": "witchery:ingredient", "damage": 22 }, "prerequisites": [ "Water Artichoke Gourd", "Wheat" ], "tasks": [ { "type": "DETECT", "description": "Get Mandrake Seeds", "longDescription": "Mandrake Seeds grow on Farmland", "items": [ { "item": { "id": "witchery:seedsmandrake" }, "precision": "FUZZY" } ] } ] }, { "name": "Snowbell", "description": "Snowbells are a crossbreed between Belladonna Flowers and Mandrakes", "x": 257, "y": 77, "icon": { "id": "witchery:ingredient", "damage": 78 }, "prerequisites": [ "Belladonna Flower" ], "tasks": [ { "type": "DETECT", "description": "Get Snowbell Seeds", "longDescription": "Snowbell grows on Farmland", "items": [ { "item": { "id": "witchery:seedssnowbell" }, "precision": "FUZZY" } ] } ] } ], "reputationBar": [] }