diff options
author | Ethryan <dborrfors@gmail.com> | 2017-07-23 14:13:19 +0200 |
---|---|---|
committer | Ethryan <dborrfors@gmail.com> | 2017-07-23 14:13:19 +0200 |
commit | 9698f77fd04e8ad04c462fe6e6f76a7ebd25e0fa (patch) | |
tree | f3f718112f5049e137f505598ec6b81dea8675e9 /src/main/java/com/detrav/enums/Textures01.java | |
parent | 6b5540c9a943eab1803857c3c83912cebac5fa37 (diff) | |
download | GT5-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.java | 6 |
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 |