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
Alex Stefanov edited this page Feb 15, 2025
·
4 revisions
To simply move all the items from somewhere to somewhere else, you can run hopper [source] [destination]
Example: hopper left right will continuously move any items from the chest on the left of the computer to the chest on the right of the computer
The source and destination parameters also support wildcards
Example: hopper *chest* *barrel* will move any items from any connected chest to any connected barrel
If you only want to move some kinds of items, you can add item name filters after the source and the destination: hopper [source] [destination] {[filter]}*
Example: hopper left right minecraft:iron_ingot minecraft:gold_ingot will only move iron and gold ingots from the left chest to the right one, and will ignore all other items
Item names also support wildcards
Example: hopper left right *_ingot will move any ingots from the left chest to the right one
You can specify multiple sources or destinations by separating them with |
Example: hopper left|right top|bottom will move anything from the left and right chests to the top and bottom ones.
Priority is given to whichever chest appears sooner in the match.
Example: hopper top right|bottom will move items from the top to the right if it can, but if the chest on the right is full or missing it will move items down instead
Where next
Visit the Physical setup page if you are experiencing problems with your setup. For more advanced usage read the rest of the wiki pages.