Updated changelog, changed Sacrificial Dagger's call to protected
This commit is contained in:
parent
8b4a7d4999
commit
b259afc7df
2 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue