diff options
author | Alkalus <3060479+draknyte1@users.noreply.github.com> | 2018-07-18 06:42:05 +1000 |
---|---|---|
committer | Alkalus <3060479+draknyte1@users.noreply.github.com> | 2018-07-18 06:42:05 +1000 |
commit | b44af9997bc437844a41a5736f1de85a9bd5e2ca (patch) | |
tree | 07547d3771ccaa33b3d94ddf1f65f4f487362800 /src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechTextures.java | |
parent | 243346fb454cfeb1a9313ef907243a8a39af8849 (diff) | |
download | GT5-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/api/enums/GregtechTextures.java')
-rw-r--r-- | src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechTextures.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechTextures.java b/src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechTextures.java index d2554de225..5b1a34590f 100644 --- a/src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechTextures.java +++ b/src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechTextures.java @@ -111,6 +111,7 @@ public class GregtechTextures { VOID, // The Empty Texture RENDERING_ERROR, //The Purple/Black Texture SKOOKUMCHOOCHER, //The Skookum Tool Texture + PUMP, // The Hand Pump Texture TURBINE_SMALL, TURBINE_LARGE, TURBINE_HUGE; /* public static final Interface_IconContainer[] |