<!-- 
RSS generated by JIRA (9.12.2#9120002-sha1:301bf498dd45d800842af0b84230f1bb58606c13) at Sat Jan 11 15:22:55 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-19363] Can&apos;t Import .mcpack/.mcworld</title>
                <link>https://bugs.mojang.com/browse/MCPE-19363</link>
                <project id="10200" key="MCPE">Minecraft (Bedrock codebase)</project>
                    <description>&lt;p&gt;Every time I open a .mcpack or .mcworld file the game open but fails to import the add-on / world in the manifest validation it only says &quot;Unable to open pack&quot; and in .mcworld it just do nothing&lt;/p&gt;</description>
            <key id="158396">MCPE-19363</key>
            <summary>Can&apos;t Import .mcpack/.mcworld</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="5">Cannot Reproduce</resolution>
                                            <reporter username="madderMiner">GK</reporter>
                        <labels>
                    </labels>
                <created>Wed, 21 Dec 2016 23:07:26 +0100</created>
                <updated>Tue, 21 Sep 2021 06:23:30 +0200</updated>
                            <resolved>Tue, 19 Jun 2018 18:22:45 +0200</resolved>
                                    <version>1.0.0</version>
                                                                        <votes>1</votes>
                                    <watches>3</watches>
                                                                            <comments>
                            <comment id="1075372" author="liam." created="Tue, 21 Sep 2021 06:23:30 +0200"  >&lt;p&gt;I&apos;m getting this same problem in 1.17 now&lt;/p&gt;</comment>
                            <comment id="461698" author="mega_spud" created="Tue, 19 Jun 2018 18:22:45 +0200"  >&lt;p&gt;Cleaning up old tickets:  This ticket has not been updated recently (1 year+) so is being closed as &lt;em&gt;Cannot Reproduce&lt;/em&gt;.  If you feel this is still a valid issue then please comment, or create a new ticket following the &lt;a href=&quot;http://help.mojang.com/customer/portal/articles/801354-writing-helpful-bug-reports-for-minecraft&quot; title=&quot;How To Write helpful bug reports&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;Issue Guidelines&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Quick Links&lt;/b&gt;:&lt;br/&gt;
&#128211; &lt;a href=&quot;http://help.mojang.com/customer/portal/articles/801354-writing-helpful-bug-reports-for-minecraft&quot; title=&quot;How To Write Awesome Tickets! &#128175;&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;Issue Guidelines&lt;/a&gt; &amp;#8211; &#128172; &lt;a href=&quot;https://www.reddit.com/r/MCPE/&quot; title=&quot;Help From the Minecraft Community &#128377;&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;Community Support&lt;/a&gt; &amp;#8211; &#128231; &lt;a href=&quot;https://feedback.minecraft.net/&quot; title=&quot;Feedback and Suggestions &#9997;&#65039;&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;Feedback&lt;/a&gt; &amp;#8211; &#128214; &lt;a href=&quot;http://minecraft.gamepedia.com/Minecraft_Wiki&quot; title=&quot;Official Minecraft Wiki &#127891;&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;Game Wiki&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="388729" author="pixxels@yahoo.com" created="Wed, 14 Jun 2017 20:06:20 +0200"  >&lt;p&gt;I&apos;ve attached three files.  &lt;br/&gt;
The two individual behaviors and resources .mcpack files work.  Minecraft imports them successfully.  &lt;/p&gt;

&lt;p&gt;The third file is the same behavior and resource add-on files put together in one compressed file, but pushed down one directory inside the .mcpack file. This one doesn&apos;t import into Minecraft. I am assuming I need to push them down one directory because of the conflicting file manifest.json  because I want to package the add-on as 1 complete file. &lt;/p&gt;</comment>
                            <comment id="384970" author="pixxels@yahoo.com" created="Fri, 26 May 2017 01:53:11 +0200"  >&lt;p&gt;because the manifest can only be in the root of the .mcpack file I don&apos;t see how we can package a resource add-on and a behavior add-on together.  each needs it&apos;s own manifest file.&lt;/p&gt;

&lt;p&gt;I tried - this didn&apos;t work  &lt;br/&gt;
.mcpack &lt;br/&gt;
&amp;#8211; \behavior_packs &lt;br/&gt;
---- pack_manifest.json&lt;br/&gt;
---- \entities&lt;br/&gt;
&amp;#8211; \resource_packs &lt;br/&gt;
---- pack_manifest.json&lt;/p&gt;

&lt;p&gt;The only thing I was able to make work is&lt;br/&gt;
.mcpack &lt;br/&gt;
&amp;#8211; pack_manifest.json&lt;br/&gt;
&amp;#8211; \entities&lt;/p&gt;

&lt;p&gt;i&apos;m using the 1.0.4 version of the add-on&apos;s .json files with 1.0.9 mcpe&lt;/p&gt;</comment>
                            <comment id="358960" author="madderminer" created="Fri, 10 Feb 2017 13:20:08 +0100"  >&lt;p&gt;Any mcworld or mcpack file have problem. If I attempt to import mcworld it will do litteraly nothing. And if I attempt to import mcpack file it will just fail to import it&lt;/p&gt;</comment>
                            <comment id="358956" author="depressed-pho" created="Fri, 10 Feb 2017 13:07:23 +0100"  >&lt;p&gt;Which world file do you have a trouble with? Without a specific file we can&apos;t examine what&apos;s wrong with it.&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                            <attachment id="141403" name="redcreepers.mcpack" size="8495" author="pixxels1" created="Wed, 14 Jun 2017 19:07:57 +0200"/>
                            <attachment id="141404" name="redcreepers_behaviors.mcpack" size="2159" author="pixxels1" created="Wed, 14 Jun 2017 19:07:57 +0200"/>
                            <attachment id="141405" name="redcreepers_resources.mcpack" size="5630" author="pixxels1" created="Wed, 14 Jun 2017 19:07:57 +0200"/>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                            <customfield id="customfield_10500" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Confirmation Status</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10300"><![CDATA[Unconfirmed]]></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_10402" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Platform</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10901"><![CDATA[Windows]]></customfieldvalue>

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

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