
DatapacksJava
Yummy Steak
Sprinkle steak with stardust for a filling meal. Adds a Filling Steak with saturation effect, which can be enchanted to never run out of steak.
I don't know my version or loader
Open the Minecraft launcher and look at the profile you play on — it names both, like fabric-loader-1.21.4. The version also shows in the bottom-right corner of the game's main menu.
No loader in the profile name? Then it's plain Minecraft, and these mods won't run — you need Fabric or NeoForge installed first.
Yummy Steak
Sprinkle steak with stardust for a filling meal.
Content
- Craft Filling Steak with 8 Steak and 1 Nether Star (center), which applies the saturation effect for an hour when eaten.

- Adds level 30 enchantment Yummy to never run out of steak (can only be applied on the Filling Steak).

- Don't consume any spoiled steak, it tastes disgusting.
Technical Concept
Besides the gameplay functionality the goal was to provide these custom features without using the global tick function to check for changes in the player's inventory.
- saturation effect is applied via
consumabledata component (added in MC 1.21.2) - not consuming the item is handled via the
use_remainderdata component (added in MC 1.21.2) - as use_remainder would need a recursive definition to be infinitly reuseable, a dummy-item is used, which then is swapped out for the actual food item
- instead of constantly checking whether a dummy item exists and is in need of replacement, the enchantment effect component
minecraft:tickwith the entity effectrun_function(added in MC 1.21) is used to change the dummy item (only executed for one tick, when the item is first held, so more resource efficient).
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.21.5, 1.21.6, 1.21.7
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Modrinth — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — see the MC Java Mods guides for the full walkthrough.
Verified by MCModsHub
- Downloads as yummy-steak-1.1.0.zip
- Download size: 7 KB
- Download link checked 5 Sept 2026 — working
These come from our own check of the pack file, not from the source page.