equivalent-exchange-3/src/main/java/com/pahimar/ee3/item/ItemPotionLethe.java

13 lines
237 B
Java

package com.pahimar.ee3.item;
import com.pahimar.ee3.reference.Names;
public class ItemPotionLethe extends ItemEE
{
public ItemPotionLethe()
{
super();
this.setUnlocalizedName(Names.Items.POTION_LETHE);
}
}