Bread
minecraft:bread

Bread

Minecraft · by Mojang Studios
item

Acquisition

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 Wheat, Wheat and Wheat, arranged in the pattern shown. Produces Bread.

Crafting
Wheat
Wheat
Wheat
Bread Bread guaranteed

Crafting using Any Tool Bakeware and Dough, in any arrangement. Produces Bread.

Crafting ⇆ any arrangement
Any Tool Bakeware
Dough
Bread Bread guaranteed

Mining & drops

sourcecountchanceconditions
Loot table: Simple Dungeon (minecraft) minecraft:simple_dungeon1–1100%
Gameplay loot table: Farmer Gift (minecraft) minecraft:farmer_gift1–1100%
Loot table: Village Mason (minecraft) minecraft:village_mason1–1100%
Loot table: Village Cartographer (minecraft) minecraft:village_cartographer1–1100%
Loot table: Stronghold Corridor (minecraft) minecraft:stronghold_corridor1–1100%
Loot table: Village Weaponsmith (minecraft) minecraft:village_weaponsmith1–1100%
Loot table: Village Tannery (minecraft) minecraft:village_tannery1–1100%
Loot table: Abandoned Mineshaft (minecraft) minecraft:abandoned_mineshaft1–1100%
Loot table: Village Taiga House (minecraft) minecraft:village_taiga_house1–1100%
Loot table: Woodland Mansion (minecraft) minecraft:woodland_mansion1–1100%
Loot table: Village Snowy House (minecraft) minecraft:village_snowy_house1–1100%
Loot table: Village Savanna House (minecraft) minecraft:village_savanna_house1–1100%
Loot table: Village Desert House (minecraft) minecraft:village_desert_house1–1100%
Loot table: Spawn Bonus Chest (minecraft) minecraft:spawn_bonus_chest1–3100%
Loot table: Village Plains House (minecraft) minecraft:village_plains_house1–1100%
Loot table: Village Toolsmith (minecraft) minecraft:village_toolsmith1–1100%
Loot table: Stronghold Crossing (minecraft) minecraft:stronghold_crossing1–1100%
Loot table: Village Temple (minecraft) minecraft:village_temple1–1100%
Loot table: Village Armorer (minecraft) minecraft:village_armorer1–1100%
Developer reference
Registry name
minecraft:bread
Namespace
minecraft
Mod ID
minecraft

Recipe JSON (5):

{
  "recipe_type": "minecraft:smoking",
  "pattern": null,
  "ingredients": {
    "item": "create:dough"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": 0,
  "cooking_time": 100
}
{
  "recipe_type": "minecraft:smelting",
  "pattern": null,
  "ingredients": {
    "item": "create:dough"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": 0,
  "cooking_time": 200
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "###"
  ],
  "ingredients": {
    "#": {
      "item": "minecraft:wheat"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:campfire_cooking",
  "pattern": null,
  "ingredients": {
    "item": "create:dough"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": 0,
  "cooking_time": 600
}
{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": [
    {
      "tag": "forge:tool_bakeware"
    },
    {
      "tag": "forge:dough"
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}