Search in sources :

Example 11 with RecipeMaker

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));
}
Also used : ItemStack(net.minecraft.item.ItemStack) RecipeMaker(net.silentchaos512.lib.registry.RecipeMaker)

Aggregations

ItemStack (net.minecraft.item.ItemStack)11 EnumGem (net.silentchaos512.gems.lib.EnumGem)10 RecipeMaker (net.silentchaos512.lib.registry.RecipeMaker)3 IRecipe (net.minecraft.item.crafting.IRecipe)1 NBTTagCompound (net.minecraft.nbt.NBTTagCompound)1 ResourceLocation (net.minecraft.util.ResourceLocation)1 PageDebugTool (net.silentchaos512.gems.guide.page.PageDebugTool)1 PageOreSpawn (net.silentchaos512.gems.guide.page.PageOreSpawn)1 PageSoulSkill (net.silentchaos512.gems.guide.page.PageSoulSkill)1 SoulSkill (net.silentchaos512.gems.lib.soul.SoulSkill)1 RecipeApplyEnchantmentToken (net.silentchaos512.gems.recipe.RecipeApplyEnchantmentToken)1 RecipeApplyToolSoul (net.silentchaos512.gems.recipe.RecipeApplyToolSoul)1 RecipeChaosGemUpgrade (net.silentchaos512.gems.recipe.RecipeChaosGemUpgrade)1 RecipeDecorateArmor (net.silentchaos512.gems.recipe.RecipeDecorateArmor)1 RecipeDecorateTool (net.silentchaos512.gems.recipe.RecipeDecorateTool)1 RecipeHoldingGemSetBlock (net.silentchaos512.gems.recipe.RecipeHoldingGemSetBlock)1 RecipeMixedMaterialItem (net.silentchaos512.gems.recipe.RecipeMixedMaterialItem)1 RecipeNamePlate (net.silentchaos512.gems.recipe.RecipeNamePlate)1 RecipeToolSoul (net.silentchaos512.gems.recipe.RecipeToolSoul)1 IGuidePage (net.silentchaos512.lib.guidebook.IGuidePage)1