mojira.dev
MCPE-14352

It is possible to replace a 2+ high snow layer with an other block

Steps to reproduce :
-Place two snow layers on a block.
-Try to place any block on top of the snow layers

What I expected to happen :
-The new block would occupy the space above the snow layers, as it would in PC edition

What happened :
-The new block replaced the snow layers

Why it doesn't happen in PC (MCP code):
public boolean isReplaceable(IBlockAccess worldIn, BlockPos pos)
{
return ((Integer)worldIn.getBlockState(pos).getValue(LAYERS)).intValue() == 1;
}

Comments 6

Does this still affect 0.14.3?

Confirmed for 0.15.0. (Tested on Windows 10.)

Please respond and add the current version if you can reproduce this issue.

Confirmed for 0.15.4. (Tested on Windows 10.)

If this is intended, why doesn't it happen in PC edition ?

Azelef

(Unassigned)

Confirmed

Android

0.14.2, 0.14.3, 0.15.0, 0.15.4

Retrieved