finished sounds

This commit is contained in:
StevenRS11
2013-05-27 22:45:21 -04:00
parent 0e9918f9fe
commit 9ad4dda324
7 changed files with 46 additions and 23 deletions

View File

@@ -80,6 +80,7 @@ public class TileEntityRift extends TileEntity
worldObj.spawnEntityInWorld(creeper);
}
/**
if(dimHelper.dimList.get(this.worldObj.provider.dimensionId)!=null)
{
ArrayList rifts = dimHelper.dimList.get(this.worldObj.provider.dimensionId).findRiftsInRange(worldObj, 6, this.xCoord, this.yCoord, this.zCoord);
@@ -89,7 +90,9 @@ public class TileEntityRift extends TileEntity
creeper.setLocationAndAngles(this.xCoord+.5, yCoordHelper.getFirstUncovered(this.worldObj, this.xCoord, this.yCoord, this.zCoord), this.zCoord+.5, 5, 6);
worldObj.spawnEntityInWorld(creeper);
}
}
**/
}