diff options
author | Alkalus <3060479+draknyte1@users.noreply.github.com> | 2018-07-21 19:12:11 +1000 |
---|---|---|
committer | Alkalus <3060479+draknyte1@users.noreply.github.com> | 2018-07-21 19:12:11 +1000 |
commit | ae6844407be97824e2db9355fdcf04608592a7a9 (patch) | |
tree | 44866054203c96608cbe8fa3e3c5bd5b6a94d3b7 /src/Java/gtPlusPlus/xmod/gregtech/common/blocks | |
parent | 06f58135c44414dafdf3c677d2cd69f91b8dd7db (diff) | |
download | GT5-Unofficial-ae6844407be97824e2db9355fdcf04608592a7a9.tar.gz GT5-Unofficial-ae6844407be97824e2db9355fdcf04608592a7a9.tar.bz2 GT5-Unofficial-ae6844407be97824e2db9355fdcf04608592a7a9.zip |
+ Gave Tokens icons.
$ Fixed some invalid recipe logging for recipes that contained nulls.
$ Fixed Custom ores not having a default texture.
% Moved Pump Logging, it was moved to WARNING from INFO.
- Removed most of old Pump tool code.
Diffstat (limited to 'src/Java/gtPlusPlus/xmod/gregtech/common/blocks')
-rw-r--r-- | src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/TexturesGtTools.java | 5 |
1 files changed, 0 insertions, 5 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 31347e0b22..ca795e40d1 100644 --- a/src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/TexturesGtTools.java +++ b/src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/TexturesGtTools.java @@ -13,11 +13,6 @@ import gtPlusPlus.core.lib.CORE; public final class TexturesGtTools { public final static CustomIcon SKOOKUM_CHOOCHER = new CustomIcon("iconsets/SKOOKUMCHOOCHER"); - public final static CustomIcon PUMP = new CustomIcon("iconsets/PUMP"); - - - - |