Package vazkii.botania.common.crafting.recipe

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


    setMaxStackSize(1);
    setNoRepair();
    setUnlocalizedName(LibItemNames.MANA_GUN);

    GameRegistry.addRecipe(new ManaGunLensRecipe());
    GameRegistry.addRecipe(new ManaGunRemoveLensRecipe());
    RecipeSorter.register("botania:manaGunLens", ManaGunLensRecipe.class, Category.SHAPELESS, "");
    RecipeSorter.register("botania:manaGunRemoveLens", ManaGunRemoveLensRecipe.class, Category.SHAPELESS, "");
  }
View Full Code Here

TOP

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

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.