Skip to content

Commit

Permalink
forgor to remove this override
Browse files Browse the repository at this point in the history
  • Loading branch information
ghzdude committed Jan 28, 2025
1 parent fcff27d commit 9ae129f
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package gregtech.api.capability.impl;

import gregtech.Bootstrap;
import gregtech.api.capability.IEnergyContainer;
import gregtech.api.metatileentity.MetaTileEntity;
import gregtech.api.metatileentity.MetaTileEntityHolder;
import gregtech.api.metatileentity.SimpleMachineMetaTileEntity;
Expand Down Expand Up @@ -163,11 +162,6 @@ protected boolean drawEnergy(long recipeEUt, boolean simulate) {
return true;
}

@Override
protected IEnergyContainer getEnergyContainer() {
return IEnergyContainer.DEFAULT;
}

@Override
public long getMaxVoltage() {
return 32;
Expand Down

0 comments on commit 9ae129f

Please sign in to comment.