diff options
Diffstat (limited to 'src/Java/miscutil/core/item/base')
-rw-r--r-- | src/Java/miscutil/core/item/base/plates/BaseItemPlate.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Java/miscutil/core/item/base/plates/BaseItemPlate.java b/src/Java/miscutil/core/item/base/plates/BaseItemPlate.java index 93dbf432e0..ff211077b6 100644 --- a/src/Java/miscutil/core/item/base/plates/BaseItemPlate.java +++ b/src/Java/miscutil/core/item/base/plates/BaseItemPlate.java @@ -30,7 +30,6 @@ public class BaseItemPlate extends Item{ this.unlocalName = unlocalizedName; this.setMaxStackSize(64); this.setTextureName(CORE.MODID + ":" + "itemPlate"); - this.setMaxStackSize(64); this.colour = colour; this.mTier = tier; this.materialName = materialName; |