aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/xmod/gregtech/common/blocks
diff options
context:
space:
mode:
authorMartin Robertz <dream-master@gmx.net>2021-08-05 19:32:49 +0200
committerGitHub <noreply@github.com>2021-08-05 19:32:49 +0200
commit16754e3b4478eff74611579403a56993126e870f (patch)
treec659096052c46f6fba76bc37fc4f20d7729c45ed /src/Java/gtPlusPlus/xmod/gregtech/common/blocks
parent2008cb4b492c3f7304a86cda360677b0722813d6 (diff)
parentc1e044d6fbe73b54a9d1a0055ebb2d276519ff43 (diff)
downloadGT5-Unofficial-16754e3b4478eff74611579403a56993126e870f.tar.gz
GT5-Unofficial-16754e3b4478eff74611579403a56993126e870f.tar.bz2
GT5-Unofficial-16754e3b4478eff74611579403a56993126e870f.zip
Merge pull request #18 from D-Cysteine/delete-super-buffer
Delete ThreadedSuperBuffer
Diffstat (limited to 'src/Java/gtPlusPlus/xmod/gregtech/common/blocks')
-rw-r--r--src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/TexturesGtBlock.java6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/TexturesGtBlock.java b/src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/TexturesGtBlock.java
index 8b181a05f4..d4221f064a 100644
--- a/src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/TexturesGtBlock.java
+++ b/src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/TexturesGtBlock.java
@@ -427,11 +427,7 @@ public class TexturesGtBlock {
public static final CustomIcon Overlay_Oil = Internal_Overlay_Oil;
private static final CustomIcon Internal_Overlay_UU_Matter = new CustomIcon("TileEntities/adv_machine_uum");
public static final CustomIcon Overlay_UU_Matter = Internal_Overlay_UU_Matter;
-
- //Buffer Overlays
- private static final CustomIcon Internal_OVERLAY_AUTOMATION_SUPERBUFFER = new CustomIcon("iconsets/AUTOMATION_SUPERBUFFER");
- public static final CustomIcon OVERLAY_AUTOMATION_SUPERBUFFER = Internal_OVERLAY_AUTOMATION_SUPERBUFFER;
-
+
// GT++ Tiered Hulls
public static final CustomIcon TEXTURE_CASING_TIERED_ULV = new CustomIcon("iconsets/TieredHulls/CASING_ULV");
public static final CustomIcon TEXTURE_CASING_TIERED_LV = new CustomIcon("iconsets/TieredHulls/CASING_LV");