Version bump

This commit is contained in:
Rseifert 2012-10-03 22:20:50 -04:00
parent 6d73eede9f
commit 10c0eedf88
3 changed files with 3 additions and 3 deletions

View file

@ -1 +1 @@
1.7 1.8

View file

@ -1 +1 @@
1.7 1.8

View file

@ -50,7 +50,7 @@ public class TileEntityGen extends TileEntityMachine implements IPacketReceiver,
facing = ForgeDirection.getOrientation(nMeta).getOpposite(); facing = ForgeDirection.getOrientation(nMeta).getOpposite();
if(genAmmount > 0) if(genAmmount > 0)
{ {
worldObj.setBlock(xCoord, yCoord+1, zCoord, 1); //worldObj.setBlock(xCoord, yCoord+1, zCoord, 1);
} }
for(int i = 0; i < 6; i++) for(int i = 0; i < 6; i++)
{ {