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

Fix Level Emitter Buttons and fix ME IO Port not respecting it's redstone mode. #345

Merged
merged 3 commits into from
Dec 28, 2023
Merged

Fix Level Emitter Buttons and fix ME IO Port not respecting it's redstone mode. #345

merged 3 commits into from
Dec 28, 2023

Conversation

AE2-Enthusiast
Copy link

Title basically.
The Level Emitter's buttons were using the priority button's config for their values, seemingly because of a typo, so I fixed the typo.

And the IO Port could either be disabled by redstone or enabled by redstone, never pulsed or ignoring redstone. Since the IO Port has those as redstone modes as options, I assumed it's a bug and added code to the IO Port to allow pulsing and ignoring. This is will be my first time contributing to a real mod, so I don't know if my implementation is the most optimal. But, this change only affects the IO Port and I can't think of a better way, so it's probably fine.

@NotMyWing NotMyWing added the bug Something isn't working label Dec 28, 2023
Copy link
Member

@NotMyWing NotMyWing left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@NotMyWing NotMyWing merged commit 7747899 into AE2-UEL:master Dec 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants