Reformatting with Vindex's magic
This commit is contained in:
parent
67a9d5c1e9
commit
e8d1ff4997
18 changed files with 421 additions and 414 deletions
|
@ -104,7 +104,7 @@ public class ModItems
|
|||
daggerOfSacrifice = registerItem(new ItemDaggerOfSacrifice());
|
||||
|
||||
ritualDiviner = registerItem(new ItemRitualDiviner());
|
||||
|
||||
|
||||
lavaCrystal = registerItem(new ItemLavaCrystal());
|
||||
GameRegistry.registerFuelHandler(new ItemLavaCrystal());
|
||||
|
||||
|
|
|
@ -35,7 +35,7 @@ public class ModPotions
|
|||
boost = new PotionBloodMagic("Boost", new ResourceLocation("boost")
|
||||
// new ResourceLocation(resourceLocation +
|
||||
// boost.getName().toLowerCase())
|
||||
, false, 0, 0, 0);
|
||||
, 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);
|
||||
// heavyHeart = new PotionBloodMagic("Heavy Heart", new
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue