<!-- 
RSS generated by JIRA (9.12.2#9120002-sha1:301bf498dd45d800842af0b84230f1bb58606c13) at Sun Jan 12 12:14:03 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-7302] Nametag of certain mobs too low / too high</title>
                <link>https://bugs.mojang.com/browse/MC-7302</link>
                <project id="10400" key="MC">Minecraft: Java Edition</project>
                    <description>&lt;p&gt;make a chicken, or a small slime, or anything really short. Name it (using MCEdit or something), and make sure it has the nameplate above it. look how high the nameplate is.&lt;/p&gt;

&lt;p&gt;The nametag of Endermen and Ender dragon (see &lt;a href=&quot;https://bugs.mojang.com/browse/MC-7700&quot; title=&quot;The name of the EnderDragon are not showed on boss-life bar.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;MC-7700&quot;&gt;&lt;del&gt;MC-7700&lt;/del&gt;&lt;/a&gt;) is too low.&lt;/p&gt;</description>
                <environment>7.12 java. windows vista</environment>
        <key id="20085">MC-7302</key>
            <summary>Nametag of certain mobs too low / too high</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="dinnerbone">[Mojang] Nathan Adams</assignee>
                                    <reporter username="howzieky">Howzieky</reporter>
                        <labels>
                            <label>CustomName</label>
                            <label>high</label>
                            <label>nameplate</label>
                    </labels>
                <created>Sat, 12 Jan 2013 19:47:58 +0100</created>
                <updated>Wed, 10 May 2017 06:58:13 +0200</updated>
                            <resolved>Wed, 13 Feb 2013 10:40:43 +0100</resolved>
                                    <version>Snapshot 13w02b</version>
                    <version>Snapshot 13w04a</version>
                    <version>Snapshot 13w06a</version>
                                    <fixVersion>Snapshot 13w07a</fixVersion>
                                                        <votes>12</votes>
                                    <watches>3</watches>
                                                                            <comments>
                            <comment id="46447" author="howzieky" created="Mon, 18 Feb 2013 16:02:23 +0100"  >&lt;p&gt;&quot;Just 4 Fun x 32&quot; Made by this guy!&lt;/p&gt;</comment>
                            <comment id="46043" author="jackz" created="Sat, 16 Feb 2013 14:22:41 +0100"  >&lt;p&gt;I don&apos;t want to budge in, what texturepack is that? It looks kinda cool&lt;/p&gt;</comment>
                            <comment id="45738" author="enderbolt" created="Thu, 14 Feb 2013 20:02:30 +0100"  >&lt;p&gt;Fixed in 13w07a.&lt;/p&gt;</comment>
                            <comment id="39482" author="kumasasa" created="Thu, 24 Jan 2013 20:27:06 +0100"  >&lt;p&gt;Confirmed.&lt;/p&gt;</comment>
                            <comment id="37545" author="bugi74" created="Thu, 17 Jan 2013 20:51:49 +0100"  >&lt;p&gt;Can not comment about this when it comes to snapshots, but for 1.4.7 version only.&lt;/p&gt;

&lt;p&gt;In the official and MCP produced (decompiled etc.) version of 1.4.7, I couldn&apos;t get any labels/names for mobs without first making some changes. (Maybe there is some long-term change going on in the snapshots, related perhaps to the rendering changes?). After enabling them (one line added for this), the labels are in the same height for every mob, no matter how tall they are (just like described in this issue).&lt;/p&gt;

&lt;p&gt;The fix was like this:&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-comment&quot;&gt;//GL11.glTranslatef((&lt;span class=&quot;code-object&quot;&gt;float&lt;/span&gt;)x + 0.0F, (&lt;span class=&quot;code-object&quot;&gt;float&lt;/span&gt;)y + 2.3F, (&lt;span class=&quot;code-object&quot;&gt;float&lt;/span&gt;)z);
&lt;/span&gt;            GL11.glTranslatef((&lt;span class=&quot;code-object&quot;&gt;float&lt;/span&gt;)x, (&lt;span class=&quot;code-object&quot;&gt;float&lt;/span&gt;)y + entity.height + 0.5F, (&lt;span class=&quot;code-object&quot;&gt;float&lt;/span&gt;)z);
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;I did not bother to take a screenshot, but suffice it to say, with that change the labels float quite well just above the highest point of the mob, though this depends how well the entity&apos;s height is set.&lt;/p&gt;</comment>
                            <comment id="37520" author="howzieky" created="Thu, 17 Jan 2013 20:03:29 +0100"  >&lt;p&gt;aww. is there any way to say: &lt;/p&gt;

&lt;p&gt;namePlate.y = mobHeight+.5000 /* mob height + half a meter*/&lt;/p&gt;</comment>
                            <comment id="37518" author="kumasasa" created="Thu, 17 Jan 2013 19:59:04 +0100"  >&lt;p&gt;@John Smith: I cannot customize anything.&lt;/p&gt;</comment>
                            <comment id="37378" author="pokecanada" created="Thu, 17 Jan 2013 16:07:03 +0100"  >&lt;p&gt;That&apos;s because this is how the game reads the players name tags. That&apos;s how Mojang fixed it. And anyways, who would want an Enderman to have an name tag when he will just teleport away? I can see the uses for it but it&apos;s not to useful.&lt;/p&gt;</comment>
                            <comment id="37373" author="howzieky" created="Thu, 17 Jan 2013 15:37:53 +0100"  >&lt;p&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;Mod&amp;#93;&lt;/span&gt; Kumasasa just customize each mob one at a time&lt;/p&gt;</comment>
                            <comment id="37372" author="howzieky" created="Thu, 17 Jan 2013 15:37:16 +0100"  >&lt;p&gt;Vote this up so it can get fixed!&lt;/p&gt;</comment>
                            <comment id="37323" author="iamthepiguy" created="Thu, 17 Jan 2013 13:30:04 +0100"  >&lt;p&gt;So all nameplates are just at the same height for all mobs currently.&lt;/p&gt;</comment>
                            <comment id="36239" author="kumasasa" created="Sat, 12 Jan 2013 22:52:15 +0100"  >&lt;p&gt;See also the opposite issue in &lt;a href=&quot;https://bugs.mojang.com/browse/MC-7007&quot; title=&quot;Enderman Name Tags are not high enough&quot; class=&quot;issue-link&quot; data-issue-key=&quot;MC-7007&quot;&gt;&lt;del&gt;MC-7007&lt;/del&gt;&lt;/a&gt; &lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10102">
                    <name>Duplicate</name>
                                                                <inwardlinks description="is duplicated by">
                                        <issuelink>
            <issuekey id="19784">MC-7007</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="20481">MC-7674</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="21621">MC-8659</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="23192">MC-9567</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="30808">MC-15119</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="18494" name="2013-01-12_11.43.24.png" size="320509" author="howzieky" created="Sat, 12 Jan 2013 19:47:58 +0100"/>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                <customfield id="customfield_10701" key="com.atlassian.jira.plugin.system.customfieldtypes:datetime">
                        <customfieldname>CHK</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Sat, 26 Jan 2013 20:40: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_10501" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Game Mode</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10305"><![CDATA[Creative]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_11100" key="com.atlassian.jira.plugin.system.customfieldtypes:float">
                        <customfieldname>Linked</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>5.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                <customfield id="customfield_11600" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i0mzsv:</customfieldvalue>

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