<!-- 
RSS generated by JIRA (9.12.2#9120002-sha1:301bf498dd45d800842af0b84230f1bb58606c13) at Sat Jan 11 15:17:30 UTC 2025

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>Mojang Studios Jira</title>
    <link>https://bugs.mojang.com</link>
    <description>This file is an XML representation of an issue</description>
    <language>en</language>    <build-info>
        <version>9.12.2</version>
        <build-number>9120002</build-number>
        <build-date>10-01-2024</build-date>
    </build-info>


<item>
            <title>[MCPE-17964] Clone command incorrect results with large chest</title>
                <link>https://bugs.mojang.com/browse/MCPE-17964</link>
                <project id="10200" key="MCPE">Minecraft (Bedrock codebase)</project>
                    <description>&lt;p&gt;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.&lt;/p&gt;

&lt;p&gt;Steps to reproduce:&lt;br/&gt;
1. Place a double chest facing west.&lt;br/&gt;
2. Place two distinct items in left and right sides of chest.&lt;br/&gt;
3. Use /tp to determine coordinates of chest.&lt;br/&gt;
4. Use /clone to clone the chest two blocks to the east.&lt;br/&gt;
5. Observe overlapping small and large chests at destination.&lt;br/&gt;
6. Observe small chest on left contains item placed in right side of original chest, large cloned chest contains both items from original chest.&lt;/p&gt;

&lt;p&gt;This result was observed while trying to reproduce the clone error shown in the &quot;Alternate result&quot; screenshot, where the large chest overlapped the block to its right (a hopper which was also cloned). I don&apos;t know what the condition is that changes the result, but both results likely have the same cause.&lt;/p&gt;</description>
            <key id="153580">MCPE-17964</key>
            <summary>Clone command incorrect results with large chest</summary>
                <type id="1" iconUrl="https://bugs.mojang.com/secure/viewavatar?size=xsmall&amp;avatarId=18903&amp;avatarType=issuetype">Bug</type>
                                    <status id="5" iconUrl="https://bugs.mojang.com/images/icons/statuses/resolved.png" description="A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.">Resolved</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="1">Fixed</resolution>
                                            <reporter username="Auldrick">[MCPE Mod] Auldrick</reporter>
                        <labels>
                            <label>clone</label>
                            <label>command</label>
                            <label>double-chest</label>
                    </labels>
                <created>Sat, 5 Nov 2016 04:50:56 +0100</created>
                <updated>Wed, 3 Apr 2019 07:10:54 +0200</updated>
                            <resolved>Tue, 1 Aug 2017 20:55:25 +0200</resolved>
                                    <version>0.16.0</version>
                    <version>0.16.1</version>
                    <version>0.16.2</version>
                    <version>1.0.0</version>
                    <version>1.0.6.52</version>
                    <version>1.1.0.9</version>
                    <version>1.0.9.1</version>
                                    <fixVersion>1.2.0.2</fixVersion>
                                                        <votes>3</votes>
                                    <watches>1</watches>
                                                                            <comments>
                            <comment id="396513" author="handlbar.rick@comcast.net" created="Tue, 1 Aug 2017 03:03:49 +0200"  >&lt;p&gt;Appears to be fixed in 1.2.0.2 (Win 10).&lt;/p&gt;</comment>
                            <comment id="384761" author="mega_spud" created="Wed, 24 May 2017 17:26:47 +0200"  >&lt;p&gt;Still affects 1.1.0.9.&lt;/p&gt;

&lt;p&gt;Added another &lt;a href=&quot;https://bugs.mojang.com/secure/attachment/140045/Clone%20a%20Chest%20Bug%20mk2.mcworld&quot; class=&quot;external-link&quot; rel=&quot;nofollow&quot;&gt;basic test world&lt;/a&gt; with command blocks for convenience.&lt;/p&gt;</comment>
                            <comment id="354909" author="handlbar.rick@comcast.net" created="Wed, 18 Jan 2017 20:47:51 +0100"  >&lt;p&gt;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&apos;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.&lt;br/&gt;
The /clone command correctly duplicates S1 and S2 at the target coordinates. Call the cloned blocks D1 and D2 corresponding to S1 and S2, respectively. However, it doesn&apos;t fix up the references correctly. D2 ends up as a small chest with no connection to D1. D1 ends up as an apparent large chest, and D1 and S2 (not D2) are linked by references. This can be demonstrated after the /clone operation in several ways:&lt;br/&gt;
(1) Right-clicking on S2 opens D1 instead of S1.&lt;br/&gt;
(2) Changing the contents of S2 changes D1&apos;s inventory.&lt;br/&gt;
(3) Breaking S1 leaves an invisible chest at S2.&lt;br/&gt;
(4) Breaking S2 (whether or not you broke S1 first) converts D1 into a single chest.&lt;br/&gt;
(5) Breaking D2 if necessary to get it out of the way, one side of D1 can be seen to have no hit box. You can place a block there, or if you attempt to break it you will break the block below or behind it instead.&lt;/p&gt;</comment>
                            <comment id="345900" author="mega_spud" created="Fri, 25 Nov 2016 12:43:49 +0100"  >&lt;p&gt;Using the attached test world (&lt;tt&gt;&quot;Clone a Chest.mcworld&quot;&lt;/tt&gt;):&lt;br/&gt;
Complete the command shown on the sign, and notice the double chest is separated.&lt;br/&gt;
(Copy and paste: &lt;b&gt;&lt;tt&gt;/clone 1370 4 4 1367 4 6 1367 5 6&lt;/tt&gt;&lt;/b&gt; )&lt;/p&gt;

&lt;p&gt;Then move the clone destination down by one to place it on the ground, notice how it is a glitched double chest&lt;br/&gt;
(Copy and paste: &lt;b&gt;&lt;tt&gt;/clone 1370 4 4 1367 4 6 1367 4 6&lt;/tt&gt;&lt;/b&gt; )&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;a id=&quot;129783_thumb&quot; href=&quot;https://bugs.mojang.com/secure/attachment/129783/129783_chest1.JPG&quot; title=&quot;chest1.JPG&quot; file-preview-type=&quot;image&quot; file-preview-id=&quot;129783&quot; file-preview-title=&quot;chest1.JPG&quot;&gt;&lt;img src=&quot;https://bugs.mojang.com/secure/thumbnail/129783/_thumb_129783.png&quot; style=&quot;border: 0px solid black&quot; role=&quot;presentation&quot;/&gt;&lt;/a&gt;&lt;/span&gt;&lt;br/&gt;
&lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;a id=&quot;129782_thumb&quot; href=&quot;https://bugs.mojang.com/secure/attachment/129782/129782_chest2.JPG&quot; title=&quot;chest2.JPG&quot; file-preview-type=&quot;image&quot; file-preview-id=&quot;129782&quot; file-preview-title=&quot;chest2.JPG&quot;&gt;&lt;img src=&quot;https://bugs.mojang.com/secure/thumbnail/129782/_thumb_129782.png&quot; style=&quot;border: 0px solid black&quot; role=&quot;presentation&quot;/&gt;&lt;/a&gt;&lt;/span&gt;&lt;br/&gt;
&lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;a id=&quot;129781_thumb&quot; href=&quot;https://bugs.mojang.com/secure/attachment/129781/129781_chest3.JPG&quot; title=&quot;chest3.JPG&quot; file-preview-type=&quot;image&quot; file-preview-id=&quot;129781&quot; file-preview-title=&quot;chest3.JPG&quot;&gt;&lt;img src=&quot;https://bugs.mojang.com/secure/thumbnail/129781/_thumb_129781.png&quot; style=&quot;border: 0px solid black&quot; role=&quot;presentation&quot;/&gt;&lt;/a&gt;&lt;/span&gt;&lt;br/&gt;
&lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;a id=&quot;129780_thumb&quot; href=&quot;https://bugs.mojang.com/secure/attachment/129780/129780_chest4.JPG&quot; title=&quot;chest4.JPG&quot; file-preview-type=&quot;image&quot; file-preview-id=&quot;129780&quot; file-preview-title=&quot;chest4.JPG&quot;&gt;&lt;img src=&quot;https://bugs.mojang.com/secure/thumbnail/129780/_thumb_129780.png&quot; style=&quot;border: 0px solid black&quot; role=&quot;presentation&quot;/&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;</comment>
                            <comment id="345898" author="mega_spud" created="Fri, 25 Nov 2016 12:24:17 +0100"  >&lt;p&gt;Confirmed for Windows 10 0.16.2&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;a id=&quot;129777_thumb&quot; href=&quot;https://bugs.mojang.com/secure/attachment/129777/129777_ScreenShot+203.JPG&quot; title=&quot;ScreenShot 203.JPG&quot; file-preview-type=&quot;image&quot; file-preview-id=&quot;129777&quot; file-preview-title=&quot;ScreenShot 203.JPG&quot;&gt;&lt;img src=&quot;https://bugs.mojang.com/secure/thumbnail/129777/_thumb_129777.png&quot; style=&quot;border: 0px solid black&quot; role=&quot;presentation&quot;/&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;It does seem to affect chests that are cloned on the ground.  If they are cloned in the air, they separate.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10102">
                    <name>Duplicate</name>
                                                                <inwardlinks description="is duplicated by">
                                        <issuelink>
            <issuekey id="173730">MCPE-22743</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10103">
                    <name>Relates</name>
                                            <outwardlinks description="relates to">
                                        <issuelink>
            <issuekey id="233717">MCPE-44173</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="127711" name="Alternate result.png" size="1629850" author="Auldrick" created="Sat, 5 Nov 2016 04:50:56 +0100"/>
                            <attachment id="140045" name="Clone a Chest Bug mk2.mcworld" size="257220" author="Mega_Spud" created="Wed, 24 May 2017 17:25:30 +0200"/>
                            <attachment id="129779" name="Clone a Chest.mcworld" size="49257" author="Mega_Spud" created="Fri, 25 Nov 2016 12:43:49 +0100"/>
                            <attachment id="127708" name="Clone command and resulting overlapping chests.png" size="968073" author="Auldrick" created="Sat, 5 Nov 2016 04:50:56 +0100"/>
                            <attachment id="127710" name="Contents of cloned large chest.png" size="489688" author="Auldrick" created="Sat, 5 Nov 2016 04:50:56 +0100"/>
                            <attachment id="127709" name="Contents of cloned small chest.png" size="460487" author="Auldrick" created="Sat, 5 Nov 2016 04:50:56 +0100"/>
                            <attachment id="127707" name="Contents of original chest.png" size="599955" author="Auldrick" created="Sat, 5 Nov 2016 04:50:56 +0100"/>
                            <attachment id="129777" name="ScreenShot 203.JPG" size="134269" author="Mega_Spud" created="Fri, 25 Nov 2016 12:24:17 +0100"/>
                            <attachment id="129783" name="chest1.JPG" size="114176" author="Mega_Spud" created="Fri, 25 Nov 2016 12:43:49 +0100"/>
                            <attachment id="129782" name="chest2.JPG" size="98346" author="Mega_Spud" created="Fri, 25 Nov 2016 12:43:49 +0100"/>
                            <attachment id="129781" name="chest3.JPG" size="129628" author="Mega_Spud" created="Fri, 25 Nov 2016 12:43:49 +0100"/>
                            <attachment id="129780" name="chest4.JPG" size="116428" author="Mega_Spud" created="Fri, 25 Nov 2016 12:43:49 +0100"/>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_11500" key="com.atlassian.jira.plugin.system.customfieldtypes:textfield">
                        <customfieldname>ADO</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>54337</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                    <customfield id="customfield_10701" key="com.atlassian.jira.plugin.system.customfieldtypes:datetime">
                        <customfieldname>CHK</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Wed, 24 May 2017 17:09:00 +0200</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10500" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Confirmation Status</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10303"><![CDATA[Confirmed]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_11700" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10402" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Platform</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10901"><![CDATA[Windows]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11600" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i06zuf:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                    </customfields>
    </item>
</channel>
</rss>