Skip to content

Commit

Permalink
Hide Wireless Transmutation Terminal from tab if AE2WTLib is not inst…
Browse files Browse the repository at this point in the history
…alled
  • Loading branch information
62832 committed May 8, 2024
1 parent 3d05fb3 commit ffdb04d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/gripe/_90/appliede/AppliedE.java
Original file line number Diff line number Diff line change
Expand Up @@ -154,9 +154,9 @@ public final class AppliedE {
output.accept(EMC_IMPORT_BUS.get());
output.accept(TRANSMUTATION_TERMINAL.get());
output.accept(LEARNING_CARD.get());
output.accept(WIRELESS_TRANSMUTATION_TERMINAL.get());

if (Addons.AE2WTLIB.isLoaded()) {
output.accept(WIRELESS_TRANSMUTATION_TERMINAL.get());
output.accept(AE2WTIntegration.getChargedTerminal());
}
})
Expand Down

0 comments on commit ffdb04d

Please sign in to comment.