Consumable Optimizer
ModHandles eating client-side, ensuring servers don't slow down the eating process
Type
Mod
Modrinth Downloads
479,277
Modrinth ID
4alTd2ag
Last Updated
Jun 12, 2026
Description
This mod enforces more client-sided processing when handling consumable items (any food item).
Information
By default, Minecraft requires the user to wait for a server response before consuming an item. While this delay is hardly noticeable on low ping, it becomes much more noticable on high ping and causes players to be stuck in an eating animation until the server eventually responds. This optimizer ensures all of that processing is done client-side rather than server-side, allowing items to be comsumed with no delay and on the exact tick it should be finished. The server still applies the item's effects (such as absorption or regeneration from a golden apple) while the client handles the actual eating process.
High ping can also occationaly causes desyncs when consuming an item, forcing the server to restart the eating process for the player. This further slows the overall process of consuming an item down even more and makes it feel inconsistent. This optimizer fixes this, by cancelling these recalls from the server when unneeded.
Demonstration Video
Server Opt Out
On servers using popular anti-cheats, such as Grim or Vulkan, it's unlikely for Consumable Optimizer to flag. However, if your server has reports of Consumable Optimizer causing flags or you don't want your player base using the mod, you can opt out using a very simple plugin. Some example code can be found below:
public class ConsumableOptimizerDisable extends JavaPlugin implements PluginMessageListener { private static final String S2C_CHANNEL = "consumable_optimizer:disable_payload"; private static final String C2S_CHANNEL = "consumable_optimizer:handshake_payload"; @Override public void onEnable() { this.getServer().getMessenger().registerOutgoingPluginChannel(this, S2C_CHANNEL); this.getServer().getMessenger().registerIncomingPluginChannel(this, C2S_CHANNEL, this); } @Override public void onPluginMessageReceived(String channel, Player player, byte[] message) { if (channel.equals(C2S_CHANNEL)) { Bukkit.getScheduler().runTaskLater(this, () -> { if (player.isOnline()) { player.sendPluginMessage(this, S2C_CHANNEL, new byte[0]); getLogger().info("Disabled consumable optimizer for " + player.getName()); } }, 20L); } } }Credits
- Mod: Walksy
- Icon: SakuraFX
Compatibility
Mod Loaders
Game Versions
Similar Mods
Integrated Cataclysm
Overhauling L_Ender's Cataclysm structures with integration
Collection of Singiro
Import Medieval Origins to Forge & some more
Rubinated Nether
Rubinated Nether is a Vanilla+ mod which adds the Nether Ruby into the game for utility, decoration and redstone.
Library Ferret
Shared code for the mod of jtorleon studios
Cursors Extended
Configurable Minecraft-themed cursors
Better Cave Dweller
Gives the already horrifying monster everybody knows as the cave dweller a scarier look and better animations
Included in Modpacks
PvP mods with optimization
Plutonium
Azure Visuals
Void's essentially optimized pack
Qearioz's Optimized PvP & SMP
Refined Vanilla
Vanilla Horizons
PvP Perfect
Dragon PVP UA
Kuri's FreshVanilla
The Stuff of Legend
Zynirium
PvP Beyond
Oxygen
Uton Optimizator
Mexus' Modpack
CatModOpti
Crystal Verse
NasheyPvP
Angels PvP Pack
Murkrid PvP Optimized
SkullClient
Just a Random Vanilla Adventure
uhpvp
Smolder's Ultimatum
Slemprix's Essentials
Bare PVP
vxsp
The Ultimate PVP pack
CatModMobile
The Ultimate Experience
Peace Optimizer