<!-- 
RSS generated by JIRA (9.12.2#9120002-sha1:301bf498dd45d800842af0b84230f1bb58606c13) at Sat Jan 11 15:00:20 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-13559] Hopper issue for &quot;from hopper to hopper&quot; row or loop circle</title>
                <link>https://bugs.mojang.com/browse/MCPE-13559</link>
                <project id="10200" key="MCPE">Minecraft (Bedrock codebase)</project>
                    <description>&lt;p&gt;When hopper row or loop circle, like these pictures.&lt;br/&gt;
The next hopper is like be disabled by redstone, does not work.&lt;br/&gt;
When previous hopper transports complete, it works.&lt;/p&gt;</description>
            <key id="134441">MCPE-13559</key>
            <summary>Hopper issue for &quot;from hopper to hopper&quot; row or loop circle</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>
                                            <reporter username="peiyu1003">&#34081;&#29678;&#22948;</reporter>
                        <labels>
                    </labels>
                <created>Mon, 15 Feb 2016 14:44:38 +0100</created>
                <updated>Thu, 7 Apr 2016 03:49:56 +0200</updated>
                            <resolved>Thu, 7 Apr 2016 03:49:56 +0200</resolved>
                                    <version>0.14.0 Beta 7</version>
                                                                        <votes>0</votes>
                                    <watches>3</watches>
                                                                            <comments>
                            <comment id="288938" author="depressed-pho" created="Wed, 24 Feb 2016 08:23:00 +0100"  >&lt;p&gt;&lt;a href=&quot;https://bugs.mojang.com/secure/ViewProfile.jspa?name=Glen530&quot; class=&quot;user-hover&quot; rel=&quot;Glen530&quot;&gt;Glen530&lt;/a&gt;, that&apos;s exactly what I&apos;m seeing, and now it&apos;s very clear that it&apos;s a &lt;b&gt;&quot;Duplicate&quot;&lt;/b&gt; of &lt;a href=&quot;https://bugs.mojang.com/browse/MCPE-13417&quot; title=&quot;Item travel very slow when using hoppers.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;MCPE-13417&quot;&gt;&lt;del&gt;MCPE-13417&lt;/del&gt;&lt;/a&gt;. I&apos;ve posted a detailed analysis there.&lt;/p&gt;</comment>
                            <comment id="288927" author="glen530" created="Wed, 24 Feb 2016 04:57:47 +0100"  >&lt;p&gt;Windows 10 0.14.0&lt;br/&gt;
Similar behaviour of Hoppers here, except only some hoppers do it.&lt;br/&gt;
It is as if another hopper pushing items into it is deactivating it.&lt;br/&gt;
The same hopper sucking items from a chest behaves normally.&lt;br/&gt;
Sometimes a hopper will buildup and hold a relatively constant number of items until the hopper pushing into it empties.&lt;br/&gt;
Only seems to happen with horizontal hopper pipes, not vertical ones&lt;/p&gt;</comment>
                            <comment id="288926" author="glen530" created="Wed, 24 Feb 2016 04:57:05 +0100"  >&lt;p&gt;Simple Hopper pipe. Some of them Behave as if deactivated by the hopper feeding it&lt;/p&gt;</comment>
                            <comment id="285999" author="depressed-pho" created="Mon, 15 Feb 2016 23:32:07 +0100"  >&lt;p&gt;&lt;a href=&quot;https://bugs.mojang.com/secure/ViewProfile.jspa?name=peiyu1003&quot; class=&quot;user-hover&quot; rel=&quot;peiyu1003&quot;&gt;peiyu1003&lt;/a&gt;, that&apos;s indeed an incorrect behavior. I think it&apos;s a duplicate of &lt;a href=&quot;https://bugs.mojang.com/browse/MCPE-13417&quot; title=&quot;Item travel very slow when using hoppers.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;MCPE-13417&quot;&gt;&lt;del&gt;MCPE-13417&lt;/del&gt;&lt;/a&gt;.&lt;/p&gt;</comment>
                            <comment id="285693" author="peiyu1003" created="Mon, 15 Feb 2016 17:10:35 +0100"  >&lt;p&gt;It is &quot;like&quot;.&lt;br/&gt;
ex:&lt;br/&gt;
If there are 4 hoppers to transport 64 items. (row)&lt;br/&gt;
Normal:&lt;br/&gt;
64  0  0  0&lt;br/&gt;
63  1  0  0&lt;br/&gt;
62  1  1  0&lt;br/&gt;
61  1  1  1&lt;br/&gt;
60  1  1  2&lt;br/&gt;
59  1  1  3&lt;br/&gt;
......&lt;br/&gt;
1  1  1  61&lt;br/&gt;
0  1  1  62&lt;br/&gt;
0  0  1  63&lt;br/&gt;
0  0  0  64&lt;br/&gt;
Right?&lt;/p&gt;

&lt;p&gt;But now is:&lt;br/&gt;
64  0  0  0&lt;br/&gt;
63  1  0  0&lt;br/&gt;
62  2  0  0&lt;br/&gt;
61  3  0  0&lt;br/&gt;
60  4  0  0&lt;br/&gt;
59  5  0  0&lt;br/&gt;
......&lt;br/&gt;
1  63  0  0&lt;br/&gt;
0  64  0  0&lt;br/&gt;
0  63  1  0&lt;br/&gt;
0  62  2  0&lt;br/&gt;
0  61  3  0&lt;br/&gt;
......&lt;br/&gt;
0  0  2  62&lt;br/&gt;
0  0  1  63&lt;br/&gt;
0  0  0  64&lt;br/&gt;
Is it correct?&lt;/p&gt;

&lt;p&gt;Understand?&lt;/p&gt;</comment>
                            <comment id="285678" author="luisrobles" created="Mon, 15 Feb 2016 16:19:17 +0100"  >&lt;p&gt;What do you mean that is going to be disabled by redstone?, i don&apos;t see any redstone in the pictures&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10102">
                    <name>Duplicate</name>
                                            <outwardlinks description="duplicates">
                                        <issuelink>
            <issuekey id="134044">MCPE-13417</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="112014" name="Screenshot (2).png" size="528496" author="Glen530" created="Wed, 24 Feb 2016 04:57:05 +0100"/>
                            <attachment id="110987" name="Screenshot_2016-02-15-21-28-01.png" size="968649" author="peiyu1003" created="Mon, 15 Feb 2016 14:44:38 +0100"/>
                            <attachment id="110986" name="Screenshot_2016-02-15-21-28-45.png" size="1136397" author="peiyu1003" created="Mon, 15 Feb 2016 14:44:38 +0100"/>
                    </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="10757"><![CDATA[Tablet - Android - Samsung Galaxy Note]]></customfieldvalue>

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

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