aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/com/detrav/enums/Textures01.java
diff options
context:
space:
mode:
authorEthryan <dborrfors@gmail.com>2017-07-23 14:13:19 +0200
committerEthryan <dborrfors@gmail.com>2017-07-23 14:13:19 +0200
commit9698f77fd04e8ad04c462fe6e6f76a7ebd25e0fa (patch)
treef3f718112f5049e137f505598ec6b81dea8675e9 /src/main/java/com/detrav/enums/Textures01.java
parent6b5540c9a943eab1803857c3c83912cebac5fa37 (diff)
downloadGT5-Unofficial-9698f77fd04e8ad04c462fe6e6f76a7ebd25e0fa.tar.gz
GT5-Unofficial-9698f77fd04e8ad04c462fe6e6f76a7ebd25e0fa.tar.bz2
GT5-Unofficial-9698f77fd04e8ad04c462fe6e6f76a7ebd25e0fa.zip
Only keep the Scanners
Diffstat (limited to 'src/main/java/com/detrav/enums/Textures01.java')
-rw-r--r--src/main/java/com/detrav/enums/Textures01.java6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/main/java/com/detrav/enums/Textures01.java b/src/main/java/com/detrav/enums/Textures01.java
index a65f181456..742a7f9756 100644
--- a/src/main/java/com/detrav/enums/Textures01.java
+++ b/src/main/java/com/detrav/enums/Textures01.java
@@ -13,14 +13,8 @@ import net.minecraft.util.ResourceLocation;
public class Textures01 {
public static final IIconContainer[] mTextures = new IIconContainer[]
{
- new Textures.ItemIcons.CustomIcon("gt.detrav.metaitem.01/PRO_PICK_HEAD"),
new Textures.ItemIcons.CustomIcon("gt.detrav.metatool.01/ELECTRIC_LV_PRO_PICK_HEAD"),
new Textures.ItemIcons.CustomIcon("gt.detrav.metatool.01/ELECTRIC_MV_PRO_PICK_HEAD"),
new Textures.ItemIcons.CustomIcon("gt.detrav.metatool.01/ELECTRIC_HV_PRO_PICK_HEAD"),
- new Textures.ItemIcons.CustomIcon("gt.detrav.metatool.01/PORTABE_CHARGER"),
- new Textures.ItemIcons.CustomIcon("gt.detrav.metatool.01/PORTABE_CHARGER_BORDER"),
- new Textures.ItemIcons.CustomIcon("gt.detrav.metatool.01/ANVIL_TOOL"),
- new Textures.ItemIcons.CustomIcon("gt.detrav.metatool.01/TOOL_TREE_TAP"),
- new Textures.ItemIcons.CustomIcon("gt.detrav.metatool.01/CONFIGURATOR")
};
} \ No newline at end of file