Added recipe for the Tome of Peritia
This commit is contained in:
parent
c3922fad63
commit
832371271a
|
@ -9,6 +9,7 @@ Version 2.0.0-31
|
|||
- Added increase in speed for Routing nodes inside of a chunk with Demon Aura
|
||||
- Fixed OutOfBoundsException in the Sentient Sword when you didn't have enough Will.
|
||||
- Fixed custom potion effects so they could be applied server-sided
|
||||
- Added recipe for the Tome of Peritia
|
||||
|
||||
------------------------------------------------------
|
||||
Version 2.0.0-30
|
||||
|
|
|
@ -91,6 +91,8 @@ public class ModRecipes
|
|||
GameRegistry.addRecipe(new ShapelessBloodOrbRecipe(new ItemStack(ModBlocks.pathBlock, 4, 6), Blocks.obsidian, Blocks.obsidian, Blocks.obsidian, Blocks.obsidian, OrbRegistry.getOrbStack(ModItems.orbArchmage)));
|
||||
GameRegistry.addRecipe(new ShapelessOreRecipe(new ItemStack(ModBlocks.pathBlock, 4, 7), new ItemStack(ModBlocks.pathBlock, 1, 6), new ItemStack(ModBlocks.pathBlock, 1, 6), new ItemStack(ModBlocks.pathBlock, 1, 6), new ItemStack(ModBlocks.pathBlock, 1, 6)));
|
||||
|
||||
GameRegistry.addRecipe(new ShapedBloodOrbRecipe(new ItemStack(ModItems.experienceTome), "ses", "lbl", "sos", 'o', OrbRegistry.getOrbStack(ModItems.orbMagician), 'e', Blocks.lapis_block, 'l', new ItemStack(ModItems.slate, 1, 2), 'b', Items.enchanted_book, 's', "stone"));
|
||||
|
||||
for (int i = 1; i < BlockBloodRune.names.length; i++)
|
||||
GameRegistry.addRecipe(new ShapelessOreRecipe(new ItemStack(ModBlocks.bloodRune), new ItemStack(ModBlocks.bloodRune, 1, i)));
|
||||
|
||||
|
|
Loading…
Reference in a new issue