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