---
id: better_mcdonalds_mod:mcwrap
type: item
history:
  - version: 3.1.0
    date: 2023-12-12
    changes:
      - McWrap has been added
---

# McWrap

A **McWrap** 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).

## Obtaining

### Crafting

<ProjectRecipe id="better_mcdonalds_mod:mcwrap" />

## Usage

### Food

Eating a McWrap 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).

## 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>McWrap</td>
            <td>`mcwrap`</td>
            <td>Item</td>
            <td>`c:foods/burger`</td>
            <td>`item.better_mcdonalds_mod.mcwrap`</td>
        </tr>
    </tbody>
</table>