Updated changelog, changed Sacrificial Dagger's call to protected
This commit is contained in:
parent
8b4a7d4999
commit
b259afc7df
|
@ -7,7 +7,7 @@ Version 2.0.0-32
|
||||||
- Added Charging Strike, which increases knockback and damage for attacks while sprinting
|
- Added Charging Strike, which increases knockback and damage for attacks while sprinting
|
||||||
- Added True Strike, increasing the damage of critical hits
|
- Added True Strike, increasing the damage of critical hits
|
||||||
- Updated for Forge 12.16.0.1859
|
- 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
|
Version 2.0.0-31
|
||||||
------------------------------------------------------
|
------------------------------------------------------
|
||||||
|
|
|
@ -169,7 +169,7 @@ public class ItemSacrificialDagger extends Item implements IVariantProvider
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
private void findAndFillAltar(World world, EntityPlayer player, int amount)
|
protected void findAndFillAltar(World world, EntityPlayer player, int amount)
|
||||||
{
|
{
|
||||||
BlockPos pos = player.getPosition();
|
BlockPos pos = player.getPosition();
|
||||||
IBloodAltar altarEntity = getAltar(world, pos);
|
IBloodAltar altarEntity = getAltar(world, pos);
|
||||||
|
|
Loading…
Reference in a new issue