diff options
author | Alkalus <draknyte1@hotmail.com> | 2017-11-12 00:28:39 +1000 |
---|---|---|
committer | Alkalus <draknyte1@hotmail.com> | 2017-11-12 00:28:39 +1000 |
commit | bfc8a3974fc3d6c147d52a91d9c21b501cdce45f (patch) | |
tree | 1eda2e43cc70bfe07b698b4f818460cd45a69eb8 /src/Java/gtPlusPlus/core/slots | |
parent | 16fb3af747e73e6f37781df893a6751973e274ab (diff) | |
download | GT5-Unofficial-bfc8a3974fc3d6c147d52a91d9c21b501cdce45f.tar.gz GT5-Unofficial-bfc8a3974fc3d6c147d52a91d9c21b501cdce45f.tar.bz2 GT5-Unofficial-bfc8a3974fc3d6c147d52a91d9c21b501cdce45f.zip |
% Allowed Modular upgrades to stack up to 64.
$ Fixed upgrade stacks being consumed in one go.
$ Fixed Icon not correctly aligning to bauble type.
+ Added a matching ring bauble texture.
Diffstat (limited to 'src/Java/gtPlusPlus/core/slots')
-rw-r--r-- | src/Java/gtPlusPlus/core/slots/SlotModularBaubleUpgrades.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Java/gtPlusPlus/core/slots/SlotModularBaubleUpgrades.java b/src/Java/gtPlusPlus/core/slots/SlotModularBaubleUpgrades.java index 042700d352..5b36bc48ff 100644 --- a/src/Java/gtPlusPlus/core/slots/SlotModularBaubleUpgrades.java +++ b/src/Java/gtPlusPlus/core/slots/SlotModularBaubleUpgrades.java @@ -51,6 +51,6 @@ public class SlotModularBaubleUpgrades extends Slot{ @Override public int getSlotStackLimit() { - return 1; + return 64; } } |