<!-- 
RSS generated by JIRA (9.12.2#9120002-sha1:301bf498dd45d800842af0b84230f1bb58606c13) at Sat Jan 11 15:17:31 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-17967] Skeletons/strays are not afraid of wolves</title>
                <link>https://bugs.mojang.com/browse/MCPE-17967</link>
                <project id="10200" key="MCPE">Minecraft (Bedrock codebase)</project>
                    <description>&lt;p&gt;I tried to put a wolf to let the skeletons run away, so that I can separate them from other monsters.&lt;/p&gt;

&lt;p&gt;However, when I surround a wolf with glasses, the skeletons pay no attention to the wolf as they are on PCs. Could you please check it out?&lt;/p&gt;

&lt;p&gt;BTW it takes a loooooooong time to let the wolves attack the skeletons.&lt;/p&gt;

&lt;p&gt;Device:Samsung SM-A7009&lt;/p&gt;

&lt;p&gt;&lt;b&gt;The skeleton/stray behavior JSON files should contain a component similar to this:&lt;/b&gt;&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;minecraft:behavior.avoid_mob_type&quot;&lt;/span&gt;: {
  &lt;span class=&quot;code-quote&quot;&gt;&quot;priority&quot;&lt;/span&gt;: 3,
  &lt;span class=&quot;code-quote&quot;&gt;&quot;entity_types&quot;&lt;/span&gt;: [
    {
      &lt;span class=&quot;code-quote&quot;&gt;&quot;filters&quot;&lt;/span&gt;: { &lt;span class=&quot;code-quote&quot;&gt;&quot;other_with_families&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;wolf&quot;&lt;/span&gt; },
      &lt;span class=&quot;code-quote&quot;&gt;&quot;max_dist&quot;&lt;/span&gt;: 6,
      &lt;span class=&quot;code-quote&quot;&gt;&quot;walk_speed_multiplier&quot;&lt;/span&gt;: 1,
      &lt;span class=&quot;code-quote&quot;&gt;&quot;sprint_speed_multiplier&quot;&lt;/span&gt;: 1.2
    }
  ]
}
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
            <key id="153592">MCPE-17967</key>
            <summary>Skeletons/strays are not afraid of wolves</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="kv0525">Kevin Mei</reporter>
                        <labels>
                            <label>ai</label>
                            <label>entity</label>
                            <label>skeleton</label>
                            <label>stray</label>
                            <label>wolf</label>
                    </labels>
                <created>Sat, 5 Nov 2016 11:30:49 +0100</created>
                <updated>Thu, 14 Sep 2017 18:16:16 +0200</updated>
                            <resolved>Fri, 20 Jan 2017 10:58:35 +0100</resolved>
                                    <version>0.16.0</version>
                    <version>0.16.1</version>
                    <version>0.17.0.1</version>
                    <version>0.17.0.2</version>
                    <version>1.0.0.2</version>
                    <version>1.0.0</version>
                                    <fixVersion>1.0.2</fixVersion>
                                                        <votes>3</votes>
                                    <watches>3</watches>
                                                                            <comments>
                            <comment id="349705" author="zebulanstanphill@gmail.com" created="Wed, 21 Dec 2016 16:37:41 +0100"  >&lt;p&gt;It looks like this used to work in 0.13.0... See &lt;a href=&quot;https://bugs.mojang.com/browse/MCPE-10226&quot; title=&quot;Skeletons do not run away from wolves, or attack sheep.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;MCPE-10226&quot;&gt;&lt;del&gt;MCPE-10226&lt;/del&gt;&lt;/a&gt;.&lt;/p&gt;</comment>
                            <comment id="340675" author="kv0525" created="Sun, 6 Nov 2016 04:40:57 +0100"  >&lt;p&gt;@Specialistol Yes, that&apos;s right. I&apos;ve test it.&lt;/p&gt;</comment>
                            <comment id="340656" author="depressed-pho" created="Sun, 6 Nov 2016 02:17:45 +0100"  >&lt;p&gt;Ah this is because the vanilla behavior does not define &quot;minecraft:behavior.avoid_mob_type&quot; for skeletons like&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;minecraft:behavior.avoid_mob_type&quot;&lt;/span&gt;: {
  &lt;span class=&quot;code-quote&quot;&gt;&quot;priority&quot;&lt;/span&gt;: 3,
  &lt;span class=&quot;code-quote&quot;&gt;&quot;entity_types&quot;&lt;/span&gt;: [
    {
      &lt;span class=&quot;code-quote&quot;&gt;&quot;filters&quot;&lt;/span&gt;: { &lt;span class=&quot;code-quote&quot;&gt;&quot;other_with_families&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;wolf&quot;&lt;/span&gt; },
      &lt;span class=&quot;code-quote&quot;&gt;&quot;max_dist&quot;&lt;/span&gt;: 6,
      &lt;span class=&quot;code-quote&quot;&gt;&quot;walk_speed_multiplier&quot;&lt;/span&gt;: 1,
      &lt;span class=&quot;code-quote&quot;&gt;&quot;sprint_speed_multiplier&quot;&lt;/span&gt;: 1.2
    }
  ]
}
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="340576" author="specialistol" created="Sat, 5 Nov 2016 20:47:09 +0100"  >&lt;p&gt;It isn&apos;t the glass. I&apos;ve tried it out without the glass as well, Skeletons ignore wolves until the wolves attack them. (Creative-Windows 10 Edition on PC)&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10102">
                    <name>Duplicate</name>
                                                                <inwardlinks description="is duplicated by">
                                        <issuelink>
            <issuekey id="160451">MCPE-19739</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="178100">MCPE-24614</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="127721" name="Screenshot_2016-11-05-18-02-42.png" size="1232316" author="kv0525" created="Sat, 5 Nov 2016 11:30:49 +0100"/>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_11500" key="com.atlassian.jira.plugin.system.customfieldtypes:textfield">
                        <customfieldname>ADO</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>53153</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                    <customfield id="customfield_10701" key="com.atlassian.jira.plugin.system.customfieldtypes:datetime">
                        <customfieldname>CHK</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Thu, 22 Dec 2016 03:14: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>Android 4.4.4</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_10402" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Platform</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10727"><![CDATA[Phone - Android - Samsung Other (Specify in description)]]></customfieldvalue>

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

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