aboutsummaryrefslogtreecommitdiff
path: root/src/main
diff options
context:
space:
mode:
Diffstat (limited to 'src/main')
-rw-r--r--src/main/java/gregtech/common/items/GT_VolumetricFlask.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/gregtech/common/items/GT_VolumetricFlask.java b/src/main/java/gregtech/common/items/GT_VolumetricFlask.java
index 055b0bf036..8578f4812c 100644
--- a/src/main/java/gregtech/common/items/GT_VolumetricFlask.java
+++ b/src/main/java/gregtech/common/items/GT_VolumetricFlask.java
@@ -48,7 +48,7 @@ public class GT_VolumetricFlask extends GT_Generic_Item implements IFluidContain
super(unlocalized, english, null);
this.maxCapacity = maxCapacity;
unlocalFlaskName = unlocalized;
- setMaxStackSize(16);
+ setMaxStackSize(64);
setNoRepair();
}