<!-- 
RSS generated by JIRA (9.12.2#9120002-sha1:301bf498dd45d800842af0b84230f1bb58606c13) at Sun Jan 12 12:05:48 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-4805] Entity bounce when traversing blocks that have Y sizes in increments other than 0.5.</title>
                <link>https://bugs.mojang.com/browse/MC-4805</link>
                <project id="10400" key="MC">Minecraft: Java Edition</project>
                    <description>&lt;p&gt;Attempting to walk up a block that does not have a Y height of 0.5 or 1 will cause the player to briefly fall downward to 0 or 0.5(depending on the entity&apos;s height). &lt;/p&gt;

&lt;p&gt;A tested fix has already been found, although I&apos;m sure that the official code will have other variable names, so the proper location should be able to be found from this snippet below.&lt;/p&gt;

&lt;p&gt;if (var40 &amp;gt; 0.0D &amp;amp;&amp;amp; !this.worldObj.isRemote)&lt;br/&gt;
{&lt;br/&gt;
    this.ySize = (float)((double)this.ySize + var40 + 0.01D);&lt;br/&gt;
}&lt;/p&gt;

&lt;p&gt;It exists at the end of the &quot;move&quot; profile section in the entity code. The remote world check makes this piece of code only run on the server side, thereby stopping the desync(and therefore the bounce) from occurring.&lt;/p&gt;</description>
                <environment></environment>
        <key id="17344">MC-4805</key>
            <summary>Entity bounce when traversing blocks that have Y sizes in increments other than 0.5.</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="3">Duplicate</resolution>
                                        <assignee username="-1">Unassigned</assignee>
                                    <reporter username="bioxx">Robert Anthony</reporter>
                        <labels>
                    </labels>
                <created>Sun, 16 Dec 2012 13:17:04 +0100</created>
                <updated>Tue, 5 May 2015 11:25:44 +0200</updated>
                            <resolved>Sun, 16 Dec 2012 15:06:04 +0100</resolved>
                                    <version>Minecraft 1.4.5</version>
                                                                        <votes>0</votes>
                                    <watches>1</watches>
                                                                            <comments>
                            <comment id="28789" author="bljat" created="Sun, 16 Dec 2012 15:06:04 +0100"  >&lt;p&gt;Duplicate of &lt;a href=&quot;https://bugs.mojang.com/browse/MC-1594&quot; title=&quot;Trying to walk from a block with a collision box shorter than 1 block to another block that is also shorter, causes you to momentarily glitch into the ground&quot; class=&quot;issue-link&quot; data-issue-key=&quot;MC-1594&quot;&gt;&lt;del&gt;MC-1594&lt;/del&gt;&lt;/a&gt; , please use the &lt;a href=&quot;https://mojang.atlassian.net/secure/IssueNavigator.jspa&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;search function&lt;/a&gt; to see if your bug has already been submitted. Currently over 35% of tickets are being closed as duplicate.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10102">
                    <name>Duplicate</name>
                                            <outwardlinks description="duplicates">
                                        <issuelink>
            <issuekey id="12935">MC-1594</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <attachments>
                    </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_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|i06qkv:</customfieldvalue>

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