Skip to content

Commit

Permalink
delete terminal (#2634)
Browse files Browse the repository at this point in the history
  • Loading branch information
kumquat-ir authored Oct 5, 2024
1 parent fefa378 commit 586828f
Show file tree
Hide file tree
Showing 235 changed files with 41 additions and 21,178 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import gregtech.api.GTValues;
import gregtech.api.capability.impl.EUToFEProvider;
import gregtech.api.terminal.hardware.HardwareProvider;
import gregtech.api.util.GTUtility;
import gregtech.common.metatileentities.converter.ConverterTrait;

Expand All @@ -26,9 +25,6 @@ public class GregtechCapabilities {
@CapabilityInject(IMultiblockController.class)
public static Capability<IMultiblockController> CAPABILITY_MULTIBLOCK_CONTROLLER = null;

@CapabilityInject(HardwareProvider.class)
public static Capability<HardwareProvider> CAPABILITY_HARDWARE_PROVIDER = null;

@CapabilityInject(ConverterTrait.class)
public static Capability<ConverterTrait> CAPABILITY_CONVERTER = null;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import gregtech.api.capability.impl.AbstractRecipeLogic;
import gregtech.api.cover.CoverHolder;
import gregtech.api.metatileentity.multiblock.IMaintenance;
import gregtech.api.terminal.hardware.HardwareProvider;
import gregtech.api.worldgen.generator.GTWorldGenCapability;
import gregtech.common.metatileentities.converter.ConverterTrait;

Expand Down Expand Up @@ -48,7 +47,6 @@ public static void init() {
registerCapabilityWithNoDefault(AbstractRecipeLogic.class);
registerCapabilityWithNoDefault(IDataAccessHatch.class);
registerCapabilityWithNoDefault(IOpticalComputationProvider.class);
registerCapabilityWithNoDefault(HardwareProvider.class);
registerCapabilityWithNoDefault(ConverterTrait.class);
registerCapabilityWithNoDefault(ILaserContainer.class);

Expand Down
3 changes: 0 additions & 3 deletions src/main/java/gregtech/api/gui/GuiTextures.java
Original file line number Diff line number Diff line change
Expand Up @@ -474,9 +474,6 @@ public class GuiTextures {
.fullImage("textures/gui/terminal/icon/appearance_hover.png");
public final static TextureArea ICON_CALCULATOR = TextureArea
.fullImage("textures/gui/terminal/icon/calculator_hover.png");
public final static TextureArea UI_FRAME_SIDE_UP = TextureArea.fullImage("textures/gui/terminal/frame_side_up.png");
public final static TextureArea UI_FRAME_SIDE_DOWN = TextureArea
.fullImage("textures/gui/terminal/frame_side_down.png");

// Texture Areas
public static final TextureArea BUTTON_FLUID = TextureArea
Expand Down
347 changes: 0 additions & 347 deletions src/main/java/gregtech/api/terminal/TerminalRegistry.java

This file was deleted.

Loading

0 comments on commit 586828f

Please sign in to comment.