Minor tweaks + experimenting with a reagent guage for Project: Omega
This commit is contained in:
parent
dd4c36b39c
commit
9ad3330e08
10 changed files with 259 additions and 189 deletions
|
@ -40,6 +40,7 @@ public class EntityMinorDemonGruntWind extends EntityMinorDemonGrunt
|
|||
@Override
|
||||
public void onLivingUpdate()
|
||||
{
|
||||
super.onLivingUpdate();
|
||||
this.fallDistance = 0;
|
||||
}
|
||||
|
||||
|
|
|
@ -1296,7 +1296,7 @@ public class TEDemonPortal extends TileEntity
|
|||
int yDestination = yLevel + yOffset;
|
||||
if(yCoord != yDestination)
|
||||
{
|
||||
BlockTeleposer.swapBlocks(worldObj, worldObj, xCoord, yCoord, zCoord, xCoord, yDestination, zCoord);
|
||||
BlockTeleposer.swapBlocks(this, worldObj, worldObj, xCoord, yCoord, zCoord, xCoord, yDestination, zCoord);
|
||||
}else
|
||||
{
|
||||
//Nuthin - just as a reminder that we can now increment properly
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue