aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures
diff options
context:
space:
mode:
authorAlkalus <3060479+draknyte1@users.noreply.github.com>2019-04-17 23:55:34 +1000
committerAlkalus <3060479+draknyte1@users.noreply.github.com>2019-04-17 23:55:34 +1000
commitc6a5a5fae97f64392806d7830794f792c3d214fd (patch)
tree48d651e5a954b2fcc1d174c900191fadafd73d77 /src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures
parent5e528d66fbe29f499dae32bec895b1304c1b5513 (diff)
downloadGT5-Unofficial-c6a5a5fae97f64392806d7830794f792c3d214fd.tar.gz
GT5-Unofficial-c6a5a5fae97f64392806d7830794f792c3d214fd.tar.bz2
GT5-Unofficial-c6a5a5fae97f64392806d7830794f792c3d214fd.zip
+ Added Electric Wire Cutters.
% Adjusted Angle Grinder Recipes.
Diffstat (limited to 'src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures')
-rw-r--r--src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/TexturesGtTools.java1
1 files changed, 1 insertions, 0 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 12662af01e..944a345b7e 100644
--- a/src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/TexturesGtTools.java
+++ b/src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/TexturesGtTools.java
@@ -14,6 +14,7 @@ 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 ELECTRIC_SNIPS = new CustomIcon("iconsets/ELECTRIC_SNIPS");