<!-- 
RSS generated by JIRA (9.12.2#9120002-sha1:301bf498dd45d800842af0b84230f1bb58606c13) at Sun Jan 12 11:54:29 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-1451] Sideway placed blocks (quartz, hay bales, wood logs) textures are not rotated properly</title>
                <link>https://bugs.mojang.com/browse/MC-1451</link>
                <project id="10400" key="MC">Minecraft: Java Edition</project>
                    <description>&lt;p&gt;Textures are not rotated properly on sideway logs. This is most noticeable on birch logs (see pictures).&lt;/p&gt;

&lt;p&gt;15w44b:&lt;/p&gt;

&lt;p&gt;Still affects the bottom of rotated blocks (wooden logs, quartz/purpur pillars, hay bales), see newest attached screenshot.&lt;br/&gt;
Suggested fix:&lt;br/&gt;
Replace&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;   &lt;span class=&quot;code-quote&quot;&gt;&quot;down&quot;&lt;/span&gt;: { &lt;span class=&quot;code-quote&quot;&gt;&quot;uv&quot;&lt;/span&gt;: [ 0, 0, 16, 16 ], &lt;span class=&quot;code-quote&quot;&gt;&quot;texture&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;#side&quot;&lt;/span&gt;, &lt;span class=&quot;code-quote&quot;&gt;&quot;cullface&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;down&quot;&lt;/span&gt; }&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;with&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;   &lt;span class=&quot;code-quote&quot;&gt;&quot;down&quot;&lt;/span&gt;: { &lt;span class=&quot;code-quote&quot;&gt;&quot;uv&quot;&lt;/span&gt;: [ 16, 16, 0, 0 ], &lt;span class=&quot;code-quote&quot;&gt;&quot;texture&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;#side&quot;&lt;/span&gt;, &lt;span class=&quot;code-quote&quot;&gt;&quot;cullface&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;down&quot;&lt;/span&gt; }&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;in models/block/column_side.json&lt;/p&gt;</description>
                <environment></environment>
        <key id="12781">MC-1451</key>
            <summary>Sideway placed blocks (quartz, hay bales, wood logs) textures are not rotated properly</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="grum">[Mojang] Grum (Erik Broes)</assignee>
                                    <reporter username="samsamts">SamsamTS</reporter>
                        <labels>
                            <label>rendering</label>
                    </labels>
                <created>Wed, 31 Oct 2012 14:18:24 +0100</created>
                <updated>Sat, 29 Oct 2016 12:35:21 +0200</updated>
                            <resolved>Sat, 31 Oct 2015 21:08:06 +0100</resolved>
                                    <version>Minecraft 1.4.2</version>
                    <version>Minecraft 1.4.3</version>
                    <version>Minecraft 1.4.4</version>
                    <version>Minecraft 1.4.5</version>
                    <version>Snapshot 13w06a</version>
                    <version>Minecraft 13w38c</version>
                    <version>Minecraft 15w44b</version>
                                    <fixVersion>Minecraft 14w11b</fixVersion>
                    <fixVersion>Minecraft 15w45a</fixVersion>
                                                        <votes>8</votes>
                                    <watches>8</watches>
                                                                            <comments>
                            <comment id="338911" author="slembas" created="Sat, 29 Oct 2016 12:21:15 +0200"  >&lt;p&gt;Here you go: &lt;a href=&quot;https://bugs.mojang.com/browse/MC-109370&quot; title=&quot;Bottom face of column blocks are rotated 180 degrees&quot; class=&quot;issue-link&quot; data-issue-key=&quot;MC-109370&quot;&gt;&lt;del&gt;MC-109370&lt;/del&gt;&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="338908" author="kumasasa" created="Sat, 29 Oct 2016 11:57:00 +0200"  >&lt;p&gt;There is no (known) ticket about that, go ahead.&lt;/p&gt;</comment>
                            <comment id="338906" author="slembas" created="Sat, 29 Oct 2016 11:47:33 +0200"  >&lt;p&gt;Is there an open ticket for this issue yet? Purpur pillars still rotated wrongly in 16w43a.&lt;/p&gt;</comment>
                            <comment id="294938" author="redstonehelper" created="Tue, 15 Mar 2016 19:24:31 +0100"  >&lt;p&gt;Please create a separate ticket for that.&lt;/p&gt;</comment>
                            <comment id="294868" author="slembas" created="Mon, 14 Mar 2016 21:27:49 +0100"  >&lt;p&gt;Confirmed for Purpur Pillar in 1.9 release.&lt;/p&gt;</comment>
                            <comment id="260204" author="_zombiehunter" created="Sat, 31 Oct 2015 13:32:59 +0100"  >&lt;p&gt;Still affects the bottom of rotated blocks (wooden logs, quartz/purpur pillars, hay bales), see screenshot.&lt;br/&gt;
Easy to fix by replacing &lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;   &lt;span class=&quot;code-quote&quot;&gt;&quot;down&quot;&lt;/span&gt;: { &lt;span class=&quot;code-quote&quot;&gt;&quot;uv&quot;&lt;/span&gt;: [ 0, 0, 16, 16 ], &lt;span class=&quot;code-quote&quot;&gt;&quot;texture&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;#side&quot;&lt;/span&gt;, &lt;span class=&quot;code-quote&quot;&gt;&quot;cullface&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;down&quot;&lt;/span&gt; }&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;with&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;   &lt;span class=&quot;code-quote&quot;&gt;&quot;down&quot;&lt;/span&gt;: { &lt;span class=&quot;code-quote&quot;&gt;&quot;uv&quot;&lt;/span&gt;: [ 16, 16, 0, 0 ], &lt;span class=&quot;code-quote&quot;&gt;&quot;texture&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;#side&quot;&lt;/span&gt;, &lt;span class=&quot;code-quote&quot;&gt;&quot;cullface&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;down&quot;&lt;/span&gt; }&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;in models/block/column_side.json&lt;/p&gt;</comment>
                            <comment id="150171" author="branza" created="Mon, 7 Apr 2014 15:10:18 +0200"  >&lt;p&gt;Fixed in 14w11b.&lt;/p&gt;</comment>
                            <comment id="85466" author="_zombiehunter" created="Sun, 7 Jul 2013 19:10:45 +0200"  >&lt;p&gt;I just leave this here ...&lt;br/&gt;
Default appearance of rotated Hay Blocks:&lt;br/&gt;
&lt;a href=&quot;http://i.imgur.com/MOPjq6d.jpg&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://i.imgur.com/MOPjq6d.jpg&lt;/a&gt;&lt;br/&gt;
Fixed incorrectly rotated textures using MCPatchers Connected Textures Mod, method=fixed, metadata=4, 8 and the &quot;faces&quot; tags:&lt;br/&gt;
&lt;a href=&quot;http://i.imgur.com/dZu5VlJ.jpg&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://i.imgur.com/dZu5VlJ.jpg&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="19575" author="grum" created="Thu, 8 Nov 2012 20:37:36 +0100"  >&lt;p&gt;Ugh right now almost impossible to fix sanely.&lt;/p&gt;</comment>
                            <comment id="19310" author="chalmes" created="Wed, 7 Nov 2012 23:58:19 +0100"  >&lt;p&gt;Confirmed.  It&apos;s also orientation specific.  A north/south facing log will have different rotations applied to its side textures to one facing east/west.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10102">
                    <name>Duplicate</name>
                                                                <inwardlinks description="is duplicated by">
                                        <issuelink>
            <issuekey id="31216">MC-15492</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="40340">MC-21369</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10103">
                    <name>Relates</name>
                                                                <inwardlinks description="relates to">
                                        <issuelink>
            <issuekey id="153077">MC-109370</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="103424" name="15w44b.jpg" size="1411767" author="_zombiehunter" created="Sat, 31 Oct 2015 13:32:59 +0100"/>
                            <attachment id="11521" name="2012-10-31_13.54.06.png" size="754423" author="samsamts" created="Wed, 31 Oct 2012 14:18:24 +0100"/>
                            <attachment id="11522" name="2012-10-31_13.55.07.png" size="750709" author="samsamts" created="Wed, 31 Oct 2012 14:18:24 +0100"/>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                <customfield id="customfield_10701" key="com.atlassian.jira.plugin.system.customfieldtypes:datetime">
                        <customfieldname>CHK</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Fri, 8 Feb 2013 01:37: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>1.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                <customfield id="customfield_11600" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i0i6nr:</customfieldvalue>

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