Examples of RegenIvyRecipe


Examples of vazkii.botania.common.crafting.recipe.RegenIvyRecipe

  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);
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.