Added recipe for the Mimic block and updated the changelog for release. Also minor update to the particles that spawn from the specter when it heals.

This commit is contained in:
WayofTime 2016-08-19 20:45:50 -04:00
parent 0fe442d804
commit 51275f99b3
3 changed files with 14 additions and 4 deletions

View file

@ -158,6 +158,8 @@ public class ModRecipes
GameRegistry.addShapelessRecipe(newGemStack, baseGemStack, crystalStack);
}
}
GameRegistry.addRecipe(new ShapedBloodOrbRecipe(new ItemStack(ModBlocks.mimic, 4, 0), "b b", " r ", "bob", 'b', new ItemStack(ModBlocks.bloodStoneBrick), 'r', new ItemStack(ModBlocks.bloodRune), 'o', OrbRegistry.getOrbStack(ModItems.orbMagician)));
}
public static void addAltarRecipes()