package com.projectreddog.machinemod.item; public class ItemTrackSegment extends ItemMachineMod { public ItemTrackSegment() { super(); this.setUnlocalizedName("tracksegment"); this.maxStackSize = 64; } }