package com.projectreddog.machinemod.item.attachments; public class ItemTractorAttachmentPlow extends ItemTractorAttachment { public ItemTractorAttachmentPlow() { super(); this.setUnlocalizedName("plow"); this.maxStackSize = 1; } }