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

Change fuel button to left shift #565

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

MrJeremyFisher
Copy link
Contributor

Addresses #496

@@ -87,7 +87,7 @@ private Clickable getIoClickable(Material adjacentType, Direction dir, String di
.append(Component.text(dirState.displayName).color(TextColor.color(dirState.color)))
.asComponent());
ItemUtils.addComponentLore(display,
Component.text("L/M/R click to toggle I/F/O")
Copy link
Contributor

Choose a reason for hiding this comment

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

LS as Left Shift is a little ambiguous here, how can we make this more understandable?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I could change it to L+LS. Or move all of them from L/R to Left/Right to be even more clear

Copy link
Contributor

Choose a reason for hiding this comment

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

How about we make this three lines, one for each option so they don't need to be abbreviated?

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

Successfully merging this pull request may close these issues.

3 participants