package WayofTime.alchemicalWizardry.common.items.potion; public class AverageLengtheningCatalyst extends LengtheningCatalyst { public AverageLengtheningCatalyst() { super(2); } }