aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/xmod/gregtech/common/blocks
diff options
context:
space:
mode:
authorAlkalus <3060479+draknyte1@users.noreply.github.com>2018-07-18 06:42:05 +1000
committerAlkalus <3060479+draknyte1@users.noreply.github.com>2018-07-18 06:42:05 +1000
commitb44af9997bc437844a41a5736f1de85a9bd5e2ca (patch)
tree07547d3771ccaa33b3d94ddf1f65f4f487362800 /src/Java/gtPlusPlus/xmod/gregtech/common/blocks
parent243346fb454cfeb1a9313ef907243a8a39af8849 (diff)
downloadGT5-Unofficial-b44af9997bc437844a41a5736f1de85a9bd5e2ca.tar.gz
GT5-Unofficial-b44af9997bc437844a41a5736f1de85a9bd5e2ca.tar.bz2
GT5-Unofficial-b44af9997bc437844a41a5736f1de85a9bd5e2ca.zip
+ Added the Base work for a Hand pump, that removes fluids from the input tanks of GT machines.
Diffstat (limited to 'src/Java/gtPlusPlus/xmod/gregtech/common/blocks')
-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 92f65935b4..31347e0b22 100644
--- a/src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/TexturesGtTools.java
+++ b/src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/TexturesGtTools.java
@@ -13,6 +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 PUMP = new CustomIcon("iconsets/PUMP");