Examples of InfusionEnchantmentRecipe


Examples of thaumcraft.api.crafting.InfusionEnchantmentRecipe

   *         Infusion crafting components are automatically "fuzzy" and the oredict will be checked for possible matches.
   *
   */
  public static InfusionEnchantmentRecipe addInfusionEnchantmentRecipe(String research, Enchantment enchantment, int instability, AspectList aspects, ItemStack[] recipe)
    {
    InfusionEnchantmentRecipe r= new InfusionEnchantmentRecipe(research, enchantment, instability, aspects, recipe);
        craftingRecipes.add(r);
    return r;
    }
View Full Code Here

Examples of thaumcraft.api.crafting.InfusionEnchantmentRecipe

   *         Infusion crafting components are automatically "fuzzy" and the oredict will be checked for possible matches.
   *
   */
  public static InfusionEnchantmentRecipe addInfusionEnchantmentRecipe(String research, Enchantment enchantment, int instability, AspectList aspects, ItemStack[] recipe)
    {
    InfusionEnchantmentRecipe r= new InfusionEnchantmentRecipe(research, enchantment, instability, aspects, recipe);
        craftingRecipes.add(r);
    return r;
    }
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.