Updated changelog, changed Sacrificial Dagger's call to protected

This commit is contained in:
WayofTime 2016-04-09 17:59:25 -04:00
parent 8b4a7d4999
commit b259afc7df
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ Version 2.0.0-32
- Added Charging Strike, which increases knockback and damage for attacks while sprinting
- Added True Strike, increasing the damage of critical hits
- Updated for Forge 12.16.0.1859
- Did some work on the Sentient Bow to start adding abilities to it
------------------------------------------------------
Version 2.0.0-31
------------------------------------------------------

View file

@ -169,7 +169,7 @@ public class ItemSacrificialDagger extends Item implements IVariantProvider
return ret;
}
private void findAndFillAltar(World world, EntityPlayer player, int amount)
protected void findAndFillAltar(World world, EntityPlayer player, int amount)
{
BlockPos pos = player.getPosition();
IBloodAltar altarEntity = getAltar(world, pos);