Extractor using Fern. Produces Wheat Seeds.
Wheat Seeds
Minecraft · by Mojang Studios
Acquisition
Milling using Wheat (150 ticks). Produces Wheat Seeds and 2× Wheat Flour and Wheat Flour.
150 ticks
Milling using Tall Grass (100 ticks). Produces Wheat Seeds.
100 ticks
Milling using Fern (50 ticks). Produces Green Dye and Wheat Seeds.
50 ticks
Milling using Grass (50 ticks). Produces Wheat Seeds.
50 ticks
Milling using Large Fern (50 ticks). Produces Wheat Seeds and 2× Green Dye and Green Dye.
50 ticks
Extractor using Grass. Produces Wheat Seeds.
Cloche using no listed ingredients. Produces 2× Wheat and Wheat Seeds.
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Large Fern | 1–1 | 100% | Block State Property, Location Check, Survives Explosion, Random Chance |
Loot table: Village Savanna House (minecraft) minecraft:village_savanna_house | 1–1 | 100% | — |
Gameplay loot table: Trail Ruins Common (minecraft) minecraft:trail_ruins_common | 1–1 | 100% | — |
| Wheat | 1–1 | 100% | Fortune increases drop count |
| Grass | 1–1 | 100% | Fortune increases drop count |
| Tall Grass | 1–1 | 100% | Block State Property, Location Check, Survives Explosion, Random Chance |
Loot table: Village Fisher (minecraft) minecraft:village_fisher | 1–1 | 100% | — |
| Large Fern | 1–1 | 100% | Block State Property, Location Check, Survives Explosion, Random Chance |
| Wheat | 1–1 | 100% | — |
| Fern | 1–1 | 100% | Fortune increases drop count |
| Tall Grass | 1–1 | 100% | Block State Property, Location Check, Survives Explosion, Random Chance |
Developer reference
- Registry name
minecraft:wheat_seeds- Namespace
minecraft- Mod ID
minecraft- Tags (1)
minecraft:items/villager_plantable_seeds
Recipe JSON (8):
{
"recipe_type": "techreborn:extractor",
"pattern": null,
"ingredients": {
"item": "minecraft:fern"
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}{
"recipe_type": "create:milling",
"pattern": null,
"ingredients": {
"item": "minecraft:wheat"
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": 150
}{
"recipe_type": "create:milling",
"pattern": null,
"ingredients": {
"item": "minecraft:tall_grass"
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": 100
}{
"recipe_type": "create:milling",
"pattern": null,
"ingredients": {
"item": "minecraft:fern"
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": 50
}{
"recipe_type": "create:milling",
"pattern": null,
"ingredients": {
"item": "minecraft:grass"
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": 50
}{
"recipe_type": "create:milling",
"pattern": null,
"ingredients": {
"item": "minecraft:large_fern"
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": 50
}{
"recipe_type": "techreborn:extractor",
"pattern": null,
"ingredients": {
"item": "minecraft:grass"
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}{
"recipe_type": "immersiveengineering:cloche",
"pattern": null,
"ingredients": null,
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}