<!-- 
RSS generated by JIRA (9.12.2#9120002-sha1:301bf498dd45d800842af0b84230f1bb58606c13) at Sun Jan 12 12:28:06 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-11578] zombies die when falling from height in 23 or 24 blocks instead of keeping 1/2 .. 1 heart of health</title>
                <link>https://bugs.mojang.com/browse/MC-11578</link>
                <project id="10400" key="MC">Minecraft: Java Edition</project>
                    <description>&lt;p&gt;-The expected health for a zombie falling off 24 blocks is 1/2 heart, but the zombie dies.&lt;br/&gt;
-zombies die when falling from height in 23 blocks (must have 2 unit of health)&lt;br/&gt;
-zombies have 2 units of health after falling from height in 22 blocks (must 3 units)&lt;br/&gt;
-zombies have 11 units of health after falling from height in 13 blocks (must 12 units)&lt;/p&gt;

&lt;p&gt;Version Minecraft: 1.5 Pre-release&lt;/p&gt;</description>
                <environment>OS: Windows 7 x86&lt;br/&gt;
Java ver: 1.7.17</environment>
        <key id="25737">MC-11578</key>
            <summary>zombies die when falling from height in 23 or 24 blocks instead of keeping 1/2 .. 1 heart of health</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="6">Works As Intended</resolution>
                                        <assignee username="-1">Unassigned</assignee>
                                    <reporter username="sologamer">Dmitry Scvorsov</reporter>
                        <labels>
                    </labels>
                <created>Mon, 11 Mar 2013 22:25:23 +0100</created>
                <updated>Sun, 11 Jun 2017 23:09:58 +0200</updated>
                            <resolved>Mon, 11 Mar 2013 23:49:47 +0100</resolved>
                                    <version>Minecraft 1.5</version>
                                                                        <votes>0</votes>
                                    <watches>2</watches>
                                                                            <comments>
                            <comment id="51937" author="banana478" created="Tue, 12 Mar 2013 00:20:39 +0100"  >&lt;p&gt;It&apos;s decompiled code using MCP.&lt;/p&gt;</comment>
                            <comment id="51936" author="banana478" created="Tue, 12 Mar 2013 00:20:24 +0100"  >&lt;p&gt;You&apos;re right, it&apos;s not written correctly there.&lt;/p&gt;</comment>
                            <comment id="51935" author="sologamer" created="Tue, 12 Mar 2013 00:17:59 +0100"  >&lt;p&gt;Kumasasa, is published this part of a code somewhere?&lt;/p&gt;</comment>
                            <comment id="51930" author="sologamer" created="Tue, 12 Mar 2013 00:00:01 +0100"  >&lt;p&gt;I understood, the mistake isn&apos;t present. In minecraftwiki.net in my language of such information isn&apos;t present, there are written 22 units of health and 2 units of armor.&lt;br/&gt;
make sure and sorry me: &lt;a href=&quot;http://ru.minecraftwiki.net/%D0%97%D0%BE%D0%BC%D0%B1%D0%B8&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://ru.minecraftwiki.net/%D0%97%D0%BE%D0%BC%D0%B1%D0%B8&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="51929" author="kumasasa" created="Mon, 11 Mar 2013 23:54:45 +0100"  >&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeHeader panelHeader&quot; style=&quot;border-bottom-width: 1px;&quot;&gt;&lt;b&gt;EntityZombie.java&lt;/b&gt;&lt;/div&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;&lt;span class=&quot;code-keyword&quot;&gt;public&lt;/span&gt; &lt;span class=&quot;code-object&quot;&gt;int&lt;/span&gt; getMaxHealth()
{
   &lt;span class=&quot;code-keyword&quot;&gt;return&lt;/span&gt; 20;
}
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="51924" author="bljat" created="Mon, 11 Mar 2013 23:40:12 +0100"  >&lt;p&gt;No they don&apos;t, they have 2 armor points if that&apos;s what you mean. Read on here: &lt;a href=&quot;http://www.minecraftwiki.net/wiki/Zombie&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://www.minecraftwiki.net/wiki/Zombie&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="51923" author="sologamer" created="Mon, 11 Mar 2013 23:38:27 +0100"  >&lt;p&gt;sounds good, but from updating of 1.9pre3 (6 october 2011) zombies have 22 units of health (11 hearts)&lt;/p&gt;</comment>
                            <comment id="51918" author="bljat" created="Mon, 11 Mar 2013 23:18:21 +0100"  >&lt;p&gt;Fall damage can be calculated using this formula:&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;FD = number of blocks - 3&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Zombie health: 20 points.&lt;br/&gt;
24-3=21 fall damage - zombie dead - as expected&lt;br/&gt;
23-3=20 fall damage - zombie dead - as expected&lt;br/&gt;
So what&apos;s the bug?&lt;/p&gt;</comment>
                            <comment id="51917" author="kumasasa" created="Mon, 11 Mar 2013 23:06:27 +0100"  >&lt;p&gt;The expected health for a zombie falling off 24 blocks is 1/2 heart, but the zombie dies.&lt;br/&gt;
The expected health for a zombie falling off 23 blocks is 1 heart, but the zombie dies.&lt;br/&gt;
...&lt;/p&gt;</comment>
                            <comment id="51913" author="sologamer" created="Mon, 11 Mar 2013 22:59:14 +0100"  >&lt;p&gt;There is a bug connected with the wrong calculation of a loss of health for falling zombies.&lt;br/&gt;
Zombies without armor have to die of falling from height in at least 25 blocks&lt;/p&gt;</comment>
                            <comment id="51911" author="banana478" created="Mon, 11 Mar 2013 22:53:04 +0100"  >&lt;p&gt;Sorry, I only speak English and French.&lt;/p&gt;</comment>
                            <comment id="51909" author="sologamer" created="Mon, 11 Mar 2013 22:52:12 +0100"  >&lt;p&gt;&#1077;&#1089;&#1090;&#1100; &#1084;&#1086;&#1076;&#1077;&#1088;&#1072;&#1090;&#1086;&#1088; &#1082;&#1086;&#1090;&#1086;&#1088;&#1099;&#1081; &#1089;&#1084;&#1086;&#1078;&#1077;&#1090; &#1087;&#1086;&#1075;&#1086;&#1074;&#1086;&#1088;&#1080;&#1090;&#1100; &#1089;&#1086; &#1084;&#1085;&#1086;&#1081; &#1085;&#1072; &#1056;&#1091;&#1089;&#1089;&#1082;&#1086;&#1084; &#1103;&#1079;&#1099;&#1082;&#1077;?&lt;/p&gt;</comment>
                            <comment id="51905" author="banana478" created="Mon, 11 Mar 2013 22:46:08 +0100"  >&lt;p&gt;I&apos;m not sure that I entirely understand what you think is a bug here.&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                            <attachment id="24238" name="Test_world.rar" size="137346" author="sologamer" created="Mon, 11 Mar 2013 22:31:14 +0100"/>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                                                        <customfield id="customfield_10500" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Confirmation Status</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10300"><![CDATA[Unconfirmed]]></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_11600" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i0kd53:</customfieldvalue>

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