Uploaded image for project: 'Minecraft (Bedrock codebase)'
  1. Minecraft (Bedrock codebase)
  2. MCPE-14352

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

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Works As Intended
    • None
    • 0.14.2, 0.14.3, 0.15.0, 0.15.4
    • None
    • Confirmed
    • Android

      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; }

            azelef Azelef
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved:
              CHK: