Toast with Cheese
16×16 · BAKED

item· Other

Toast with Cheese

More Delight · by Axperty
item

Toast with Cheese is an item from More Delight, crafted from Flaxen Cheese Wedge and Toast.

Acquisition

Crafting using Flaxen Cheese Wedge and Toast, in any arrangement. Produces Toast with Cheese.

Crafting ⇆ any arrangement conditional
Flaxen Cheese Wedge
Toast
  • Inputs
  • Flaxen Cheese Wedge
  • Toast
  • Output
  • Toast with Cheese
Toast with Cheese Toast with Cheese guaranteed

Crafting using Cheese Wheel Slice and Toast, in any arrangement. Produces Toast with Cheese.

Crafting ⇆ any arrangement conditional
Cheese Wheel Slice
Toast
  • Inputs
  • Cheese Wheel Slice
  • Toast
  • Output
  • Toast with Cheese
Toast with Cheese Toast with Cheese guaranteed
Developer reference
Registry name
moredelight:toast_with_cheese
Namespace
moredelight
Mod ID
moredelight

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": [
    {
      "item": "brewinandchewin:flaxen_cheese_wedge"
    },
    {
      "item": "moredelight:toast"
    }
  ],
  "conditions": [
    {
      "raw": {
        "type": "forge:mod_loaded",
        "modid": "brewinandchewin"
      },
      "type": "forge:mod_loaded"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": [
    {
      "item": "casualness_delight:cheese_wheel_slice"
    },
    {
      "item": "moredelight:toast"
    }
  ],
  "conditions": [
    {
      "raw": {
        "type": "forge:mod_loaded",
        "modid": "casualness_delight"
      },
      "type": "forge:mod_loaded"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}