Package vazkii.botania.common.crafting.recipe

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


    super();
    setUnlocalizedName(LibItemNames.LENS);
    setMaxStackSize(1);
    setHasSubtypes(true);

    GameRegistry.addRecipe(new CompositeLensRecipe());
    RecipeSorter.register("botania:compositeLens", CompositeLensRecipe.class, Category.SHAPELESS, "");
  }
View Full Code Here

TOP

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

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.