---
id: better_mcdonalds_mod:beef_patty
type: item
history:
  - version: 4.4.3
    date: 2025-05-23
    changes:
      - Cows now have a 50% chance to drop beef patties
---

# Beef Patty

The **beef patty** is a [food](https://minecraft.wiki/w/Food) [item](https://minecraft.wiki/w/Item) that can be eaten by the [player](https://minecraft.wiki/w/Player) or cooked in a [furnace](https://minecraft.wiki/w/Furnace), [smoker](https://minecraft.wiki/w/Smoker), or [campfire](https://minecraft.wiki/w/Campfire) to make [cooked beef patty](@better_mcdonalds_mod:cooked_beef_patty).

## Obtaining

### Mob loot

When adult [cows](https://minecraft.wiki/w/Cow) are killed, they drop 1-2 beef patties. If killed while on fire, they drop [cooked beef patties](@better_mcdonalds_mod:cooked_beef_patty) 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/beef_patty"/> 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/beef_patty"/> (~25%)<br/>2 <Asset width={16} height={16} location="better_mcdonalds_mod:item/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/beef_patty"/></td>
        </tr>
    </tbody>
</table>

### Stonecutting

<ProjectRecipe id="better_mcdonalds_mod:beef_patty" />

## Usage

### Food

Eating beef patty restores 4 (<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" />) hunger and 0.4 [saturation](https://minecraft.wiki/w/Food#Saturation).

### Smelting ingredient

<ProjectRecipe id="better_mcdonalds_mod:cooked_beef_patty_smelting" />

### Wolves

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>Beef Patty</td>
            <td>`beef_patty`</td>
            <td>Item</td>
            <td>`minecraft:meat`<br/>`c:foods/raw_beef`</td>
            <td>`item.better_mcdonalds_mod.beef_patty`</td>
        </tr>
    </tbody>
</table>