[MCPE-12376] Walk from bottom half slab to the block with the carpet at the top Created: 08/Jan/16 Updated: 06/Jun/17 Resolved: 22/Mar/17 |
|
| Status: | Resolved |
| Project: | Minecraft (Bedrock codebase) |
| Component/s: | None |
| Affects Version/s: | 0.13.0, 0.13.1, 0.14.0 Beta 1, 0.14.0 Beta 2, 0.14.0 Beta 3, 0.14.0 Beta 4, 0.14.2, 0.14.3, 0.15.0 Beta build 2, 0.15.0 Beta build 3, 0.15.0, 0.15.1 Beta 1, 0.15.4, 0.15.6, 0.15.90.8, 0.16.1, 0.17.0.1, 0.17.0.2, 1.0.0.0, 1.0.0.1, 1.0.4.11, 1.0.5.0, 1.0.5.13 |
| Fix Version/s: | None |
| Type: | Bug | ||
| Reporter: | ItsPlantseed | ||
| Resolution: | Works As Intended | Votes: | 2 |
| Labels: | carpet, slab | ||
| Attachments: |
|
||||||||||||||||
| Issue Links: |
|
||||||||||||||||
| Confirmation Status: | Confirmed | ||||||||||||||||
| Platform: | Android | ||||||||||||||||
| CHK: | |||||||||||||||||
| ADO: | 30004 | ||||||||||||||||
| Description |
|
The player will start jump (auto jump on) when walking to the bottom slab then walk to top slab with carpet above it, and when the auto jump option turned off you can not step up to the block. On PC Edition, or other platforms you can walk to it normally like step up from slab to slab. Edit by Mega_Spud |
| Comments |
| Comment by [Mojang] Adrian Östergård [ 22/Mar/17 ] |
|
The remaining issue with this bug is working as intended and is on parity with Java. |
| Comment by [Mojang] Mega_Spud (Jay Wells) [ 05/Dec/16 ] |
|
This has been partially fixed in 1.0.0.0:
N.B. Blocks with repeaters on will still require a 'jump' to get up onto, and this is confirmed as Working as Intended. |
| Comment by gatharian [ 02/Dec/16 ] |
|
This doesn't affect carpets anymore but does affect repeaters and comparators |
| Comment by Zeb [ 18/Nov/16 ] |
|
Hmmm, it would appear that, after testing, it looks like you can't change the foot_size of the player entity with a behavior pack. I made a test behavior pack that changed some player properties, and one of them, "minecraft:scale" was applied properly, but "minecraft:foot_size" was not applied. So due to the inability to change this property for players through behavior packs, I cannot tell if this would work or not. The inability to change certain player properties may actually be a bug itself... I'm not sure. |
| Comment by Zeb [ 18/Nov/16 ] |
|
I believe this issue could be easily fixed by increasing either the player foot size, or just the default foot size for entities in general. Currently, the value is set to 0.5 when not specified in the entity's behavior JSON file, but if it was increased a bit, players and other mobs would be able to walk up heights that are slightly taller than 0.5 blocks tall. For reference, the format of the foot size entity component looks like this: “minecraft:foot_size”: {
value: 0.5
}
|
| Comment by AMAN4700 [ 18/Nov/16 ] |
|
This is a bulk resolve of issues that haven't been updated to 0.16.0+ yet. Please comment below (To open the ticket) and update your affected versions. If you cannot reproduce the bug, please write in the comments so we can resolve it as "Cannot Reproduce". Thank You! |
| Comment by [Mojang] Adrian Östergård [ 25/Aug/16 ] |
|
Reported for test and fix. |
| Comment by Zeb [ 08/Aug/16 ] |
|
Confirmed for 0.15.4 (Tested on Windows 10.) Auto-jump should not activate when going from a slab to a slab with a carpet on top, and you should be able to walk from a slab to a slab and a carpet without jumping, as in the Java edition. |
| Comment by AMAN4700 [ 08/Aug/16 ] |
|
Please respond and add the current version if you can reproduce this issue. |
| Comment by PHO [ 21/May/16 ] |
|
Reopened. |
| Comment by [Mojang] Mega_Spud (Jay Wells) [ 21/May/16 ] |
|
Redstone Comparators and Redstone Repeaters also have the same bug, not allowing the player to walk up onto the next slab. |
| Comment by [Mojang] Mega_Spud (Jay Wells) [ 21/May/16 ] |
|
Agreed, this does affect 0.14.3 |
| Comment by ItsPlantseed [ 21/May/16 ] |
|
Well, this issue are mislabeled as "Fixed" instead of "Awaiting Response". |
| Comment by kaleb418 [ 21/May/16 ] |
|
Does this bug still affect 0.14.3? If so, please respond. |
| Comment by PHO [ 08/Jan/16 ] |
I just read this page: http://minecraft.gamepedia.com/Carpet |
| Comment by ItsPlantseed [ 08/Jan/16 ] |
|
|
| Comment by PHO [ 08/Jan/16 ] |
|
Oh I found the following description in the wiki:
So this is actually a bug in MCPE because 1/2 + 1/16 ≦ 0.6 |
| Comment by PHO [ 08/Jan/16 ] |
|
Confirmed on 0.13.1 / iOS. The same thing happens when I replace the top-half slab with a solid opaque block and put a carpet on it. I think this is because carpet has a hitbox of 1/16 of a block, not zero. How does the PC version behave in this situation? |