From 451cb42da1c02cae5cd34cb79cd930f29fc78e9d Mon Sep 17 00:00:00 2001 From: Draknyte1 Date: Tue, 30 Aug 2016 00:06:26 +1000 Subject: $ Fixed Fluid pipe flowthrough amounts. $ Fixed some item tooltips. + Added another 6 types of fluid pipe. --- src/Java/miscutil/core/item/base/plates/BaseItemPlate.java | 1 - 1 file changed, 1 deletion(-) (limited to 'src/Java/miscutil/core/item/base') 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; -- cgit