<!-- 
RSS generated by JIRA (9.12.2#9120002-sha1:301bf498dd45d800842af0b84230f1bb58606c13) at Sun Jan 12 12:02:25 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>[MC-3794] Chest direction placing glitch</title>
                <link>https://bugs.mojang.com/browse/MC-3794</link>
                <project id="10400" key="MC">Minecraft: Java Edition</project>
                    <description>&lt;h3&gt;&lt;a name=&quot;Thebug&quot;&gt;&lt;/a&gt;The bug&lt;/h3&gt;
&lt;p&gt;When placing a chest it will glitch to another direction for a second.&lt;/p&gt;

&lt;h3&gt;&lt;a name=&quot;Howtoreproduce&quot;&gt;&lt;/a&gt;How to reproduce&lt;/h3&gt;
&lt;ol&gt;
	&lt;li&gt;Place a chest when you are facing north&lt;/li&gt;
	&lt;li&gt;Place a chest in front of it&lt;/li&gt;
	&lt;li&gt;You can see a double chest to another side for half a second&lt;/li&gt;
&lt;/ol&gt;


&lt;h3&gt;&lt;a name=&quot;Codeanalysis&quot;&gt;&lt;/a&gt;Code analysis&lt;/h3&gt;
&lt;p&gt;Code analysis by &lt;a href=&quot;https://bugs.mojang.com/secure/ViewProfile.jspa?name=marcono1234&quot; class=&quot;user-hover&quot; rel=&quot;marcono1234&quot;&gt;marcono1234&lt;/a&gt; can be found in &lt;a href=&quot;https://bugs.mojang.com/browse/MC-3794?focusedCommentId=303207&amp;amp;page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-303207&quot; class=&quot;external-link&quot; rel=&quot;nofollow&quot;&gt;this comment&lt;/a&gt;.&lt;/p&gt;</description>
                <environment></environment>
        <key id="15957">MC-3794</key>
            <summary>Chest direction placing glitch</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>
                                        <assignee username="-1">Unassigned</assignee>
                                    <reporter username="dyon123">Is Prive</reporter>
                        <labels>
                    </labels>
                <created>Sat, 24 Nov 2012 15:48:12 +0100</created>
                <updated>Sat, 9 Dec 2017 20:39:41 +0100</updated>
                            <resolved>Sat, 9 Dec 2017 20:39:41 +0100</resolved>
                                    <version>Minecraft 1.4.5</version>
                    <version>Minecraft 1.4.7</version>
                    <version>Snapshot 13w02b</version>
                    <version>Snapshot 13w10b</version>
                    <version>Minecraft 1.5</version>
                    <version>Minecraft 1.7.4</version>
                    <version>Minecraft 14w02c</version>
                    <version>Minecraft 14w03b</version>
                    <version>Minecraft 14w04a</version>
                    <version>Minecraft 14w04b</version>
                    <version>Minecraft 1.7.10</version>
                    <version>Minecraft 14w30c</version>
                    <version>Minecraft 14w31a</version>
                    <version>Minecraft 14w32a</version>
                    <version>Minecraft 14w32b</version>
                    <version>Minecraft 14w32c</version>
                    <version>Minecraft 14w32d</version>
                    <version>Minecraft 14w33a</version>
                    <version>Minecraft 14w33b</version>
                    <version>Minecraft 14w33c</version>
                    <version>Minecraft 1.8-pre1</version>
                    <version>Minecraft 15w37a</version>
                    <version>Minecraft 1.9 Pre-Release 1</version>
                    <version>Minecraft 1.10.2</version>
                    <version>Minecraft 16w32a</version>
                    <version>Minecraft 16w32b</version>
                    <version>Minecraft 16w33a</version>
                    <version>Minecraft 16w35a</version>
                    <version>Minecraft 17w06a</version>
                    <version>Minecraft 1.12 Pre-Release 6</version>
                    <version>Minecraft 1.12</version>
                    <version>Minecraft 1.12.1</version>
                    <version>Minecraft 1.12.2</version>
                                    <fixVersion>Minecraft 17w49b</fixVersion>
                                                        <votes>7</votes>
                                    <watches>5</watches>
                                                                            <comments>
                            <comment id="303207" author="marcono1234" created="Fri, 6 May 2016 00:08:22 +0200"  >&lt;p&gt;Please link to this comment in the description&lt;/p&gt;

&lt;p&gt;The following is based on a decompiled version of Minecraft 1.9 using MCP 9.24 beta.&lt;/p&gt;

&lt;p&gt;The reason for this is very likely that the method &lt;tt&gt;net.minecraft.block.BlockChest.onBlockPlaced(World, BlockPos, EnumFacing, float, float, float, int, EntityLivingBase)&lt;/tt&gt; is not calling the method &lt;tt&gt;net.minecraft.block.BlockChest.checkForSurroundingChests(World, BlockPos, IBlockState)&lt;/tt&gt;.&lt;/p&gt;

&lt;p&gt;This might be inefficient because the method &lt;tt&gt;net.minecraft.block.BlockChest.onBlockAdded(World, BlockPos, IBlockState)&lt;/tt&gt; is doing this always, whereas the method mentioned before and the method &lt;tt&gt;net.minecraft.block.BlockChest.onBlockPlacedBy(World, BlockPos, IBlockState, EntityLivingBase, ItemStack)&lt;/tt&gt; do this when the chest is placed by a player, which means the same tests are done three times at the end.&lt;/p&gt;</comment>
                            <comment id="286810" author="immaterialise" created="Wed, 17 Feb 2016 20:01:31 +0100"  >&lt;p&gt;Confirmed for 1.9-pre1&lt;/p&gt;</comment>
                            <comment id="248651" author="marcono1234" created="Fri, 11 Sep 2015 13:27:40 +0200"  >&lt;p&gt;Confirmed for &lt;/p&gt;
&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;&lt;b&gt;15w37a&lt;/b&gt;&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="189347" author="qmagnet" created="Sat, 16 Aug 2014 03:28:05 +0200"  >&lt;p&gt;Confirmed for 14w33c&lt;/p&gt;</comment>
                            <comment id="180565" author="marcono1234" created="Sun, 27 Jul 2014 13:46:45 +0200"  >&lt;p&gt;Confirmed for &lt;/p&gt;
&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;14w30c&lt;/li&gt;
	&lt;li&gt;14w31a&lt;/li&gt;
	&lt;li&gt;&lt;b&gt;Minecraft 1.8-pre 1&lt;/b&gt; &lt;em&gt;also sometimes when breaking a double chest&lt;/em&gt;&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="46901" author="cubethethird" created="Thu, 21 Feb 2013 20:36:10 +0100"  >&lt;p&gt;Added some labels for future reference.&lt;/p&gt;</comment>
                            <comment id="46525" author="kungfu_guy2" created="Tue, 19 Feb 2013 02:46:44 +0100"  >&lt;p&gt;Sorry that i duplicated, i tried to search &quot;double chest glitch&quot; and i went through 61 bugs. I tried.&lt;/p&gt;</comment>
                            <comment id="37106" author="bljat" created="Wed, 16 Jan 2013 03:57:07 +0100"  >&lt;p&gt;Same with trapped chests.&lt;/p&gt;</comment>
                            <comment id="24882" author="cubethethird" created="Sun, 25 Nov 2012 20:09:53 +0100"  >&lt;p&gt;Can confirm.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10102">
                    <name>Duplicate</name>
                                                                <inwardlinks description="is duplicated by">
                                        <issuelink>
            <issuekey id="23629">MC-9871</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="25354">MC-11241</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="52583">MC-31339</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="74254" name="Chest 14w30c.mp4" size="181862" author="marcono1234" created="Sun, 27 Jul 2014 13:46:24 +0200"/>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                <customfield id="customfield_10701" key="com.atlassian.jira.plugin.system.customfieldtypes:datetime">
                        <customfieldname>CHK</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Wed, 16 Jan 2013 20:09:00 +0100</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_11100" key="com.atlassian.jira.plugin.system.customfieldtypes:float">
                        <customfieldname>Linked</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                <customfield id="customfield_11600" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i07p5j:</customfieldvalue>

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