Version bump
This commit is contained in:
parent
6d73eede9f
commit
10c0eedf88
3 changed files with 3 additions and 3 deletions
|
@ -1 +1 @@
|
|||
1.7
|
||||
1.8
|
|
@ -1 +1 @@
|
|||
1.7
|
||||
1.8
|
|
@ -50,7 +50,7 @@ public class TileEntityGen extends TileEntityMachine implements IPacketReceiver,
|
|||
facing = ForgeDirection.getOrientation(nMeta).getOpposite();
|
||||
if(genAmmount > 0)
|
||||
{
|
||||
worldObj.setBlock(xCoord, yCoord+1, zCoord, 1);
|
||||
//worldObj.setBlock(xCoord, yCoord+1, zCoord, 1);
|
||||
}
|
||||
for(int i = 0; i < 6; i++)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue