Skip to content

Commit

Permalink
Remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
gdavid04 committed Apr 21, 2024
1 parent 8dab159 commit 2997cbb
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ public void tick() {
}
if (fuel.size() < size * storagePerBlock) {
ItemEntity item = getFuelItem();
System.out.println(item);
if (item != null) {
ItemStack stack = item.getItem();
ItemStack fuelStack = stack.split(1);
Expand Down

0 comments on commit 2997cbb

Please sign in to comment.