<!-- 
RSS generated by JIRA (9.12.2#9120002-sha1:301bf498dd45d800842af0b84230f1bb58606c13) at Sat Jan 11 15:16:59 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>[MCPE-17831] no empty bowl after eating mushroom stew</title>
                <link>https://bugs.mojang.com/browse/MCPE-17831</link>
                <project id="10200" key="MCPE">Minecraft (Bedrock codebase)</project>
                    <description>&lt;p&gt;When you eat mushroom soup, you have no empty bowl, it disappears completely here. This may be intended but it is a change from the past!&lt;/p&gt;

&lt;p&gt;In the internal vanilla server pack&apos;s items.json:&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-quote&quot;&gt;&quot;mushroom_stew&quot;&lt;/span&gt;: {
      &lt;span class=&quot;code-quote&quot;&gt;&quot;use_duration&quot;&lt;/span&gt;: 32,
      &lt;span class=&quot;code-quote&quot;&gt;&quot;max_stack_size&quot;&lt;/span&gt;: 1,

      &lt;span class=&quot;code-quote&quot;&gt;&quot;food&quot;&lt;/span&gt;: {
        &lt;span class=&quot;code-quote&quot;&gt;&quot;nutrition&quot;&lt;/span&gt;: 6,
        &lt;span class=&quot;code-quote&quot;&gt;&quot;saturation_modifier&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;normal&quot;&lt;/span&gt;,
        &lt;span class=&quot;code-quote&quot;&gt;&quot;is_meat&quot;&lt;/span&gt;: &lt;span class=&quot;code-keyword&quot;&gt;false&lt;/span&gt;,
        &lt;span class=&quot;code-quote&quot;&gt;&quot;using_converts_to&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;item.bowl&quot;&lt;/span&gt;
      }
    },&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Notice how it uses &quot;item.bowl&quot;. This is INCORRECT. It should say just &quot;bowl&quot;, as seen in rabbit stew or beetroot soup:&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-quote&quot;&gt;&quot;rabbit_stew&quot;&lt;/span&gt;: {
      &lt;span class=&quot;code-quote&quot;&gt;&quot;use_duration&quot;&lt;/span&gt;: 32,
      &lt;span class=&quot;code-quote&quot;&gt;&quot;max_stack_size&quot;&lt;/span&gt;: 1,

      &lt;span class=&quot;code-quote&quot;&gt;&quot;food&quot;&lt;/span&gt;: {
        &lt;span class=&quot;code-quote&quot;&gt;&quot;nutrition&quot;&lt;/span&gt;: 10,
        &lt;span class=&quot;code-quote&quot;&gt;&quot;saturation_modifier&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;normal&quot;&lt;/span&gt;,
        &lt;span class=&quot;code-quote&quot;&gt;&quot;using_converts_to&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;bowl&quot;&lt;/span&gt;,
        &lt;span class=&quot;code-quote&quot;&gt;&quot;is_meat&quot;&lt;/span&gt;: &lt;span class=&quot;code-keyword&quot;&gt;true&lt;/span&gt;
      }
    },&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
            <key id="153158">MCPE-17831</key>
            <summary>no empty bowl after eating mushroom stew</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>
                                            <reporter username="ophiochos">Jason Davies</reporter>
                        <labels>
                            <label>bowl</label>
                            <label>mushroom-stew</label>
                    </labels>
                <created>Sun, 30 Oct 2016 13:07:02 +0100</created>
                <updated>Fri, 18 Nov 2016 19:35:06 +0100</updated>
                            <resolved>Fri, 18 Nov 2016 19:35:06 +0100</resolved>
                                    <version>0.16.0</version>
                    <version>0.16.1</version>
                                    <fixVersion>0.17.0.2</fixVersion>
                                                        <votes>1</votes>
                                    <watches>3</watches>
                                                                            <comments>
                            <comment id="344566" author="zebulanstanphill@gmail.com" created="Fri, 18 Nov 2016 19:35:06 +0100"  >&lt;p&gt;Fixed in 0.17.0.1. (But I&apos;m marking it as fixed in 0.17.0.2 because I can&apos;t mark an issue as fixed in an archived version.)&lt;/p&gt;</comment>
                            <comment id="341306" author="zebulanstanphill@gmail.com" created="Mon, 7 Nov 2016 15:16:22 +0100"  >&lt;p&gt;Updated the description with what appears to be the root cause - an error in the items.json in the internal server behavior pack.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10102">
                    <name>Duplicate</name>
                                                                <inwardlinks description="is duplicated by">
                                        <issuelink>
            <issuekey id="153733">MCPE-18016</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_11500" key="com.atlassian.jira.plugin.system.customfieldtypes:textfield">
                        <customfieldname>ADO</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>39659</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                    <customfield id="customfield_10701" key="com.atlassian.jira.plugin.system.customfieldtypes:datetime">
                        <customfieldname>CHK</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Mon, 7 Nov 2016 15:54: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_11300" key="com.atlassian.jira.plugin.system.customfieldtypes:textfield">
                        <customfieldname>Operating System Version</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>iOS 10.0.2</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_10402" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Platform</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10907"><![CDATA[Tablet - iOS - iPad Pro]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11600" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i0jumf:</customfieldvalue>

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