Toasts
16×16 · BAKED

item· Other

Toasts

My Nether's Delight · by SoyTutta
item Bread

Toasts is an item from My Nether's Delight, crafted from Slices of Bread.

Acquisition

Smoking using Slices of Bread (100 ticks, 0.15 xp). Produces Toasts.

Smoking

100 ticks· 0.15 xp

Toasts Toasts guaranteed

Smelting using Slices of Bread (200 ticks, 0.15 xp). Produces Toasts.

Smelting

200 ticks· 0.15 xp

Toasts Toasts guaranteed
Developer reference
Registry name
mynethersdelight:toasts
Namespace
mynethersdelight
Mod ID
mynethersdelight
Tags (1)
forge:items/bread

Recipe JSON (3):

{
  "recipe_type": "minecraft:campfire_cooking",
  "pattern": null,
  "ingredients": {
    "item": "mynethersdelight:slices_of_bread"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": 0.15,
  "cooking_time": 600
}
{
  "recipe_type": "minecraft:smoking",
  "pattern": null,
  "ingredients": {
    "item": "mynethersdelight:slices_of_bread"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": 0.15,
  "cooking_time": 100
}
{
  "recipe_type": "minecraft:smelting",
  "pattern": null,
  "ingredients": {
    "item": "mynethersdelight:slices_of_bread"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": 0.15,
  "cooking_time": 200
}