<!-- 
RSS generated by JIRA (9.12.2#9120002-sha1:301bf498dd45d800842af0b84230f1bb58606c13) at Sat Jan 11 07:38: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>[BDS-7012] animation_controller files in behavior pack cannot load properly in BDS</title>
                <link>https://bugs.mojang.com/browse/BDS-7012</link>
                <project id="11700" key="BDS">Bedrock Dedicated Server</project>
                    <description>&lt;p&gt;What I expected to happen was...:&lt;br/&gt;
When I use a gun in XM-Guns Addon on BDS, animation_controller files make it shoot bullet entities. &lt;/p&gt;

&lt;p&gt;What actually happened was...:&lt;br/&gt;
Nothing happens, seems animation controller didn&apos;t work.&lt;/p&gt;

&lt;p&gt;Steps to Reproduce:&lt;br/&gt;
1. Download the addon in the attachment.&lt;br/&gt;
2. Install and apply both behavior and resource packs to a world. &lt;br/&gt;
2-1. Make sure cheat and experimental is enabled in the world.&lt;br/&gt;
2-2. Try it in Minecraft, not in BDS. &lt;br/&gt;
2-3. Use command &quot;/give @s gun:deagle&quot; to get yourself a deagle. You can find it works properly. &lt;br/&gt;
3. Copy this world to the &quot;world&quot; folder inside BDS.&lt;br/&gt;
4. Rename it to &quot;Bedrock level&quot; or something else, depends on what is the value in server.properties.&lt;br/&gt;
5. Set allow-cheats=true in server.properties. &lt;br/&gt;
6. Start the server.&lt;br/&gt;
7. Connect to the server with Minecraft.&lt;br/&gt;
8. Use command &quot;/give @s gun:deagle&quot; to get yourself a deagle. &lt;br/&gt;
9. It cannot shoot in BDS. If you delete the animation_controller folder in the behavior pack and use it again in singleplayer, you will find exactly same result. &lt;/p&gt;</description>
                <environment></environment>
        <key id="350525">BDS-7012</key>
            <summary>animation_controller files in behavior pack cannot load properly in BDS</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="7200">Naomi Hasunuma</reporter>
                        <labels>
                    </labels>
                <created>Sat, 4 Jul 2020 08:01:32 +0200</created>
                <updated>Thu, 4 Jan 2024 18:48:10 +0100</updated>
                            <resolved>Thu, 4 Jan 2024 18:48:10 +0100</resolved>
                                    <version>1.16.1</version>
                    <version>1.16.40</version>
                                                            <votes>2</votes>
                                    <watches>4</watches>
                                                                            <comments>
                            <comment id="1022511" author="JIRAUSER520506" created="Thu, 24 Jun 2021 13:05:44 +0200"  >&lt;p&gt;This issue was already fixed in the latest version&lt;/p&gt;</comment>
                            <comment id="842828" author="JIRAUSER520506" created="Wed, 18 Nov 2020 02:32:04 +0100"  >&lt;p&gt;I&apos;m pretty sure my behavior pack in BDS was installed correctly at /behavork_packs/&lt;/p&gt;</comment>
                            <comment id="842810" author="zizzyzizzy" created="Wed, 18 Nov 2020 02:02:10 +0100"  >&lt;p&gt;Two things:&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;
&lt;ol&gt;
	&lt;li&gt;&lt;b&gt;BDS structure is different from single player&lt;/b&gt;&lt;br/&gt;
In single player, there is a behavior_packs and resource_packs folder under &lt;b&gt;each&lt;/b&gt; world&#160;folder.&lt;br/&gt;
In BDS, the folders are at the root of your server, NOT in the world folder(s). You must move the packs to their correct BDS locations or BDS will not even see them. It only scans /behavior_packs/ and /resource_packs/ for installed add-on packs.&lt;/li&gt;
	&lt;li&gt;&lt;b&gt;As someone else already stated, the query.get_equipped_item_name was broken&lt;/b&gt;&lt;br/&gt;
This has been fixed as of today (1.16.100.04). However, now spawned projectiles no longer visibly function. They just hover while an invisible spawned projectile actually moves and strikes where you&apos;re looking.&lt;/li&gt;
&lt;/ol&gt;
</comment>
                            <comment id="829450" author="JIRAUSER556245" created="Sun, 25 Oct 2020 02:39:37 +0200"  >&lt;p&gt;this because the query.get_equipped_item_name and (maybe) the query.is_using_item query doesnt work properly on BDS. I think a beta mentioned something vague about this issue but it was unclear whether it was for BDS specifically or not (since it only is problematic on BDS)&lt;/p&gt;</comment>
                            <comment id="761780" author="ionicecko" created="Sat, 11 Jul 2020 13:58:37 +0200"  >&lt;p&gt;Awesome thanks for clarifying (I dont make or use custom behaviour packs so all that stuff is a bit foreign to me).&lt;/p&gt;

&lt;p&gt;Could you please update the description with the following information to make it easier to identify and reproduce. If you can, adding an example pack will help confirm the issue.&lt;/p&gt;


&lt;blockquote&gt;
&lt;h4&gt;&lt;a name=&quot;WhatIexpectedtohappenwas...%3A&quot;&gt;&lt;/a&gt;What I expected to happen was...:&lt;/h4&gt;
&lt;p&gt;When I killed a squid, it should have dropped an ink sac.&lt;/p&gt;

&lt;h4&gt;&lt;a name=&quot;Whatactuallyhappenedwas...%3A&quot;&gt;&lt;/a&gt;What actually happened was...:&lt;/h4&gt;
&lt;p&gt;Instead, it dropped an apple.&lt;/p&gt;

&lt;h4&gt;&lt;a name=&quot;StepstoReproduce%3A&quot;&gt;&lt;/a&gt;Steps to Reproduce:&lt;/h4&gt;
&lt;ol&gt;
	&lt;li&gt;Find a squid (though we all know how difficult they are to find when you &lt;b&gt;actually&lt;/b&gt; want to find one).&lt;/li&gt;
	&lt;li&gt;Kill the squid.&lt;/li&gt;
	&lt;li&gt;Notice that it drops apples instead of ink sacs. How am I supposed to get black dye now?&lt;/li&gt;
&lt;/ol&gt;
&lt;/blockquote&gt;</comment>
                            <comment id="758186" author="JIRAUSER520506" created="Tue, 7 Jul 2020 07:46:12 +0200"  >&lt;p&gt;custom items are already fixed in 1.16 version this is a different problem&lt;/p&gt;</comment>
                            <comment id="758161" author="ionicecko" created="Tue, 7 Jul 2020 07:03:03 +0200"  >&lt;p&gt;Is this likely the same as &lt;a href=&quot;https://bugs.mojang.com/browse/BDS-3265&quot; title=&quot;Custom behavior items do not work on BDS (with experimental features enabled)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;BDS-3265&quot;&gt;&lt;del&gt;BDS-3265&lt;/del&gt;&lt;/a&gt;? Thats the parent report we have been using for issues with Behaviour packs on BDS.&lt;/p&gt;</comment>
                            <comment id="755779" author="JIRAUSER520506" created="Sat, 4 Jul 2020 16:50:06 +0200"  >&lt;p&gt;only in BDS&lt;/p&gt;</comment>
                            <comment id="755455" author="ionicecko" created="Sat, 4 Jul 2020 11:35:36 +0200"  >&lt;p&gt;Is this for BDS or just Minecraft?&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10102">
                    <name>Duplicate</name>
                                                                <inwardlinks description="is duplicated by">
                                        <issuelink>
            <issuekey id="384303">BDS-9722</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10103">
                    <name>Relates</name>
                                                                <inwardlinks description="relates to">
                                        <issuelink>
            <issuekey id="367532">BDS-9536</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="322278" name="xmguns-6.5.mcaddon" size="2276010" author="7200" created="Mon, 13 Jul 2020 05:26:21 +0200"/>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_11500" key="com.atlassian.jira.plugin.system.customfieldtypes:textfield">
                        <customfieldname>ADO</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>324320</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_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|i1i7uv:</customfieldvalue>

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