package com.projectreddog.machinemod.item.components; import com.projectreddog.machinemod.item.ItemMachineMod; public class ItemLiquidTankSegment extends ItemMachineMod { public ItemLiquidTankSegment() { super(); this.setUnlocalizedName("liquidtanksegment"); this.maxStackSize = 64; } }