Skip to content

Commit

Permalink
Remove Debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
0hwx committed Dec 21, 2024
1 parent c0192a4 commit 0de24e5
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ public boolean handleRefill() {
if (brokenItem.getItem() instanceof ItemBlock) {
return findItem(false);
} else if (brokenItem.isItemStackDamageable()) {
System.out.println(isGT5uTool(brokenItem));
if (isGT5uTool(brokenItem)) {
exactItemMatcher = (stack, stack2) -> {
if (stack.hasTagCompound() != stack2.hasTagCompound()) return false;
Expand Down

0 comments on commit 0de24e5

Please sign in to comment.