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

Factories stuck in loop when powered #51

Open
okx-code opened this issue Mar 15, 2021 · 5 comments
Open

Factories stuck in loop when powered #51

okx-code opened this issue Mar 15, 2021 · 5 comments

Comments

@okx-code
Copy link

okx-code commented Mar 15, 2021

When you give a redstone pulse to a furnace in a factory twice, it will start the recipe, then power the repeater (???) that goes into the furnace, deactivating itself. It will then get stuck in a loop where it activates and deactivates itself until you break the repeater.

This problem can be mitigated on a user level by providing a constant high pulse to the factory and only turning it off for a few ticks.

@okx-code okx-code changed the title Factories output redstone when turned on Factories stuck in loop when powered Mar 15, 2021
@TheOrangeWizard
Copy link

another simple workaround is to use a comparator (or redstone torch depending on layout) instead of a repeater

additionally using a line of redstone dust in place of a repeater did not power the factory at all when i tested it although not certain if that is still an issue

@okx-code
Copy link
Author

additionally using a line of redstone dust in place of a repeater did not power the factory at all when i tested it although not certain if that is still an issue

That issue specifically is inconsistent, I've had it not work but when I break and replace the redstone it does work.

@caucow
Copy link

caucow commented Aug 30, 2021

should be fixed in the IO PR, might want to double check and make sure there there isn't still some outlier case I didn't run into or fix accidentally, then close

@okx-code
Copy link
Author

is the IO pr going to break the redstone of my factories

@caucow
Copy link

caucow commented Aug 30, 2021

depends on whether you were using some of the less consistent/more buggy behaviors to trigger factories
diodes should now only trigger factories they face into, rather than all adjacent factories, for example
if all you're doing is long-pulsing your redstone as you suggested in the original post it should be fine
short pulses should be fine to use now though

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

No branches or pull requests

3 participants