Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hoppers pull items out of first slot preventing automation. #35

Closed
nitefang opened this issue Apr 28, 2018 · 1 comment · Fixed by #57
Closed

Hoppers pull items out of first slot preventing automation. #35

nitefang opened this issue Apr 28, 2018 · 1 comment · Fixed by #57

Comments

@nitefang
Copy link

Vanilla hoppers will pull items from the first slot and the last (output) slot. This means it is impossible to automate a set up efficiently as the hopper will pull the enchanted item out of the table before it can have the enchantment removed.

@Impelon
Copy link
Owner

Impelon commented Apr 28, 2018

This is also needed, because one needs to be able to extract the first item after the disenchantment-process is finished. I agree, that makes it hard to automate it purely in vanilla, though by all means not impossible, you just have to get a bit creative with a redstone locking mechanism to lock the extracting-hopper until the process is finished.
The automatic version does produce a comparator output if you hook one up, maybe that can help.

Maybe I could make a tutorial/template for a working system?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants