Learn · modules

What Is Auto Soup in Minecraft?

Auto Soup is a Minecraft module that automatically eats mushroom soup once health drops below a threshold, the go-to heal in UHC and scarcity modes.

TRtrolPublished 5 min read

What is Auto Soup?

Auto Soup is a Minecraft module that eats mushroom soup for you the instant your health drops below a threshold you set, no hotbar switch, no click, no glance at the health bar mid-fight. It watches your HP every tick or on a short interval, and once it dips low enough it grabs a bowl of soup from your hotbar or inventory, switches to it if it isn't already selected, and fires the same use-item interaction a manual eat would send. It's the soup-specific sibling of Auto Pot: same idea, different item, built for the modes where soup is what you're actually carrying.

Mushroom soup is the primary healing item in UHC-style modes, where golden apples and regeneration potions are scarce or removed by the ruleset entirely. Manually tracking a health bar and switching to soup mid-fight costs attention a player would rather spend on positioning. Auto Soup takes that one repetitive action off the table.

How it works

Auto Soup doesn't hold anything down. A golden apple or a potion takes a sustained interaction to consume, so an automation eating one has to keep the button held for the right window. Soup fires in a single action instead: the bowl goes from full to empty the moment you right-click, so the module gets exactly one shot at the timing, the switch to the soup slot and the eat itself, both fired the instant your health crosses the threshold.

Eating the soup also empties the bowl, and that has to be accounted for somewhere. Most implementations track how much soup is actually left, and once the count hits zero, a well-built version stops triggering rather than swinging at an empty slot: no soup, no automated eat, and you're back to healing some other way.

  1. Monitor health

    Auto Soup watches your HP constantly, checking against the configured threshold.

  2. Health drops below threshold

    The instant you take damage and cross the limit, the module activates.

  3. Find soup in inventory

    It scans your inventory for a bowl of mushroom soup.

  4. Eat the soup

    It switches to the soup and uses it in a single action, consuming the bowl.

Why people use it

The reason this exists at all comes down to what soup is for. In UHC-style modes where golden apples and regeneration potions are scarce or removed by the ruleset entirely, soup becomes the primary healing item. Manually tracking a health bar and switching to soup mid-fight costs attention a player would rather spend on positioning. Auto Soup takes that one repetitive action off the table so the reaction is to the fight, not the inventory.

Is it safe to use?

Auto Soup sits closer to a convenience feature than a combat-advantage cheat. It doesn't extend reach, snap aim, or change how you move. All it does is fire an eat action you were already allowed to send yourself. That's a different category from something like an aimbot or a Crystal Aura, which fabricate actions a human physically can't perform.

What servers actually key on is consistency. A player eating soup under pressure has variable delay and sometimes fumbles the switch. An automated trigger fires at the same fixed point every time, and that flat, too-perfect timing is the kind of pattern a strict anticheat can flag even without catching a specific illegal packet. It's a signature, not proof of an exploit.

Whether that draws scrutiny mostly comes down to the server. UHC and other scarcity-ruleset modes tend to ban automated healing outright, since managing your own soup under pressure is part of the skill the ruleset is built to test. On a standard survival or PvP server without that constraint, auto-eating soup is a minor thing next to a module that actually changes combat mechanics.

Auto Soup vs Auto Pot vs Auto Head

The mechanics are identical; the context differs:

Auto SoupAuto PotAuto Head
ItemMushroom soupPotions/splashGolden apples
Use caseUHC-style modesExtended PvPCrystal/anchor trades
Server stanceUsually bannedRiskyRisky
Detection riskConsistency patternTiming patternTiming pattern

All three watch health and trigger an eat. The difference is what they're eating and what server ruleset they're adapted for.

FAQ