Skip to content

Commit

Permalink
fix garlic diffuser boot timer starts on placing the block
Browse files Browse the repository at this point in the history
  • Loading branch information
Cheaterpaul committed Aug 26, 2023
1 parent 4b97a27 commit bcb05ae
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 GarlicDiffuserBlockEntity extends BlockEntity {
private int r = 1;
private boolean registered = false;
private int fueled = 0;
private int bootTimer;
private int bootTimer = -1;
private int maxBootTimer;
private boolean initiateBootTimer = false;

Expand Down

0 comments on commit bcb05ae

Please sign in to comment.