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

Add options to hide overlay and landing blocks #24

Merged
merged 1 commit into from
Jul 12, 2023

Conversation

srockw
Copy link
Contributor

@srockw srockw commented Jul 10, 2023

No description provided.

@@ -126,6 +143,8 @@ public void loaded() {
EventAPI.addListener(
new EventAPI.EventListener<OnRenderWorldOverlayEvent>(
e -> {
if (!highlightLandingBlocks) return;
Copy link
Owner

Choose a reason for hiding this comment

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

This would work, but using the var as a default value for the visibility setting in the gui would probably be better, even if it would be more complicated

@kurrycat2004 kurrycat2004 merged commit 251278c into kurrycat2004:master Jul 12, 2023
1 check passed
@srockw srockw deleted the toggle-overlay branch July 12, 2023 17:42
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

Successfully merging this pull request may close these issues.

2 participants