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