Package ic2.api.reactor

Examples of ic2.api.reactor.IReactor


 
  @Method(modid = "IC2")
  public static void addIC2BronzeRecipe()
  {
    try {
      Recipes.macerator.addRecipe(new RecipeInputOreDict("ingotBronze"), null, MekanismUtils.size(OreDictionary.getOres("dustBronze").get(0), 1));
    } catch(Exception e) {}
  }
View Full Code Here

TOP

Related Classes of ic2.api.reactor.IReactor

Copyright © 2018 www.massapicom. 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.