---
id: better_mcdonalds_mod:cheeseburger
type: item
---

# Cheeseburger

A **cheeseburger** 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) and used for [crafting](https://minecraft.wiki/w/Crafting).

## Obtaining

### Crafting

<ProjectRecipe id="better_mcdonalds_mod:cheeseburger" />

## Usage

### Food

Eating a cheeseburger restores 8 (<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/hunger.png" alt="Hunger icon" /><img src="https://r2.sinytra.org/.assets/minecraft/icon/hunger.png" alt="Hunger icon" />) hunger and 0.5 [saturation](https://minecraft.wiki/w/Food#Saturation).

### Crafting ingredient

<ProjectRecipe id="better_mcdonalds_mod:happy_meal" />

## 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>Cheeseburger</td>
            <td>`cheeseburger`</td>
            <td>Item</td>
            <td>`better_mcdonalds_mod:burger`<br/>`c:foods/burgers/cheeseburger`</td>
            <td>`item.better_mcdonalds_mod.cheeseburger`</td>
        </tr>
    </tbody>
</table>