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

@ -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);