Changed Cloud Block collision box again.
This commit is contained in:
parent
5bd6ffb753
commit
29dc9f97e6
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ public class BlockCloud extends Block
|
|||
*/
|
||||
public AxisAlignedBB getCollisionBoundingBoxFromPool(World par1World, int par2, int par3, int par4)
|
||||
{
|
||||
float var5 = 0.500F;
|
||||
float var5 = 0.25F;
|
||||
return AxisAlignedBB.getAABBPool().getAABB((double)par2, (double)par3, (double)par4, (double)(par2 + 1), (double)((float)(par3 + 1) - var5), (double)(par4 + 1));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue