<!-- 
RSS generated by JIRA (9.12.2#9120002-sha1:301bf498dd45d800842af0b84230f1bb58606c13) at Sun Jan 12 11:50:11 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-195] Flowing water still drags the player while flying.</title>
                <link>https://bugs.mojang.com/browse/MC-195</link>
                <project id="10400" key="MC">Minecraft: Java Edition</project>
                    <description>&lt;p&gt;&lt;b&gt;What I expected:&lt;/b&gt;&lt;br/&gt;
To be unaffected while flying through flowing water.&lt;br/&gt;
&lt;b&gt;What happened:&lt;/b&gt;&lt;br/&gt;
The water dragged me whichever way it was flowing.&lt;/p&gt;

&lt;p&gt;&lt;b&gt;To reproduce:&lt;/b&gt;&lt;br/&gt;
1. Find or make some flowing water (much easier if the water body is at least 3*2*2).&lt;br/&gt;
2. While flying, lower into the water making sure not to touch the bottom.&lt;br/&gt;
3. The current drags you whichever way it&apos;s flowing when you should be unaffected.&lt;/p&gt;

&lt;p&gt;Note: water only, not lava.&lt;/p&gt;</description>
                <environment>Windows 7 32bit, Java 7 (1.7.0_07)</environment>
        <key id="11446">MC-195</key>
            <summary>Flowing water still drags the player while flying.</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="5ives">5ives</reporter>
                        <labels>
                    </labels>
                <created>Wed, 24 Oct 2012 22:54:59 +0200</created>
                <updated>Mon, 4 May 2015 22:18:15 +0200</updated>
                            <resolved>Wed, 23 Jan 2013 10:55:20 +0100</resolved>
                                    <version>Minecraft 1.4.1</version>
                    <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 12w50b</version>
                    <version>Snapshot 13w02b</version>
                    <version>Snapshot 13w03a</version>
                                    <fixVersion>Snapshot 13w04a</fixVersion>
                                                        <votes>75</votes>
                                    <watches>8</watches>
                                                                            <comments>
                            <comment id="36883" author="bugi74" created="Tue, 15 Jan 2013 00:19:55 +0100"  >&lt;p&gt;Small detail: seems (in the code) that at least in 1.4.7 the movement effect caused by flowing water is shared by all entities. If this will be considered a bug, there could be two solutions.&lt;/p&gt;

&lt;p&gt;1. Override relevant method(s) in EntityPlayer, do some code copying down the class hierarchy (yugh), and modify as necessary to handle flying in water -case.&lt;br/&gt;
2. A new flag in the Entity class (along the lines of &quot;ignoreWaterFlowWhenFlying&quot;) and appropriate minor code change in the method that handles water movement (I like this better).&lt;/p&gt;

&lt;p&gt;Both cases have some details to take care of... so it isn&apos;t a trivial thing to change. Don&apos;t hold your breath (no pun intended) while waiting...&lt;/p&gt;</comment>
                            <comment id="28679" author="lordaro" created="Sat, 15 Dec 2012 21:24:48 +0100"  >&lt;p&gt;Still water does not slow down the player (any more), therefore flowing water shouldn&apos;t affect the player either&lt;/p&gt;</comment>
                            <comment id="28671" author="baconcow" created="Sat, 15 Dec 2012 21:11:08 +0100"  >&lt;p&gt;This is not a bug, this is physics. The player is no longer flying through a gas (air), they are flying through a combination of air and water (liquid). The water is slowing down the portion of their body that is submerged, and thus slowing down their overall flight.&lt;/p&gt;</comment>
                            <comment id="17830" author="syran" created="Sun, 4 Nov 2012 00:10:53 +0100"  >&lt;p&gt;Marios, thank you for your clear comment. I feel the need to reformulate my words by saying &apos;dragged&apos; instead of &apos;slowed down&apos;. Altho its nearly the same, it is a subtile difference. When flying we can fly freely through flowing water. Only when the player is not moving the drag realy becomes notiseable. In this setting it doesn&apos;t hinder the player, but unexpected in my viewingpoint. So I guess you are right (compelling evidence on the wiki) and its intended.&lt;br/&gt;
I agree its up to Mojang to decide.&lt;/p&gt;</comment>
                            <comment id="17826" author="purple" created="Sat, 3 Nov 2012 23:26:23 +0100"  >&lt;p&gt;@Robin bastiaan &quot;The player is slowed down by flowing water -&amp;gt; a fluid.&quot; If the player while flying is indeed slowed down by flowing water (I haven&apos;t noticed something like that in 1.4.2 that I&apos;m currently playing) then it is a bug (which supposedly was fixed in 1.3.1). But this is another case, it&apos;s not what the reporter (5ives) or I described. &lt;/p&gt;

&lt;p&gt;Whether someone thinks that this is an unintended feature or not, it&apos;s a personal opinion because there is nowhere written the way it is supposed to work. So I guess it&apos;s up to Mojang team to decide. This is what I&apos;ve been trying to say. My personal opinion is that this how the game&apos;s physics work (according to wiki &quot;Flying decreases the player&apos;s friction by a lot, making the player move as if they were on ice&quot;) even though I don&apos;t like it too. &lt;/p&gt;</comment>
                            <comment id="17812" author="syran" created="Sat, 3 Nov 2012 22:42:19 +0100"  >&lt;p&gt;In my opinion this is clearly a bug. The player is slowed down by flowing water -&amp;gt; a fluid. Also, I dont see why a flying player would want or should be slowed down because of flowing water. Therefore I think this is a unintended feature. In other words: a bug.&lt;/p&gt;</comment>
                            <comment id="17656" author="purple" created="Sat, 3 Nov 2012 16:03:25 +0100"  >&lt;p&gt;How is this a bug? Nowhere in wiki is reported that a flying player is not dragged by flowing water. Instead, &quot;If a player is flying in fluids they will not sink or slow down.&quot; under flying section and &quot;Fixed liquids slowing down flying players.&quot; under changelog/bug fixes for 1.3.1&lt;br/&gt;
This looks like a feature request, not bug report. Yet it is one of the top voted bugs.&lt;/p&gt;</comment>
                            <comment id="17099" author="syran" created="Fri, 2 Nov 2012 13:58:41 +0100"  >&lt;p&gt;I can confirm this bug in 1.4.2&lt;br/&gt;
its good fixing material &lt;img class=&quot;emoticon&quot; src=&quot;https://bugs.mojang.com/images/icons/emoticons/tongue.png&quot; height=&quot;16&quot; width=&quot;16&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/p&gt;</comment>
                            <comment id="16835" author="zombygeek" created="Fri, 2 Nov 2012 00:34:03 +0100"  >&lt;p&gt;i could have swore i read that this was changed in an update somewhere.. hmm maybe not, but it does happen in 1.4.2 and is pretty annoying..&lt;/p&gt;</comment>
                            <comment id="16831" author="diusser" created="Fri, 2 Nov 2012 00:32:15 +0100"  >&lt;p&gt;Queridos guiris , venimos del canal de Pagoru a invadir aqu&#237; x&apos;D&lt;/p&gt;</comment>
                            <comment id="16830" author="poru_98" created="Fri, 2 Nov 2012 00:31:35 +0100"  >&lt;p&gt;bengo de parte de pagoru &lt;img class=&quot;emoticon&quot; src=&quot;https://bugs.mojang.com/images/icons/emoticons/smile.png&quot; height=&quot;16&quot; width=&quot;16&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/p&gt;</comment>
                            <comment id="12878" author="pantupino" created="Thu, 25 Oct 2012 03:34:40 +0200"  >&lt;p&gt;This actually happened on Minecraft version 1.2 (when you can fly at same speed inside water as outside), I think this works as intended or maybe could be fixed so you don&apos;t move by the flow.&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                <customfield id="customfield_10701" key="com.atlassian.jira.plugin.system.customfieldtypes:datetime">
                        <customfieldname>CHK</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Fri, 23 Nov 2012 14:34: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_11600" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i0evf3:</customfieldvalue>

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