Wheat Flour
create:wheat_flour

Wheat Flour

Create · by simibubi
item Wheat FlourFlour

Acquisition

Crushing using Rice (150 ticks). Produces Rice Seeds and 2× Wheat Flour and Wheat Flour.

Crushing conditional
Rice Rice·not yet documented

150 ticks

Rice Seeds Rice Seeds·not yet documented 25%
Wheat Flour Wheat Flour ×2 25%
Wheat Flour Wheat Flour guaranteed

Crushing using Rye (150 ticks). Produces Rye Seeds and Wheat Flour and 2× Wheat Flour.

Crushing conditional
Rye Rye·not yet documented

150 ticks

Rye Seeds Rye Seeds·not yet documented 25%
Wheat Flour Wheat Flour guaranteed
Wheat Flour Wheat Flour ×2 25%

Milling using Wheat (150 ticks). Produces Wheat Seeds and 2× Wheat Flour and Wheat Flour.

Milling

150 ticks

Wheat Seeds Wheat Seeds 25%
Wheat Flour Wheat Flour ×2 25%
Wheat Flour Wheat Flour guaranteed

Crushing using Oat (150 ticks). Produces 2× Wheat Flour and Wheat Flour and Oat Seeds.

Crushing conditional
Oat Oat·not yet documented

150 ticks

Wheat Flour Wheat Flour ×2 25%
Wheat Flour Wheat Flour guaranteed
Oat Seeds Oat Seeds·not yet documented 25%

Crushing using Barley (150 ticks). Produces Barley Seeds and Wheat Flour and 2× Wheat Flour.

Crushing conditional
Barley Barley·not yet documented

150 ticks

Barley Seeds Barley Seeds·not yet documented 25%
Wheat Flour Wheat Flour guaranteed
Wheat Flour Wheat Flour ×2 25%
Developer reference
Registry name
create:wheat_flour
Namespace
create
Mod ID
create
Tags (2)
forge: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
}