[MCPE-17964] Clone command incorrect results with large chest Created: 05/Nov/16 Updated: 03/Apr/19 Resolved: 01/Aug/17 |
|
| Status: | Resolved |
| Project: | Minecraft (Bedrock codebase) |
| Component/s: | None |
| Affects Version/s: | 0.16.0, 0.16.1, 0.16.2, 1.0.0, 1.0.6.52, 1.1.0.9, 1.0.9.1 |
| Fix Version/s: | 1.2.0.2 |
| Type: | Bug | ||
| Reporter: | [MCPE Mod] Auldrick | ||
| Resolution: | Fixed | Votes: | 3 |
| Labels: | clone, command, double-chest | ||
| Attachments: |
|
||||||||||||||||
| Issue Links: |
|
||||||||||||||||
| Confirmation Status: | Confirmed | ||||||||||||||||
| Platform: | Windows | ||||||||||||||||
| CHK: | |||||||||||||||||
| ADO: | 54337 | ||||||||||||||||
| Description |
|
When cloning a large chest, the right half is cloned as a small chest on the left and the double chest is cloned either in the same block or one block to the right. Steps to reproduce: This result was observed while trying to reproduce the clone error shown in the "Alternate result" screenshot, where the large chest overlapped the block to its right (a hopper which was also cloned). I don't know what the condition is that changes the result, but both results likely have the same cause. |
| Comments |
| Comment by [MCPE Mod] Auldrick [ 01/Aug/17 ] |
|
Appears to be fixed in 1.2.0.2 (Win 10). |
| Comment by [Mojang] Mega_Spud (Jay Wells) [ 24/May/17 ] |
|
Still affects 1.1.0.9. Added another basic test world with command blocks for convenience. |
| Comment by [MCPE Mod] Auldrick [ 18/Jan/17 ] |
|
Additional info: The original large chest was created by placing two small chests side by side. Call the first one S1 and the second S2. S2 can be placed on either side of S1, but S1 will always contain the top half of the resulting large chest's inventory. From the behavior of this bug I infer that when S2 is placed, S1 is updated with a reference to S2. Likewise, S2 is updated with a reference to S1. |
| Comment by [Mojang] Mega_Spud (Jay Wells) [ 25/Nov/16 ] |
|
Using the attached test world ("Clone a Chest.mcworld"): Then move the clone destination down by one to place it on the ground, notice how it is a glitched double chest |
| Comment by [Mojang] Mega_Spud (Jay Wells) [ 25/Nov/16 ] |
|
Confirmed for Windows 10 0.16.2 It does seem to affect chests that are cloned on the ground. If they are cloned in the air, they separate. |