Sigils (257 errors)
This commit is contained in:
parent
d05d3b90df
commit
f95949a1c8
14 changed files with 150 additions and 140 deletions
|
@ -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));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue