Food Shuffle
No reviews yet
Food Shuffle: a Fabric mod for Minecraft 1.21.1 where each player must eat a randomly assigned food before their timer runs out—or get struck by lightning.
Includes a large focus on traversing worlds with enhanced world generation, structures, dungeons, and more for players to find unique loot.
Enhances farming mechanics and introduces new crops and livestock.
Features small, self-contained games within Minecraft.
Focuses on cooking, recipes, and food-related mechanics.
Fabric is a mod loader for versions 1.14+ of Minecraft, particularly popular for client side and optimization mods.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
Compatibility
Supported Environments
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
Resources
External Links
About
Description
🍗 Mokey Mod: Food Shuffle — The Mod That Turns Your Hunger Into Survival
Picture this: you're calmly exploring the world when suddenly a pink bar appears at the top of your screen — "Find or Craft: Pumpkin Pie"
And the worst part: it's shrinking. If you don't eat the right food before it hits zero... lightning strikes you down.
Food Shuffle is a mod for Minecraft 1.21.1 that turns any multiplayer session into an individual race against time (and hunger). Every player is given, at the same time, a different random food item to find or craft — and only those who manage to eat the correct item before their bar runs out will survive.
⚙️ How It Works
When a match starts, the mod individually randomizes a food item for every online player (drawn from all the food items in the game) and shows a pink, notched boss bar above each player's screen, displaying the name of the food they need to consume. Targets are re-rolled every round, so no one knows what they'll get next.
If a player eats the correct food in time, they're marked as "saved" and move on in the match. If their bar hits zero before that, they're eliminated — struck down by a lightning bolt from FoodShuffle itself. The last player standing is declared the grand champion of the match.
🛠️ Commands
The base command is /foodshuffle, with two subcommands:
/foodshuffle start
- Starts a new competitive match.
- Randomizes an individual food target for each online player and activates each one's boss bar.
- Requires at least 2 players online to begin (returns an error message otherwise).
- Blocks starting a new round if a match is already in progress (you must run
/foodshuffle stopfirst). - Requires operator (admin) permission to run.
/foodshuffle stop
- Stops the current match at any time.
- Clears boss bars, rolled targets, and resets the game state.
- Displays a message that the match was stopped by an administrator.
- Also requires operator permission.
All of the mod's messages are shown in chat with the [FoodShuffle] prefix, including round-start warnings, eliminations, and victory announcements.
🎯 Mechanics and Features
- 🍽️ Individual randomization: unlike mods with a single global target item, here every player gets their own target — nobody is competing for the same item.
- ⏱️ Timed boss bar: a visual bar (pink, notched style) that acts as each player's personal countdown timer.
- ⚡ Lightning elimination: anyone who fails to eat the correct food in time is eliminated with a lightning strike visual/sound effect.
- 🏆 "Last one standing" mode: the match ends automatically once only one player remains, who is declared the winner.
- 🔊 Sound and visual effects: round-start and elimination sounds to reinforce the tension.
- 🔒 Admin-restricted commands: only operators can start or stop matches, preventing griefing.
🧩 Technical Information
| Item | Detail |
|---|---|
| Minecraft Version | 1.21.1 |
| API / Mod Loader | Fabric (Fabric Loader ≥ 0.15.0 + Fabric API) |
| Java | 21+ |
| Type | Mod (client + server / * environment) |
| Mod ID | foodshuffle |
| Mod Version | 1.0.0 |
| License | CC0 1.0 (public domain) |
| Author | Fartech Gamer |
Internally, the mod uses the Brigadier command system (via the Fabric API's CommandRegistrationCallback) to register /foodshuffle, and Fabric API's Server Tick Events to check every tick whether players have eaten their target food in time.
🏆 Why Support on Patreon?
This mod is made with care (and lots of caffeine) to bring different challenges to Minecraft. Your support helps:
🔧 Keep the mod updated with new Minecraft versions ➕ Add new modes, foods, and mechanics 🐛 Fix bugs quickly 🎮 Create more content for the community
Every bit of support, no matter how small, makes a huge difference. Thanks for being part of this! 💚
Food Shuffle — Because nothing tests your hunger (and your luck) like eating the right thing before the lightning strikes.
🍗 Mokey Mod: Food Shuffle — The Mod That Turns Your Hunger Into Survival
Picture this: you're calmly exploring the world when suddenly a pink bar appears at the top of your screen — "Find or Craft: Pumpkin Pie"
And the worst part: it's shrinking. If you don't eat the right food before it hits zero... lightning strikes you down.
Food Shuffle is a mod for Minecraft 1.21.1 that turns any multiplayer session into an individual race against time (and hunger). Every player is given, at the same time, a different random food item to find or craft — and only those who manage to eat the correct item before their bar runs out will survive.
⚙️ How It Works
When a match starts, the mod individually randomizes a food item for every online player (drawn from all the food items in the game) and shows a pink, notched boss bar above each player's screen, displaying the name of the food they need to consume. Targets are re-rolled every round, so no one knows what they'll get next.
If a player eats the correct food in time, they're marked as "saved" and move on in the match. If their bar hits zero before that, they're eliminated — struck down by a lightning bolt from FoodShuffle itself. The last player standing is declared the grand champion of the match.
🛠️ Commands
The base command is /foodshuffle, with two subcommands:
/foodshuffle start
- Starts a new competitive match.
- Randomizes an individual food target for each online player and activates each one's boss bar.
- Requires at least 2 players online to begin (returns an error message otherwise).
- Blocks starting a new round if a match is already in progress (you must run
/foodshuffle stopfirst). - Requires operator (admin) permission to run.
/foodshuffle stop
- Stops the current match at any time.
- Clears boss bars, rolled targets, and resets the game state.
- Displays a message that the match was stopped by an administrator.
- Also requires operator permission.
All of the mod's messages are shown in chat with the [FoodShuffle] prefix, including round-start warnings, eliminations, and victory announcements.
🎯 Mechanics and Features
- 🍽️ Individual randomization: unlike mods with a single global target item, here every player gets their own target — nobody is competing for the same item.
- ⏱️ Timed boss bar: a visual bar (pink, notched style) that acts as each player's personal countdown timer.
- ⚡ Lightning elimination: anyone who fails to eat the correct food in time is eliminated with a lightning strike visual/sound effect.
- 🏆 "Last one standing" mode: the match ends automatically once only one player remains, who is declared the winner.
- 🔊 Sound and visual effects: round-start and elimination sounds to reinforce the tension.
- 🔒 Admin-restricted commands: only operators can start or stop matches, preventing griefing.
🧩 Technical Information
| Item | Detail |
|---|---|
| Minecraft Version | 1.21.1 |
| API / Mod Loader | Fabric (Fabric Loader ≥ 0.15.0 + Fabric API) |
| Java | 21+ |
| Type | Mod (client + server / * environment) |
| Mod ID | foodshuffle |
| Mod Version | 1.0.0 |
| License | CC0 1.0 (public domain) |
| Author | Fartech Gamer |
Internally, the mod uses the Brigadier command system (via the Fabric API's CommandRegistrationCallback) to register /foodshuffle, and Fabric API's Server Tick Events to check every tick whether players have eaten their target food in time.
🏆 Why Support on Patreon?
This mod is made with care (and lots of caffeine) to bring different challenges to Minecraft. Your support helps:
🔧 Keep the mod updated with new Minecraft versions ➕ Add new modes, foods, and mechanics 🐛 Fix bugs quickly 🎮 Create more content for the community
Every bit of support, no matter how small, makes a huge difference. Thanks for being part of this! 💚
Food Shuffle — Because nothing tests your hunger (and your luck) like eating the right thing before the lightning strikes.
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers
Statistics
Resources