aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/com/detrav/enums/Textures01.java
blob: 714883934c94d163e2fc594f408198f75e546540 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
package com.detrav.enums;

import gregtech.api.enums.Textures;
import gregtech.api.interfaces.IIconContainer;

/**
 * Created by wital_000 on 19.03.2016.
 */
public class Textures01 {
    public static final IIconContainer[] mTextures = new IIconContainer[]
            {
            		new Textures.ItemIcons.CustomIcon("gt.detrav.metatool.01/PRO_PICK_HEAD"),
                    new Textures.ItemIcons.CustomIcon("gt.detrav.metatool.01/ELECTRIC_LuV_PRO_PICK_HEAD"),
                    new Textures.ItemIcons.CustomIcon("gt.detrav.metatool.01/ELECTRIC_ZPM_PRO_PICK_HEAD"),
                    new Textures.ItemIcons.CustomIcon("gt.detrav.metatool.01/ELECTRIC_UV_PRO_PICK_HEAD"),
                    new Textures.ItemIcons.CustomIcon("gt.detrav.metatool.01/ELECTRIC_UHV_PRO_PICK_HEAD"),
            };
}