Skip to content

Commit

Permalink
feat: increase catalyst capacity
Browse files Browse the repository at this point in the history
  • Loading branch information
klikli-dev committed Aug 9, 2023
1 parent 4ac8522 commit c07cc3d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

public class MercuryCatalystBlockEntity extends BlockEntity {

public static final int CAPACITY = 10000;
public static final int CAPACITY = 50000;

public static final int PUSH_TICK_INTERVAL = 20;
public static final int PUSH_RATE_PER_TICK = 2;
Expand Down

0 comments on commit c07cc3d

Please sign in to comment.