Skip to content

Commit

Permalink
removing lines, as requested by bru
Browse files Browse the repository at this point in the history
  • Loading branch information
trainvoi committed Jan 7, 2025
1 parent 3cb9d83 commit 3896d10
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
import net.minecraft.block.state.IBlockState;
import net.minecraft.util.ResourceLocation;
import org.jetbrains.annotations.NotNull;
import supersymmetry.api.capability.impl.ExtendedDTLogicHandler;
import supersymmetry.api.metatileentity.multiblock.ICryogenicProvider;
import supersymmetry.api.metatileentity.multiblock.ICryogenicReceiver;
import supersymmetry.api.metatileentity.multiblock.MetaTileEntityOrderedDT;
Expand Down Expand Up @@ -74,12 +73,6 @@ protected BlockPattern createStructurePattern() {
.build();
}

@Override
@NotNull
public DistillationTowerLogicHandler createHandler() {
return new ExtendedDTLogicHandler(this, 1, i -> -i);
}

@Override
public void invalidateStructure() {
super.invalidateStructure();
Expand Down

0 comments on commit 3896d10

Please sign in to comment.