Spells spells, did I mention spells?
This commit is contained in:
parent
0dd830480c
commit
4394ba4541
21 changed files with 296 additions and 33 deletions
|
@ -134,7 +134,7 @@ public class AlchemicalWizardryEventHooks
|
|||
EntityLivingBase entity = event.entityLiving;
|
||||
//if(!entity.isSneaking())
|
||||
{
|
||||
float percentIncrease = (i + 1) * 0.05f;
|
||||
float percentIncrease = (i + 1) * 0.1f;
|
||||
|
||||
if (event.entityLiving instanceof EntityPlayer)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue