Merged remote-tracking branch 'origin/master'
This commit is contained in:
parent
0d05a11810
commit
5c696f3744
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue