public static final String TAG_REGEN = "Botania_regenIvy";
private static final int MANA_PER_DAMAGE = 200;
public ItemRegenIvy() {
setUnlocalizedName(LibItemNames.REGEN_IVY);
GameRegistry.addRecipe(new RegenIvyRecipe());
RecipeSorter.register("botania:regenIvy", RegenIvyRecipe.class, Category.SHAPELESS, "");
FMLCommonHandler.instance().bus().register(this);
}