<!-- 
RSS generated by JIRA (9.12.2#9120002-sha1:301bf498dd45d800842af0b84230f1bb58606c13) at Sun Jan 12 12:11:54 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-6654] Water/Lava Colliding no longer gives off smoke particles</title>
                <link>https://bugs.mojang.com/browse/MC-6654</link>
                <project id="10400" key="MC">Minecraft: Java Edition</project>
                    <description>&lt;p&gt;When water flows into lava, the hissing noise plays, but the accompanying smoke no longer appears. I suspect it&apos;s been like this since the Great SMP Switchover.&lt;/p&gt;

&lt;p&gt;Not a tremendously huge deal, but does ruin the ability to make smoke machines.&lt;/p&gt;

&lt;p&gt;Code analysis: &lt;a href=&quot;https://bugs.mojang.com/browse/MC-6654?focusedCommentId=284677&amp;amp;page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-284677&quot; class=&quot;external-link&quot; rel=&quot;nofollow&quot;&gt;https://bugs.mojang.com/browse/MC-6654?focusedCommentId=284677&amp;amp;page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-284677&lt;/a&gt; and &lt;a href=&quot;https://bugs.mojang.com/browse/MC-10369?focusedCommentId=284639&amp;amp;page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-284639&quot; class=&quot;external-link&quot; rel=&quot;nofollow&quot;&gt;https://bugs.mojang.com/browse/MC-10369?focusedCommentId=284639&amp;amp;page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-284639&lt;/a&gt;&lt;/p&gt;</description>
                <environment>Windows 7 64x, vanilla Minecraft with default texture pack. Java Version: 1.6.0_33 from Sun Microsystems, Inc.</environment>
        <key id="19422">MC-6654</key>
            <summary>Water/Lava Colliding no longer gives off smoke particles</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="tigt">Taylor Hunt</reporter>
                        <labels>
                            <label>lava</label>
                            <label>particle</label>
                            <label>rendering</label>
                            <label>smoke</label>
                            <label>water</label>
                    </labels>
                <created>Wed, 9 Jan 2013 15:50:58 +0100</created>
                <updated>Mon, 14 Mar 2016 20:39:09 +0100</updated>
                            <resolved>Mon, 14 Mar 2016 20:39:04 +0100</resolved>
                                    <version>Minecraft 1.4.6</version>
                    <version>Minecraft 1.4.7</version>
                    <version>Snapshot 13w01a</version>
                    <version>Snapshot 13w01b</version>
                    <version>Snapshot 13w02b</version>
                    <version>Minecraft 1.5</version>
                    <version>Snapshot 13w11a</version>
                    <version>Minecraft 1.5.2</version>
                    <version>Minecraft 1.6.1</version>
                    <version>Minecraft 1.6.2</version>
                    <version>Minecraft 1.7.4</version>
                    <version>Minecraft 14w08a</version>
                    <version>Minecraft 16w06a</version>
                                                                        <votes>9</votes>
                                    <watches>5</watches>
                                                                            <comments>
                            <comment id="284677" author="marcono1234" created="Thu, 11 Feb 2016 22:40:03 +0100"  >&lt;p&gt;Please link to this comment and the &lt;a href=&quot;https://bugs.mojang.com/browse/MC-10369?focusedCommentId=284639&amp;amp;page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-284639&quot; class=&quot;external-link&quot; rel=&quot;nofollow&quot;&gt;comment&lt;/a&gt; on &lt;a href=&quot;https://bugs.mojang.com/browse/MC-10369&quot; title=&quot;Server side particle spawning does not create particles for client&quot; class=&quot;issue-link&quot; data-issue-key=&quot;MC-10369&quot;&gt;&lt;del&gt;MC-10369&lt;/del&gt;&lt;/a&gt; in the description of this report&lt;/p&gt;

&lt;p&gt;The following is based on decompiled version of Minecraft 1.8 using MCP. All method and class names are the names used in the decompiled version.&lt;/p&gt;

&lt;h3&gt;&lt;a name=&quot;Howtofixthebug&quot;&gt;&lt;/a&gt;How to fix the bug&lt;/h3&gt;
&lt;p&gt;Instead of having the &lt;tt&gt;for&lt;/tt&gt; loops to create the particles, the following could / should be used:&lt;/p&gt;
&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;Affected class: &lt;tt&gt;net.minecraft.block.BlockLiquid&lt;/tt&gt;&lt;/li&gt;
	&lt;li&gt;Affected method: &lt;tt&gt;protected void func_180688_d(World worldIn, BlockPos p_180688_2_)&lt;/tt&gt;&lt;/li&gt;
	&lt;li&gt;New code:&lt;br/&gt;
&lt;tt&gt;p_180688_2_&lt;/tt&gt; -  The &lt;tt&gt;BlockPos&lt;/tt&gt; of the lava block
&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;((WorldServer) worldIn).func_175739_a(EnumParticleTypes.SMOKE_LARGE, (&lt;span class=&quot;code-object&quot;&gt;double&lt;/span&gt;)p_180688_2_.getX() + 0.5D, (&lt;span class=&quot;code-object&quot;&gt;double&lt;/span&gt;)p_180688_2_.getY() + 1.2D, (&lt;span class=&quot;code-object&quot;&gt;double&lt;/span&gt;)p_180688_2_.getZ() + 0.5D, 8, 0.25D, 0D, 0.25D, 0D, &lt;span class=&quot;code-keyword&quot;&gt;new&lt;/span&gt; &lt;span class=&quot;code-object&quot;&gt;int&lt;/span&gt;[0]);
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="284643" author="marcono1234" created="Thu, 11 Feb 2016 21:06:38 +0100"  >&lt;p&gt;Confirmed for&lt;/p&gt;
&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;&lt;b&gt;16w06a&lt;/b&gt;&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="205127" author="galaxy_2alex" created="Sat, 25 Oct 2014 00:33:42 +0200"  >&lt;p&gt;Is this still a concern in the &lt;em&gt;current Minecraft version&lt;/em&gt; &lt;b&gt;1.8.1 Prerelease 3&lt;/b&gt; / Launcher version &lt;b&gt;1.5.3&lt;/b&gt; or later? If so, please &lt;em&gt;update the affected versions&lt;/em&gt; in order to best aid Mojang ensuring bugs are still valid in the latest releases/pre-releases.&lt;/p&gt;</comment>
                            <comment id="35687" author="bljat" created="Fri, 11 Jan 2013 22:21:39 +0100"  >&lt;p&gt;Confirmed in 13w02b.&lt;/p&gt;</comment>
                            <comment id="34574" author="tigt" created="Thu, 10 Jan 2013 00:21:30 +0100"  >&lt;p&gt;I agree, it is because of the server swap. However, a lot of other interactions and features that SMP had been missing had been lost in the changeover, and those were restored. I suspect this one should be restored as well, but I can see Team Dinnerjeb deciding it&apos;s unnecessary as another valid choice.&lt;/p&gt;</comment>
                            <comment id="34452" author="jinoh" created="Wed, 9 Jan 2013 16:11:42 +0100"  >&lt;p&gt;Started from 1.3.1, The minecraft always open a server even if singleplayer, and servers don&apos;t support that kinds of particle. So it&apos;s NOT a bug.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10102">
                    <name>Duplicate</name>
                                            <outwardlinks description="duplicates">
                                        <issuelink>
            <issuekey id="24319">MC-10369</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10103">
                    <name>Relates</name>
                                                                <inwardlinks description="relates to">
                                        <issuelink>
            <issuekey id="101837">MC-73857</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="134123">MC-96974</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="137468">MC-99512</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                <customfield id="customfield_10701" key="com.atlassian.jira.plugin.system.customfieldtypes:datetime">
                        <customfieldname>CHK</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Tue, 25 Feb 2014 22:21: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|i03qen:</customfieldvalue>

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