Cooking using Raw Buffalo Meat and Alpine Salt. Produces 4× Cooked Buffalo Meat.
item· Other
Cooked Buffalo Meat
[Let's Do] Meadow · by satisfy, jason13official
Cooked Buffalo Meat is an item from [Let's Do] Meadow, crafted from Raw Buffalo Meat and Alpine Salt.
Acquisition
Campfire Cooking using Raw Buffalo Meat (600 ticks, 0.35 xp). Produces Cooked Buffalo Meat.
600 ticks· 0.35 xp
Smoking using Raw Buffalo Meat (150 ticks, 0.45 xp). Produces Cooked Buffalo Meat.
150 ticks· 0.45 xp
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
}