Crushing using Rice (150 ticks). Produces Rice Seeds and 2× Wheat Flour and Wheat Flour.
150 ticks
Crushing using Rice (150 ticks). Produces Rice Seeds and 2× Wheat Flour and Wheat Flour.
150 ticks
Crushing using Rye (150 ticks). Produces Rye Seeds and Wheat Flour and 2× Wheat Flour.
150 ticks
Milling using Wheat (150 ticks). Produces Wheat Seeds and 2× Wheat Flour and Wheat Flour.
150 ticks
Crushing using Oat (150 ticks). Produces 2× Wheat Flour and Wheat Flour and Oat Seeds.
150 ticks
Crushing using Barley (150 ticks). Produces Barley Seeds and Wheat Flour and 2× Wheat Flour.
150 ticks
create:wheat_flourcreatecreateforge:items/flour/wheat forge:items/flour
Recipe JSON (5):
{
"recipe_type": "create:crushing",
"pattern": null,
"ingredients": {
"item": "simplefarming:rice"
},
"conditions": [
{
"raw": {
"type": "forge:mod_loaded",
"modid": "simplefarming"
},
"type": "forge:mod_loaded"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": 150
}{
"recipe_type": "create:crushing",
"pattern": null,
"ingredients": {
"item": "simplefarming:rye"
},
"conditions": [
{
"raw": {
"type": "forge:mod_loaded",
"modid": "simplefarming"
},
"type": "forge:mod_loaded"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": 150
}{
"recipe_type": "create:milling",
"pattern": null,
"ingredients": {
"item": "minecraft:wheat"
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": 150
}{
"recipe_type": "create:crushing",
"pattern": null,
"ingredients": {
"item": "simplefarming:oat"
},
"conditions": [
{
"raw": {
"type": "forge:mod_loaded",
"modid": "simplefarming"
},
"type": "forge:mod_loaded"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": 150
}{
"recipe_type": "create:crushing",
"pattern": null,
"ingredients": {
"item": "simplefarming:barley"
},
"conditions": [
{
"raw": {
"type": "forge:mod_loaded",
"modid": "simplefarming"
},
"type": "forge:mod_loaded"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": 150
}