Update DaggerOfSacrifice.java
This commit is contained in:
parent
bc23585ab2
commit
c2c2b1693e
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ public class DaggerOfSacrifice extends EnergyItems
|
||||||
int posX = (int) Math.round(sacrifice.posX - 0.5f);
|
int posX = (int) Math.round(sacrifice.posX - 0.5f);
|
||||||
int posY = (int) sacrifice.posY;
|
int posY = (int) sacrifice.posY;
|
||||||
int posZ = (int) Math.round(sacrifice.posZ - 0.5f);
|
int posZ = (int) Math.round(sacrifice.posZ - 0.5f);
|
||||||
TEAltar altarEntity = this.getAltar(world, posX, posY, posZ);
|
IBloodAltar altarEntity = this.getAltar(world, posX, posY, posZ);
|
||||||
|
|
||||||
if (altarEntity == null)
|
if (altarEntity == null)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue