Finished most of the Augments for the Ritual of the Shepherd.

This commit is contained in:
WayofTime 2016-11-06 17:03:10 -05:00
parent d1e6076cca
commit 0419800a86
7 changed files with 245 additions and 21 deletions

View file

@ -23,6 +23,7 @@ public class ModPotions
public static Potion bounce;
public static Potion cling;
public static Potion sacrificialLamb;
public static void init()
{
@ -52,6 +53,7 @@ public class ModPotions
deafness = registerPotion("Deaf", new ResourceLocation("deafness"), true, 0x000000, 0, 1);
bounce = registerPotion("Bounce", new ResourceLocation("bounce"), false, 0x000000, 1, 1);
cling = registerPotion("Cling", new ResourceLocation("cling"), false, 0x000000, 2, 1);
sacrificialLamb = registerPotion("S. Lamb", new ResourceLocation("lamb"), false, 0x000000, 3, 1);
// heavyHeart = new PotionBloodMagic("Heavy Heart", new
// ResourceLocation(resourceLocation +
// heavyHeart.getName().toLowerCase()), true, 0, 0, 0);