diff options
author | Alkalus <3060479+draknyte1@users.noreply.github.com> | 2019-04-17 16:59:04 +1000 |
---|---|---|
committer | Alkalus <3060479+draknyte1@users.noreply.github.com> | 2019-04-17 16:59:04 +1000 |
commit | 5e528d66fbe29f499dae32bec895b1304c1b5513 (patch) | |
tree | f3c013884e558ddc608d37c71c0dca383089b6db /src/Java/gtPlusPlus/xmod/gregtech/common/blocks | |
parent | 9077a3a1c90e55d592fde6cb6514462e26f26f93 (diff) | |
download | GT5-Unofficial-5e528d66fbe29f499dae32bec895b1304c1b5513.tar.gz GT5-Unofficial-5e528d66fbe29f499dae32bec895b1304c1b5513.tar.bz2 GT5-Unofficial-5e528d66fbe29f499dae32bec895b1304c1b5513.zip |
+ Added textures for the Angle Grinders.
% Adjusted Tooltips on Angle Grinders.
Diffstat (limited to 'src/Java/gtPlusPlus/xmod/gregtech/common/blocks')
-rw-r--r-- | src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/TexturesGtTools.java | 2 |
1 files changed, 1 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 d9917dea44..12662af01e 100644 --- a/src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/TexturesGtTools.java +++ b/src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/TexturesGtTools.java @@ -13,7 +13,7 @@ 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/SKOOKUMCHOOCHER"); + public final static CustomIcon ANGEL_GRINDER = new CustomIcon("iconsets/ANGEL_GRINDER"); |