Fix compile error
This commit is contained in:
parent
1ff8c7d398
commit
b0cb340f30
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ public class CompressionChamberMenu extends AbstractContainerMenu
|
|||
{
|
||||
if(!isCrafting())return 0;
|
||||
int progress = this.data.get(0);
|
||||
int max = CompressionChamberBlockEntity.MAXIMUM_PROCESSING_TICKS;
|
||||
int max = CompressionChamberBlockEntity.PROCESSING_TICKS;
|
||||
|
||||
int progressArrow = 39;
|
||||
|
||||
|
|
Reference in a new issue