OSDN Git Service

修正・変更
[chemicraft/chemicraft.git] / common / pcc / chemicraft / core / item / ItemGasCollectingBottle.java
index eb0095e..b1b10cf 100644 (file)
@@ -21,7 +21,7 @@ public class ItemGasCollectingBottle extends ItemAtomInfoContainer
        {
                super(id);
                this.setMaxStackSize(1);
-               this.setMaxDamage(2);
+               this.setMaxDamage(4);
                this.setCreativeTab(ChemiCraftCore.instance.creativeTabChemiCraft);
        }