[MCPE-2047] Mining stacked slabs acts as if one block Created: 11/Mar/13 Updated: 26/Oct/20 Resolved: 11/Mar/13 |
|
| Status: | Resolved |
| Project: | Minecraft (Bedrock codebase) |
| Component/s: | None |
| Affects Version/s: | 0.6.1 |
| Fix Version/s: | None |
| Type: | Bug | ||
| Reporter: | Alexander Williams | ||
| Resolution: | Works As Intended | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Game Mode: | Survival | ||||||||
| Confirmation Status: | Unconfirmed | ||||||||
| Platform: | Tablet - iOS - iPad 2 | ||||||||
| Description |
|
When two slabs are stacked on one another to make it appear as if its one whole block, they act as if they're one block when being mined, but drop as two. Because of this, if a slab is misplaced, both slabs must be mined to get the one. |
| Comments |
| Comment by Kanghun Kim [ 01/Apr/13 ] |
|
in PC minecraft it is converted. |
| Comment by Kumasasa [ 11/Mar/13 ] |
|
This is Working as intended. When you place the second slab on top of the first slab (Data value 44), both slabs are converted to one double slab Data value 43). |