aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/core/item/ModItems.java
diff options
context:
space:
mode:
authorAlkalus <3060479+draknyte1@users.noreply.github.com>2018-07-18 21:29:21 +1000
committerAlkalus <3060479+draknyte1@users.noreply.github.com>2018-07-18 21:29:21 +1000
commit73a38f224a7fdf1a2c5a8918204499d09bc2ccb9 (patch)
tree578ac66716238f75cb1c354087f990e3d3b7f1c5 /src/Java/gtPlusPlus/core/item/ModItems.java
parent06ebc46c72ad8a2445e78899a9e0cdbf2875a867 (diff)
downloadGT5-Unofficial-73a38f224a7fdf1a2c5a8918204499d09bc2ccb9.tar.gz
GT5-Unofficial-73a38f224a7fdf1a2c5a8918204499d09bc2ccb9.tar.bz2
GT5-Unofficial-73a38f224a7fdf1a2c5a8918204499d09bc2ccb9.zip
% Finished GT tank handling for Hand Pumps.
Diffstat (limited to 'src/Java/gtPlusPlus/core/item/ModItems.java')
-rw-r--r--src/Java/gtPlusPlus/core/item/ModItems.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Java/gtPlusPlus/core/item/ModItems.java b/src/Java/gtPlusPlus/core/item/ModItems.java
index 9552a991cf..f486ec3a5a 100644
--- a/src/Java/gtPlusPlus/core/item/ModItems.java
+++ b/src/Java/gtPlusPlus/core/item/ModItems.java
@@ -655,10 +655,10 @@ public final class ModItems {
metaItem2.registerItem(5, "Whirlygig 2", 2124867000, (short) 7, "Spin me right round.", EnumRarity.uncommon, EnumChatFormatting.RED, true);
toolGregtechPump = new GregtechPump();
- toolGregtechPump.registerPumpType(0, "Simple Hand Pump", 32000, 0);
- toolGregtechPump.registerPumpType(1, "Advanced Hand Pump", 128000, 1);
- toolGregtechPump.registerPumpType(2, "Super Hand Pump", 512000, 2);
- toolGregtechPump.registerPumpType(3, "Ultimate Hand Pump", 1024000, 3);
+ toolGregtechPump.registerPumpType(0, "Simple Hand Pump", 0, 0);
+ toolGregtechPump.registerPumpType(1, "Advanced Hand Pump", 32000, 1);
+ toolGregtechPump.registerPumpType(2, "Super Hand Pump", 128000, 2);
+ toolGregtechPump.registerPumpType(3, "Ultimate Hand Pump", 512000, 3);
//Create Multi-tools
ItemsMultiTools.load();