10 lines
201 B
Java
10 lines
201 B
Java
package WayofTime.alchemicalWizardry.common.items.potion;
|
|
|
|
|
|
public class AverageLengtheningCatalyst extends LengtheningCatalyst
|
|
{
|
|
public AverageLengtheningCatalyst()
|
|
{
|
|
super(2);
|
|
}
|
|
} |