Skip to content

Commit

Permalink
Increase flow rate
Browse files Browse the repository at this point in the history
  • Loading branch information
Sollace committed Dec 5, 2024
1 parent d032aa9 commit 59ce2c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ private void craft(ServerWorld world, CraftableContents contents) {
}
}

consumer.accept(tank.drain(1));
consumer.accept(tank.drain(Math.max(1, (int)tank.getAmount() / 10)));
});
});

Expand Down

0 comments on commit 59ce2c1

Please sign in to comment.