Examples of TerraPickTippingRecipe


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
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.