diff options
author | Alkalus <3060479+draknyte1@users.noreply.github.com> | 2019-04-18 05:21:38 +1000 |
---|---|---|
committer | Alkalus <3060479+draknyte1@users.noreply.github.com> | 2019-04-18 05:21:38 +1000 |
commit | 7f7eecf6a84264ca229f6b8d6759004a9a21ae5d (patch) | |
tree | 231c3a93b1cdb6a112cffe89f36d44fa8a2d8bfb /src/Java/gtPlusPlus/xmod/gregtech/common/blocks | |
parent | 6df0b902465ba9f698871e6a66c1fc25743938c5 (diff) | |
download | GT5-Unofficial-7f7eecf6a84264ca229f6b8d6759004a9a21ae5d.tar.gz GT5-Unofficial-7f7eecf6a84264ca229f6b8d6759004a9a21ae5d.tar.bz2 GT5-Unofficial-7f7eecf6a84264ca229f6b8d6759004a9a21ae5d.zip |
+ Added more tools.
Diffstat (limited to 'src/Java/gtPlusPlus/xmod/gregtech/common/blocks')
-rw-r--r-- | src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/TexturesGtTools.java | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/TexturesGtTools.java b/src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/TexturesGtTools.java index 944a345b7e..ee104eaca3 100644 --- a/src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/TexturesGtTools.java +++ b/src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/TexturesGtTools.java @@ -13,8 +13,10 @@ import gtPlusPlus.core.lib.CORE; public final class TexturesGtTools { public final static CustomIcon SKOOKUM_CHOOCHER = new CustomIcon("iconsets/SKOOKUMCHOOCHER"); - public final static CustomIcon ANGEL_GRINDER = new CustomIcon("iconsets/ANGEL_GRINDER"); + public final static CustomIcon ANGLE_GRINDER = new CustomIcon("iconsets/ANGLE_GRINDER"); public final static CustomIcon ELECTRIC_SNIPS = new CustomIcon("iconsets/ELECTRIC_SNIPS"); + public final static CustomIcon ELECTRIC_LIGHTER = new CustomIcon("iconsets/ELECTRIC_LIGHTER"); + public final static CustomIcon ELECTRIC_BUTCHER_KNIFE = new CustomIcon("iconsets/ELECTRIC_BUTCHER_KNIFE"); |