[MCPE-14352] It is possible to replace a 2+ high snow layer with an other block Created: 06/May/16  Updated: 23/Aug/16  Resolved: 23/Aug/16

Status: Resolved
Project: Minecraft (Bedrock codebase)
Component/s: None
Affects Version/s: 0.14.2, 0.14.3, 0.15.0, 0.15.4
Fix Version/s: None

Type: Bug
Reporter: Azelef
Resolution: Works As Intended Votes: 1
Labels: None

Confirmation Status: Confirmed
Platform: Android
CHK:

 Description   

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   
Comment by Azelef [ 23/Aug/16 ]

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

Comment by Zeb [ 08/Aug/16 ]

Confirmed for 0.15.4. (Tested on Windows 10.)

Comment by AMAN4700 [ 08/Aug/16 ]

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

Comment by Zeb [ 15/Jun/16 ]

Confirmed for 0.15.0. (Tested on Windows 10.)

Comment by Azelef [ 29/May/16 ]

Yes, it does.

Comment by kaleb418 [ 28/May/16 ]

Does this still affect 0.14.3?

Generated at Sat Jan 11 15:03:25 UTC 2025 using Jira 9.12.2#9120002-sha1:301bf498dd45d800842af0b84230f1bb58606c13.