Cooked Buffalo Meat
16×16 · BAKED

item· Other

Cooked Buffalo Meat

[Let's Do] Meadow · by satisfy, jason13official
item

Cooked Buffalo Meat is an item from [Let's Do] Meadow, crafted from Raw Buffalo Meat and Alpine Salt.

Acquisition

Cooking using Raw Buffalo Meat and Alpine Salt. Produces 4× Cooked Buffalo Meat.

Cooking
Cooked Buffalo Meat Cooked Buffalo Meat ×4 guaranteed

Campfire Cooking using Raw Buffalo Meat (600 ticks, 0.35 xp). Produces Cooked Buffalo Meat.

Campfire Cooking

600 ticks· 0.35 xp

Cooked Buffalo Meat Cooked Buffalo Meat guaranteed

Smoking using Raw Buffalo Meat (150 ticks, 0.45 xp). Produces Cooked Buffalo Meat.

Smoking

150 ticks· 0.45 xp

Cooked Buffalo Meat Cooked Buffalo Meat guaranteed
Developer reference
Registry name
meadow:cooked_buffalo_meat
Namespace
meadow
Mod ID
meadow

Recipe JSON (3):

{
  "recipe_type": "meadow:cooking",
  "pattern": null,
  "ingredients": [
    {
      "item": "meadow:raw_buffalo_meat"
    },
    {
      "tag": "meadow:salt"
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:campfire_cooking",
  "pattern": null,
  "ingredients": {
    "item": "meadow:raw_buffalo_meat"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": 0.35,
  "cooking_time": 600
}
{
  "recipe_type": "minecraft:smoking",
  "pattern": null,
  "ingredients": {
    "item": "meadow:raw_buffalo_meat"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": 0.45,
  "cooking_time": 150
}