Dough
create:dough

Dough

Create · by simibubi
item Wheat DoughDough

Acquisition

Crafting using Wheat Flour and Water Bucket, in any arrangement. Produces Dough.

Crafting ⇆ any arrangement
Wheat Flour
Water Bucket
Dough Dough guaranteed

Splashing using Wheat Flour. Produces Dough.

Splashing
Dough Dough guaranteed

Mixing using Wheat Flour and Water (1000 mB). Produces Dough.

Mixing
Wheat Flour Wheat Flour Water (1000 mB)
Dough Dough guaranteed

Used in (4)

Smoking using Dough (100 ticks). Produces Bread.

Smoking

100 ticks

Bread Bread guaranteed

Smelting using Dough (200 ticks). Produces Bread.

Smelting

200 ticks

Bread Bread guaranteed

Crafting using Dough and Any Lime Dye, in any arrangement. Produces Slimeball.

Crafting ⇆ any arrangement
Dough
Any Lime Dye
Slimeball Slimeball guaranteed
Developer reference
Registry name
create:dough
Namespace
create
Mod ID
create
Tags (2)
forge:items/dough/wheat
forge:items/dough

Recipe JSON (3):

{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": [
    {
      "tag": "forge:flour/wheat"
    },
    {
      "item": "minecraft:water_bucket"
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "create:splashing",
  "pattern": null,
  "ingredients": {
    "tag": "forge:flour/wheat"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "create:mixing",
  "pattern": null,
  "ingredients": [
    {
      "tag": "forge:flour/wheat"
    },
    {
      "fluid": "minecraft:water",
      "amount": 1000
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}