package com.projectreddog.machinemod.item.trailer; public class ItemSemiTrailerCargo extends ItemSemiTrailer { public ItemSemiTrailerCargo() { super(); this.setUnlocalizedName("cargotrailer"); this.maxStackSize = 64; } }