Crafting using Any of Tomato / Rotten Tomato, in any arrangement. Produces Tomato Seeds.
Tomato Seeds
Farmer's Delight · by MehVahdJukaar, MerchantPug
Tomato Seeds is a item from Farmer's Delight, crafted from Any of Tomato / Rotten Tomato.
Acquisition
Milling using Tomato Shrub (50 ticks). Produces Green Dye and Tomato Seeds.
50 ticks
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
Block loot table: Tomatoes (farmersdelight) farmersdelight:tomatoes | 1–1 | 100% | Block State Property |
Loot table: Fd Village Plains House (farmersdelight) farmersdelight:fd_village_plains_house | 1–1 | 100% | — |
Block loot table: Budding Tomatoes (farmersdelight) farmersdelight:budding_tomatoes | 1–1 | 100% | — |
Loot table: Fd Village Desert House (farmersdelight) farmersdelight:fd_village_desert_house | 1–1 | 100% | — |
Loot table: Fd Shipwreck Supply (farmersdelight) farmersdelight:fd_shipwreck_supply | 1–1 | 100% | — |
Loot table: Fd Abandoned Mineshaft (farmersdelight) farmersdelight:fd_abandoned_mineshaft | 1–1 | 100% | — |
Loot table: Fd Simple Dungeon (farmersdelight) farmersdelight:fd_simple_dungeon | 1–1 | 100% | — |
Loot table: Fd Village Savanna House (farmersdelight) farmersdelight:fd_village_savanna_house | 1–1 | 100% | — |
| Tomato Shrub | 1–1 | 100% | Fortune increases drop count |
Related items
Developer reference
- Registry name
farmersdelight:tomato_seeds- Namespace
farmersdelight- Mod ID
farmersdelight- Tags (3)
c:items/seeds/tomato minecraft:items/villager_plantable_seeds sereneseasons:items/summer_crops
Recipe JSON (2):
{
"recipe_type": "minecraft:crafting_shapeless",
"pattern": null,
"ingredients": {
"anyOf": [
{
"item": "farmersdelight:tomato"
},
{
"item": "farmersdelight:rotten_tomato"
}
]
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}{
"recipe_type": "create:milling",
"pattern": null,
"ingredients": {
"item": "farmersdelight:wild_tomatoes"
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": 50
}