Crossroads-Development / Essentials

Essentials is a mod for Minecraft. It adds a few simple utility-style blocks and items, mostly meant to enhance vanilla-style automation.
MIT License
11 stars 10 forks source link

Sorting hoppers not working correctly? #29

Closed HYPExMon5ter closed 4 years ago

HYPExMon5ter commented 4 years ago

Describe the bug The sorting hoppers are not behaving like normal hoppers, now I may be using them wrong or something as I have no found much documentation or any vids or anything explaining it, but doesn't seem to be working right. When you make up a sorting system it seems to only sort the last hopper in the row. If I'm using them wrong, please tell or show me how to use them lol.

Expected behavior The items should be sorted as they flow through the hoppers like normal hoppers do

Video of the issue https://youtu.be/s0tidgtYdic

Da-Technomancer commented 4 years ago

You aren't using sorting hoppers correctly. This is a common point of confusion: Sorting hoppers (and high throughput hoppers) need to be pointed into the sorted output, and the pulling (from either a pipe, or another hopper) is the unsorted hopper. So for your video, have your high-throughput hoppers in a column, with each hopper pointed sideways into the hopper filters. The unsorted items will all be at the bottom.

There are ways to do it horizontally as well if you want that- but that usually involves item shifters.

HYPExMon5ter commented 4 years ago

Mind throwing in a screenshot or video for reference please?

On Tue, May 12, 2020 at 3:55 PM Da-Technomancer notifications@github.com wrote:

You aren't using sorting hoppers correctly. This is a common point of confusion: Sorting hoppers (and high throughput hoppers) need to be pointed into the sorted output, and the pulling (from either a pipe, or another hopper) is the unsorted hopper. So for your video, have your high-throughput hoppers in a column, with each hopper pointed sideways into the hopper filters. The unsorted items will all be at the bottom.

There are ways to do it horizontally as well if you want that- but that usually involves item shifters.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Da-Technomancer/Essentials/issues/29#issuecomment-627558971, or unsubscribe https://github.com/notifications/unsubscribe-auth/AC56UMTPROJHITNBZL5PUOTRRGSS5ANCNFSM4M7DXLAQ .

Da-Technomancer commented 4 years ago

https://www.curseforge.com/minecraft/mc-mods/essentials/screenshots Second image on the curseforge shows a simple sorting hopper setup. In the photo, each slotted chest can only accept certain items. You could replace those with hopper filters going to an item shifter, or any other filtered input. Unsorted items end up in the bottom chest.