Made all item fields final

This commit is contained in:
Nicholas Ignoffo 2016-09-10 17:04:24 -07:00
parent 537ccc092c
commit 24b4c4b8d1
42 changed files with 445 additions and 462 deletions

View file

@ -58,7 +58,7 @@ public class BloodMagic
@Override
public Item getTabIconItem()
{
return ModItems.bloodOrb;
return ModItems.BLOOD_ORB;
}
};
@ -67,7 +67,7 @@ public class BloodMagic
@Override
public Item getTabIconItem()
{
return ModItems.upgradeTome;
return ModItems.UPGRADE_TOME;
}
};