Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@

@ParametersAreNonnullByDefault
@MethodsReturnNonnullByDefault
public class MachineControllerCover extends CoverBehavior implements IMuiCover {// IUICover {
public class MachineControllerCover extends CoverBehavior implements IMuiCover {

@SaveField
@Getter
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
import com.gregtechceu.gtceu.api.capability.recipe.EURecipeCapability;
import com.gregtechceu.gtceu.api.capability.recipe.FluidRecipeCapability;
import com.gregtechceu.gtceu.api.capability.recipe.IO;
import com.gregtechceu.gtceu.api.gui.util.TimedProgressSupplier;
import com.gregtechceu.gtceu.api.machine.MetaMachine;
import com.gregtechceu.gtceu.api.machine.TickableSubscription;
import com.gregtechceu.gtceu.api.machine.feature.multiblock.IMaintenanceMachine;
Expand Down Expand Up @@ -88,15 +87,12 @@ public class HPCAMachine extends WorkableElectricMultiblockMachine
@SaveField
private double temperature = IDLE_TEMPERATURE; // start at idle temperature

private final TimedProgressSupplier progressSupplier;

@Nullable
protected TickableSubscription tickSubs;

public HPCAMachine(BlockEntityCreationInfo info) {
super(info);
this.energyContainer = new EnergyContainerList(new ArrayList<>());
this.progressSupplier = new TimedProgressSupplier(200, 47, false);
this.hpcaHandler = new HPCAGridHandler(this);
}

Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

Loading
Loading