You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Vacuum hoppers can cause major performance issues when connected inventories are full.
In packs with automation(farms) continuing to produce entities, the vacuum hopper pulls the entities towards it even though it cannot pick them up. The entities count as having been interacted with and therefore will not despawn.
A vacuum hopper running over a field with an automatic harvester will eventually cause thousands of entities to be stuck beneath the hopper.
The vacuum hopper should suspend interactions with entities if its inventory could not possibly pick them up.
Vacuum hoppers can cause major performance issues when connected inventories are full.
In packs with automation(farms) continuing to produce entities, the vacuum hopper pulls the entities towards it even though it cannot pick them up. The entities count as having been interacted with and therefore will not despawn.
A vacuum hopper running over a field with an automatic harvester will eventually cause thousands of entities to be stuck beneath the hopper.
The vacuum hopper should suspend interactions with entities if its inventory could not possibly pick them up.
Placing a "hopper full" check around this block of code from https://github.com/OpenMods/OpenBlocks/blob/master/src/main/java/openblocks/common/tileentity/TileEntityVacuumHopper.java should allow the entities to despawn naturally on overflowing farms.
The text was updated successfully, but these errors were encountered: