<!-- 
RSS generated by JIRA (9.12.2#9120002-sha1:301bf498dd45d800842af0b84230f1bb58606c13) at Sun Jan 12 12:15:15 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>[MC-7663] Hopper minecart behave like they are on powered Activator rail if they never touched one.</title>
                <link>https://bugs.mojang.com/browse/MC-7663</link>
                <project id="10400" key="MC">Minecraft: Java Edition</project>
                    <description>&lt;p&gt;If you create new minecart with hopper on standart rails, it will behave lin it&apos;s on powered activator rails (sucking items from chests, collecting items lying on tracks) until they touch activator rails.&lt;/p&gt;

&lt;p&gt;Steps to reproduce:&lt;br/&gt;
1) Create long track of standart rails with activator rail in the middle.&lt;br/&gt;
2) Place minecart with hopper at one of the end of a track.&lt;br/&gt;
3) Drop some items on the lenght of the track.&lt;br/&gt;
4) Push hopper minecart to the other end of track.&lt;br/&gt;
All of items before activator rail will be collected, all of those after will not.&lt;/p&gt;</description>
                <environment></environment>
        <key id="20470">MC-7663</key>
            <summary>Hopper minecart behave like they are on powered Activator rail if they never touched one.</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="dinnerbone">[Mojang] Nathan Adams</assignee>
                                    <reporter username="miinipaa">MiiNiPaa</reporter>
                        <labels>
                            <label>activator</label>
                            <label>hopper</label>
                            <label>minecart</label>
                            <label>rails</label>
                    </labels>
                <created>Thu, 17 Jan 2013 18:42:36 +0100</created>
                <updated>Sat, 5 Sep 2015 06:13:10 +0200</updated>
                            <resolved>Mon, 21 Jan 2013 10:36:34 +0100</resolved>
                                    <version>Snapshot 13w03a</version>
                                    <fixVersion>Snapshot 13w04a</fixVersion>
                                                        <votes>1</votes>
                                    <watches>1</watches>
                                                                            <comments>
                            <comment id="38823" author="dinnerbone" created="Mon, 21 Jan 2013 10:33:34 +0100"  >&lt;p&gt;The behaviour &lt;b&gt;should&lt;/b&gt; be similar to the hopper block; when being powered (after it last ran over a powered activator rail) it will stop picking things up, and when not being powered (after it last ran over an unpowered activator rail) it will start again. It&apos;s currently backwards, and that will be fixed.&lt;/p&gt;</comment>
                            <comment id="38138" author="iamthepiguy" created="Sat, 19 Jan 2013 01:06:23 +0100"  >&lt;p&gt;I agree with Harvey, that the most sensible way of it working (and the way it &lt;em&gt;mostly&lt;/em&gt; works now, with a few bugs, e.g. powered rails) is for the state of an activator rail it goes over, decides the state of the cart. This avoids having to place activator rails on every track where items should/shouldn&apos;t be picked up, but allows changing the state with redstone circuitry (by affecting the activator rail it passes over). So except for the cart stopping picking things up after passing over powered rails (as reported by Harvey), this works as expected (as I would expect).&lt;br/&gt;
We must reach out to Dinnerbone to find out the intended behaviour for the hopper cart.&lt;/p&gt;</comment>
                            <comment id="38109" author="rainbow evil" created="Sat, 19 Jan 2013 00:16:54 +0100"  >&lt;p&gt;I would&apos;ve thought the hopper minecart should only accept items when not over powered activator rail, similar to a regular hopper only receiving items when not receiving power? If that isn&apos;t how the hopper minecart is intended to operate then it&apos;s irritatingly inconsistent with the only other hopper in the game! However this is definitely a bug - experimented with it and found the following:&lt;/p&gt;

&lt;p&gt;1. hopper minecart collects items on normal track when initially placed and pushed around by player&lt;br/&gt;
2. if the hopper minecart is moved with powered rail it stops picking up items until something changes&lt;br/&gt;
3. powered activator rail allows hopper to collect items from ground while activator rail is powered and minecart is still on the activator rail&lt;br/&gt;
4. if the hopper minecart leaves the activator rail while the activator rail is unpowered, the minecart will stop collecting items on normal rail&lt;br/&gt;
5. if, however, the hopper minecart leaves the activator rail while the activator rail is powered, the minecart will be able to collect items on normal rail&lt;/p&gt;

&lt;p&gt;That&apos;s all I&apos;ve found so far, I hope this is helpful for fixing the many bugs with the hopper minecart.&lt;/p&gt;</comment>
                            <comment id="37852" author="iamthepiguy" created="Fri, 18 Jan 2013 13:37:52 +0100"  >&lt;p&gt;Sounds definitely like a bug then.&lt;/p&gt;</comment>
                            <comment id="37848" author="miinipaa" created="Fri, 18 Jan 2013 13:21:09 +0100"  >&lt;p&gt;It doesn&apos;t matter if it on or off. It changes behavior either way. And after that it will work like it probably intended: suck items only when on top of powered activator rail.&lt;/p&gt;</comment>
                            <comment id="37655" author="iamthepiguy" created="Thu, 17 Jan 2013 23:26:34 +0100"  >&lt;p&gt;Intended behaviour? Perhaps the activator rail is more like a switch than a button for the cart - it toggles the &apos;activation&apos; rather than applying it only when cart is above. Just a thought.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10102">
                    <name>Duplicate</name>
                                                                <inwardlinks description="is duplicated by">
                                        <issuelink>
            <issuekey id="20672">MC-7858</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10103">
                    <name>Relates</name>
                                                                <inwardlinks description="relates to">
                                        <issuelink>
            <issuekey id="120588">MC-88098</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                    </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_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|i0g9pj:</customfieldvalue>

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