use of net.silentchaos512.lib.registry.RecipeMaker in project SilentGems by SilentChaos512.
the class ModItems method initExtraRecipes.
public static void initExtraRecipes() {
RecipeMaker recipes = SilentGems.registry.recipes;
recipes.addShapeless("flint", new ItemStack(Items.FLINT), Blocks.GRAVEL, Blocks.GRAVEL);
recipes.addShapeless("guide_book", new ItemStack(guideBook), Items.BOOK, new ItemStack(gem, 1, OreDictionary.WILDCARD_VALUE));
}
Aggregations