Merged remote-tracking branch 'origin/master'

This commit is contained in:
Adubbz 2013-04-11 16:16:24 +10:00
parent 0d05a11810
commit 5c696f3744
1 changed files with 2 additions and 2 deletions

View File

@ -43,11 +43,11 @@ public class BlockBamboo extends Block
if (var7 == 15)
{
par1World.setBlock(par2, par3 + 1, par4, this.blockID);
par1World.setBlock(par2, par3, par4, 0);
par1World.setBlockMetadataWithNotify(par2, par3, par4, 0, 4);
}
else
{
par1World.setBlock(par2, par3, par4, var7 + 1);
par1World.setBlockMetadataWithNotify(par2, par3, par4, var7 + 1, 4);
}
}
}