Fix compile error

This commit is contained in:
zontreck 2024-01-11 02:03:30 -07:00
parent 1ff8c7d398
commit b0cb340f30

View file

@ -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;