---
id: better_mcdonalds_mod:cooked_beef_patty
type: item
history:
  - version: 4.0.1
    date: 2024-06-11
    changes:
      - Butcher villagers now sell 6 cooked beef patties for 1 emerald
---

# Cooked Beef Patty

The **cooked beef patty** is a [food](https://minecraft.wiki/w/Food) [item](https://minecraft.wiki/w/Item) obtained from [cows](https://minecraft.wiki/w/Cow), cooking [beef patties](@better_mcdonalds_mod:beef_patty) or [trading](https://minecraft.wiki/w/Trading) with [villagers](https://minecraft.wiki/w/Villager).

## Obtaining

### Mob loot

Below is the chance for a [mob](https://minecraft.wiki/w/Mob) to drop cooked beef patty if the [entity](https://minecraft.wiki/w/Entity) is on fire when killed. Otherwise, [beef patty](@better_mcdonalds_mod:beef_patty) is dropped instead.

<table>
    <thead>
        <tr>
            <th rowspan="3">Source</th>
            <th rowspan="3">Roll Chance</th>
            <th>Drops</th>
        </tr>
        <tr>
            <th><Asset width={16} height={16} location="better_mcdonalds_mod:item/cooked_beef_patty"/> Cooked Beef Patty</th>
        </tr>
    </thead>
    <tbody>
        <tr>
            <td><img src="https://minecraft.wiki/images/EntitySprite_cow.png" alt="Cow icon" /> [Cow](https://minecraft.wiki/w/Cow)</td>
            <td>50%</td>
            <td>1 <Asset width={16} height={16} location="better_mcdonalds_mod:item/cooked_beef_patty"/> (~25%)<br/>2 <Asset width={16} height={16} location="better_mcdonalds_mod:item/cooked_beef_patty"/> (~25%)</td>
        </tr>
        <tr>
            <td colspan="2">Average drops</td>
            <td>~0.75 (3⁄4) <Asset width={16} height={16} location="better_mcdonalds_mod:item/cooked_beef_patty"/></td>
        </tr>
    </tbody>
</table>

### Cooking

[Beef patty](@better_mcdonalds_mod:beef_patty) can be cooked in a [furnace](https://minecraft.wiki/w/Furnace), [smoker](https://minecraft.wiki/w/Smoker), or [campfire](https://minecraft.wiki/w/Campfire). Each cooked beef patty removed from a furnace output slot gives 1 [experience](https://minecraft.wiki/w/Experience) (64 experience per stack).

<ProjectRecipe id="better_mcdonalds_mod:cooked_beef_patty_smelting" />

### Trading

<table>
    <thead>
        <tr>
            <th>Villager</th>
            <th>Villager wants</th>
            <th>Player receives</th>
            <th>Trades in stock</th>
            <th>Villager XP</th>
        </tr>
    </thead>
    <tbody>
        <tr>
            <td><img src="https://minecraft.wiki/images/EntitySprite_villager-butcher.png" alt="Villager Butcher icon" width="16px"/> [Apprentice Butcher](https://minecraft.wiki/w/Trading#Butcher)</td>
            <td><img src="https://minecraft.wiki/images/Invicon_Emerald.png" alt="Emerald icon" width="16px"/> [Emerald](https://minecraft.wiki/w/Emerald)</td>
            <td>6 × <Asset width={16} height={16} location="better_mcdonalds_mod:item/cooked_beef_patty"/> Cooked Beef Patty</td>
            <td>16</td>
            <td>5</td>
        </tr>
    </tbody>
</table>

## Usage

### Food

Eating cooked beef patty restores 5 (<img src="https://r2.sinytra.org/.assets/minecraft/icon/hunger.png" alt="Hunger icon" /><img src="https://r2.sinytra.org/.assets/minecraft/icon/hunger.png" alt="Hunger icon" /><img src="https://r2.sinytra.org/.assets/minecraft/icon/half_hunger.png" alt="Half Hunger icon" />) hunger and 0.4 [saturation](https://minecraft.wiki/w/Food#Saturation).

### Crafting ingredient

Cooked beef patty is used as an ingredient in some recipes.

<ProjectRecipe id="better_mcdonalds_mod:hamburger" />
<ProjectRecipe id="better_mcdonalds_mod:cheeseburger" />
<ProjectRecipe id="better_mcdonalds_mod:mcbacon" />
<ProjectRecipe id="better_mcdonalds_mod:big_mac" />

### Wolves

Cooked beef patty can be used to [breed](https://minecraft.wiki/w/Breed) and heal tamed [wolves](https://minecraft.wiki/w/Wolves), lead them around, and make baby tamed wolves grow up faster by 10% of the remaining time.

## Data values

### ID

<table>
    <thead>
        <tr>
            <th>Name</th>
            <th>[Identifier](https://minecraft.wiki/w/Identifier)</th>
            <th>Form</th>
            <th>[Item tags](https://minecraft.wiki/w/Tag)</th>
            <th>Translation key</th>
        </tr>
    </thead>
    <tbody>
        <tr>
            <td>Cooked Beef Patty</td>
            <td>`cooked_beef_patty`</td>
            <td>Item</td>
            <td>`minecraft:meat`<br/>`c:foods/cooked_beef`</td>
            <td>`item.better_mcdonalds_mod.cooked_beef_patty`</td>
        </tr>
    </tbody>
</table>