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

Commit

Permalink
fix a ??? bug
Browse files Browse the repository at this point in the history
  • Loading branch information
KELETU66666 committed May 30, 2023
1 parent b3afff6 commit 9f609c9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
import gregtech.api.unification.material.properties.OreProperty;
import gregtech.api.unification.material.properties.PropertyKey;
import gregtech.api.unification.ore.OrePrefix;
import gregtech.common.ConfigHolder;
import me.oganesson.gregica.api.recipe.GCRecipeMaps;
import me.oganesson.gregica.common.block.GCMetaBlocks;
import me.oganesson.gregica.common.item.metaitems.GCMetaItems;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,6 @@ public void damageGrinder(int amount) {
inventory.damageBall(amount);
}

protected boolean openGUIOnRightClick() {
return getController() != null && getController().isActive();
}

private boolean needUpdate = false;

@Override
Expand Down

0 comments on commit 9f609c9

Please sign in to comment.