Package vazkii.botania.common.crafting.recipe

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


  IIcon iconTool, iconOverlay, iconTipped;

  public ItemTerraPick() {
    super(BotaniaAPI.terrasteelToolMaterial, LibItemNames.TERRA_PICK);
    GameRegistry.addRecipe(new TerraPickTippingRecipe());
    RecipeSorter.register("botania:terraPickTipping", TerraPickTippingRecipe.class, Category.SHAPELESS, "");
  }
View Full Code Here

TOP

Related Classes of vazkii.botania.common.crafting.recipe.TerraPickTippingRecipe

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.