Fixed toggleable sigils not binding.
This commit is contained in:
parent
aee58c487c
commit
c015e3421f
4 changed files with 8 additions and 1 deletions
|
@ -15,6 +15,7 @@ public class ModPotions
|
|||
public static Potion heavyHeart;
|
||||
public static Potion whirlwind;
|
||||
public static Potion planarBinding;
|
||||
public static Potion soulSnare;
|
||||
|
||||
public static void init()
|
||||
{
|
||||
|
@ -37,6 +38,7 @@ public class ModPotions
|
|||
, false, 0, 0, 0);
|
||||
whirlwind = new PotionBloodMagic("Whirlwind", new ResourceLocation("whirlwind"), false, 0, 0, 0);
|
||||
planarBinding = new PotionBloodMagic("Planar Binding", new ResourceLocation("planarBinding"), false, 0, 0, 0);
|
||||
soulSnare = new PotionBloodMagic("Soul Snare", new ResourceLocation("soulSnare"), false, 0, 0, 0);
|
||||
// heavyHeart = new PotionBloodMagic("Heavy Heart", new
|
||||
// ResourceLocation(resourceLocation +
|
||||
// heavyHeart.getName().toLowerCase()), true, 0, 0, 0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue