Skip to content
This repository has been archived by the owner on Sep 24, 2024. It is now read-only.

Commit

Permalink
Update MeteorPlusAddon.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Nekiplay committed Apr 19, 2024
1 parent 7754848 commit b938c64
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/main/java/nekiplay/meteorplus/MeteorPlusAddon.java
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,17 @@ public void onInitialize() {
enabledIntegrations.add("Goto+");
}

if (!isLitematicaMapresent) {
if (!isBaritonePresent) {
notFoundBaritoneIntegrations.add("Litematica printer");
}
else {
notFoundIntegrations.add("Litematica");
}
}
else {
enabledIntegrations.add("Litematica");
}

if (!enabledIntegrations.isEmpty()) {
LOG.info(METEOR_LOGPREFIX + " Enabling integrations for: " + String.join(", ", enabledIntegrations));
Expand Down

0 comments on commit b938c64

Please sign in to comment.