Skip to content

Commit

Permalink
Static imports are pointless
Browse files Browse the repository at this point in the history
  • Loading branch information
62832 committed Dec 25, 2024
1 parent 5366109 commit 1753704
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
package gripe._90.megacells.integration.ae2wt;

import static gripe._90.megacells.definition.MEGAItems.GREATER_ENERGY_CARD;

import de.mari_023.ae2wtlib.api.registration.UpgradeHelper;

import gripe._90.megacells.definition.MEGAItems;
import gripe._90.megacells.integration.IntegrationHelper;

public final class AE2WTIntegration implements IntegrationHelper {
@Override
public void initUpgrades() {
UpgradeHelper.addUpgradeToAllTerminals(GREATER_ENERGY_CARD, 0);
UpgradeHelper.addUpgradeToAllTerminals(MEGAItems.GREATER_ENERGY_CARD, 0);
}
}

0 comments on commit 1753704

Please sign in to comment.