132133134135136137138139
super(); setUnlocalizedName(LibItemNames.LENS); setMaxStackSize(1); setHasSubtypes(true); GameRegistry.addRecipe(new CompositeLensRecipe()); RecipeSorter.register("botania:compositeLens", CompositeLensRecipe.class, Category.SHAPELESS, ""); }