diff options
author | Alkalus <3060479+draknyte1@users.noreply.github.com> | 2019-04-17 23:55:34 +1000 |
---|---|---|
committer | Alkalus <3060479+draknyte1@users.noreply.github.com> | 2019-04-17 23:55:34 +1000 |
commit | c6a5a5fae97f64392806d7830794f792c3d214fd (patch) | |
tree | 48d651e5a954b2fcc1d174c900191fadafd73d77 /src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures | |
parent | 5e528d66fbe29f499dae32bec895b1304c1b5513 (diff) | |
download | GT5-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.java | 1 |
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"); |