diff options
author | Alkalus <draknyte1@hotmail.com> | 2017-09-14 17:32:18 +1000 |
---|---|---|
committer | Alkalus <draknyte1@hotmail.com> | 2017-09-14 17:32:18 +1000 |
commit | b99d0579ec290bee71618f5c3b125294d152bfea (patch) | |
tree | 41b7d2a53f2026cfae4ba40cddcd780072e31b41 /src/Java/gtPlusPlus/core/item/general | |
parent | d6c0145ccc1b49bb0769b346e6b0e390aa910c44 (diff) | |
download | GT5-Unofficial-b99d0579ec290bee71618f5c3b125294d152bfea.tar.gz GT5-Unofficial-b99d0579ec290bee71618f5c3b125294d152bfea.tar.bz2 GT5-Unofficial-b99d0579ec290bee71618f5c3b125294d152bfea.zip |
+ Added more Sub-Station casing recipes.
Diffstat (limited to 'src/Java/gtPlusPlus/core/item/general')
-rw-r--r-- | src/Java/gtPlusPlus/core/item/general/ItemHalfCompleteCasings.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Java/gtPlusPlus/core/item/general/ItemHalfCompleteCasings.java b/src/Java/gtPlusPlus/core/item/general/ItemHalfCompleteCasings.java index 7d4471d0c5..1ee3febed8 100644 --- a/src/Java/gtPlusPlus/core/item/general/ItemHalfCompleteCasings.java +++ b/src/Java/gtPlusPlus/core/item/general/ItemHalfCompleteCasings.java @@ -55,10 +55,10 @@ public class ItemHalfCompleteCasings extends BaseItemColourable{ @Override public int getColorFromItemStack(ItemStack stack, int HEX_OxFFFFFF) { if (this.getDamage(stack)==0){ - return Utils.rgbtoHexValue(150, 150, 220); + return Utils.rgbtoHexValue(52, 52, 52); } else if (this.getDamage(stack)==1){ - return Utils.rgbtoHexValue(175, 182, 75); + return Utils.rgbtoHexValue(80, 90, 222); } else if (this.getDamage(stack)==2){ return Utils.rgbtoHexValue(182, 77, 177); |