---
id: better_mcdonalds_mod:mayonnaise
type: item
---

# Mayonnaise

**Mayonnaise** is a [food](https://minecraft.wiki/w/Food) [item](https://minecraft.wiki/w/Item) that can be used for [crafting](https://minecraft.wiki/w/Crafting).

## Obtaining

### Crafting

<ProjectRecipe id="better_mcdonalds_mod:mayonnaise" />

## Usage

### Food

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

### Crafting ingredient

<ProjectRecipe id="better_mcdonalds_mod:mcchicken" />
<ProjectRecipe id="better_mcdonalds_mod:mcwrap" />

## 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>Mayonnaise</td>
            <td>`mayonnaise`</td>
            <td>Item</td>
            <td>`c:foods/sauces/mayonnaise`</td>
            <td>`item.better_mcdonalds_mod.mayonnaise`</td>
        </tr>
    </tbody>
</table>