Sigils (257 errors)

This commit is contained in:
WayofTime 2016-03-18 15:38:26 -04:00
parent d05d3b90df
commit f95949a1c8
14 changed files with 150 additions and 140 deletions

View file

@ -18,6 +18,6 @@ public class ItemSigilHaste extends ItemSigilToggleable
@Override
public void onSigilUpdate(ItemStack stack, World world, EntityPlayer player, int itemSlot, boolean isSelected)
{
player.addPotionEffect(new PotionEffect(ModPotions.boost.id, 2, 0, true, false));
player.addPotionEffect(new PotionEffect(ModPotions.boost, 2, 0, true, false));
}
}