diff options
author | Alkalus <3060479+draknyte1@users.noreply.github.com> | 2018-07-18 21:29:21 +1000 |
---|---|---|
committer | Alkalus <3060479+draknyte1@users.noreply.github.com> | 2018-07-18 21:29:21 +1000 |
commit | 73a38f224a7fdf1a2c5a8918204499d09bc2ccb9 (patch) | |
tree | 578ac66716238f75cb1c354087f990e3d3b7f1c5 /src/Java/gtPlusPlus/core/item/ModItems.java | |
parent | 06ebc46c72ad8a2445e78899a9e0cdbf2875a867 (diff) | |
download | GT5-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.java | 8 |
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(); |