---
id: better_mcdonalds_mod:mcflurry_chocolate
type: item
history:
  - version: 4.3.0
    date: 2024-10-27
    changes:
      - McFlurry Chocolate has been added
  - version: 4.4.3
    date: 2025-05-23
    changes:
      - The McFlurry Chocolate texture has been changed
---

# McFlurry Chocolate

A **McFlurry Chocolate** 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:mcflurry_chocolate" />

## Usage

### Food

Eating a McFlurry Chocolate restores 6 (<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.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>McFlurry Chocolate</td>
            <td>`mcflurry_chocolate`</td>
            <td>Item</td>
            <td>`c:foods/ice_cream`</td>
            <td>`item.better_mcdonalds_mod.mcflurry_chocolate`</td>
        </tr>
    </tbody>
</table>