Jump to content
Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Hopper Burnout: Difference between revisions

From the Loka Loka Wiki
m Clean up headings: remove bold/underline/links from heading text, add consistent blank-line spacing (Fandom-import cleanup)
m Add links to resolve Special:DeadendPages / Special:LonelyPages listings (follow-up)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
One of the ways that Loka maintains a good server TPS and keeps the server running smoothly is by turning off Hoppers that can cause significant lag. One of the ways Hoppers can cause lag is by "clogs". When a Hopper tries to pull from a container above, it has to search every slot to see what it can pull from. In the case of a double-chest, it has to scan 54 slots. Because of poor Minecraft code, Hoppers can sometimes scan for items up to '''''200 times a second. '''''This is what can cause performance issues on the server.
One of the ways that Loka maintains a good server TPS and keeps the server running smoothly is by turning off Hoppers that can cause significant lag. One of the ways Hoppers can cause lag is by "clogs". When a Hopper tries to pull from a container above, it has to search every slot to see what it can pull from. In the case of a double-chest, it has to scan 54 slots. Because of poor Minecraft code, Hoppers can sometimes scan for items up to '''''200 times a second. '''''This is what can cause performance issues on the server.


When a Hopper can successfully transfer items, it only does so every 3/4ths of a second or so. When it can't find the right item(s), this is when "clogs" happen (frequently in Autosorters). Hopper Burnout is a feature we added to detect this aberrant behavior and disable the hopper, which saves Loka valuable cpu cycles.
When a Hopper can successfully transfer items, it only does so every 3/4ths of a second or so. When it can't find the right item(s), this is when "clogs" happen (frequently in Autosorters). Hopper Burnout is a feature we added to detect this aberrant behavior and disable the hopper, which saves Loka valuable cpu cycles. This is particularly relevant to systems like [[Void Storage]] that rely on hoppers to move items.
If you hear the Fire Extinguish sound effect (ala Redstone burnout) and see Dragon's Breath particles nearby,
If you hear the Fire Extinguish sound effect (ala Redstone burnout) and see Dragon's Breath particles nearby,


that is the sign of a hopper that is burnt out. The hopper will not transfer items and will play these effects every second until the clog is fixed.
that is the sign of a hopper that is burnt out. The hopper will not transfer items and will play these effects every second until the clog is fixed.


== External links ==
== External Links ==


* {{mcwiki|Hoppers}}
* {{MCwiki|Hoppers}}


[[Category:General]]
[[Category:General]]

Latest revision as of 12:50, 24 August 2026

One of the ways that Loka maintains a good server TPS and keeps the server running smoothly is by turning off Hoppers that can cause significant lag. One of the ways Hoppers can cause lag is by "clogs". When a Hopper tries to pull from a container above, it has to search every slot to see what it can pull from. In the case of a double-chest, it has to scan 54 slots. Because of poor Minecraft code, Hoppers can sometimes scan for items up to 200 times a second. This is what can cause performance issues on the server.

When a Hopper can successfully transfer items, it only does so every 3/4ths of a second or so. When it can't find the right item(s), this is when "clogs" happen (frequently in Autosorters). Hopper Burnout is a feature we added to detect this aberrant behavior and disable the hopper, which saves Loka valuable cpu cycles. This is particularly relevant to systems like Void Storage that rely on hoppers to move items. If you hear the Fire Extinguish sound effect (ala Redstone burnout) and see Dragon's Breath particles nearby,

that is the sign of a hopper that is burnt out. The hopper will not transfer items and will play these effects every second until the clog is fixed.

  • Hoppers on the Minecraft Wiki Minecraft Wiki