<!-- 
RSS generated by JIRA (9.12.2#9120002-sha1:301bf498dd45d800842af0b84230f1bb58606c13) at Sat Jan 11 15:11:18 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-16371] Multiple mechanism components are ticked in a random order when they are to be ticked in exactly the same rs tick</title>
                <link>https://bugs.mojang.com/browse/MCPE-16371</link>
                <project id="10200" key="MCPE">Minecraft (Bedrock codebase)</project>
                    <description>&lt;p&gt;When using the obsever it updates on other blocks that it should update on.         &lt;br/&gt;
 PHOTOS ARE COMING&lt;/p&gt;</description>
            <key id="147119">MCPE-16371</key>
            <summary>Multiple mechanism components are ticked in a random order when they are to be ticked in exactly the same rs tick</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="6">Works As Intended</resolution>
                                            <reporter username="Adrian199">Build Craft </reporter>
                        <labels>
                            <label>redstone</label>
                    </labels>
                <created>Fri, 29 Jul 2016 09:07:30 +0200</created>
                <updated>Sat, 23 Nov 2024 19:10:12 +0100</updated>
                            <resolved>Tue, 20 Sep 2016 10:46:51 +0200</resolved>
                                    <version>1.14.30.51 Beta</version>
                    <version>1.14.25.1 Beta</version>
                    <version>1.14.20 Hotfix</version>
                    <version>1.14.1 Hotfix</version>
                    <version>1.14.0.3 Beta</version>
                    <version>1.14.0.2 Beta</version>
                    <version>1.13.0.9 Beta</version>
                    <version>0.15.4</version>
                    <version>0.15.90.2</version>
                    <version>0.15.90.7</version>
                    <version>1.12.1</version>
                    <version>1.12.0</version>
                                                                        <votes>5</votes>
                                    <watches>16</watches>
                                                                            <comments>
                            <comment id="330423" author="depressed-pho" created="Tue, 20 Sep 2016 10:46:51 +0200"  >&lt;p&gt;I asked developers about this, and they said this one was WAI as I explained before, at least for now. They said that the current behavior is indeed confusing and might be changed in the future.&lt;/p&gt;</comment>
                            <comment id="330274" author="zebulanstanphill@gmail.com" created="Mon, 19 Sep 2016 03:16:03 +0200"  >&lt;p&gt;I think this bug needs a better name. This isn&apos;t really an observer bug, its a piston-timing bug. It should be called something like &quot;piston timings are inconsistent&quot; or something like that so other people will be able to find the bug easier, as this is NOT even strictly related to observers, but all piston contraptions relying on precise timings.&lt;/p&gt;</comment>
                            <comment id="329924" author="zebulanstanphill@gmail.com" created="Fri, 16 Sep 2016 16:02:50 +0200"  >&lt;p&gt;Affects 0.16.0 beta build 4 AKA 0.15.90.7.&lt;/p&gt;</comment>
                            <comment id="328458" author="zebulanstanphill@gmail.com" created="Sat, 3 Sep 2016 20:30:36 +0200"  >&lt;p&gt;Confirmed for 0.15.90.2. (Tested on Pocket Edition.)&lt;/p&gt;</comment>
                            <comment id="322706" author="abigale" created="Sat, 30 Jul 2016 17:35:59 +0200"  >&lt;p&gt;Could that be corrected? Sorry, but that had been the underlying cause of my bug too.&lt;/p&gt;</comment>
                            <comment id="322705" author="depressed-pho" created="Sat, 30 Jul 2016 17:25:25 +0200"  >&lt;p&gt;Thanks for the screenshots. I confirmed it in 0.15.4 / iOS. This is indeed a mysterious behavior but might be working as intended:&lt;/p&gt;
&lt;ol&gt;
	&lt;li&gt;Observer A (Oa) activates the piston A (Pa).&lt;/li&gt;
	&lt;li&gt;Pa extends by taking 3 ticks with pushing Ob and Pb.&lt;/li&gt;
	&lt;li&gt;Pa starts to retract. At exactly the same tick, Ob activates Pb so that it starts to extend. But since all of these happen in the same tick, there are 2 possible cases that can result in:&lt;/li&gt;
&lt;/ol&gt;


&lt;ul&gt;
	&lt;li&gt;Pa retracts first so it successfully pulls back the slime block it just pushed. The flying machine goes back in this case. Or,&lt;/li&gt;
	&lt;li&gt;Pb extends first so it prevents Pa from pulling back the slime block. The flying machine goes forward in this case.&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;When there are multiple components to process in the same tick, PE 0.15.4 apparently randomizes the processing order unlike as in &#8806; 0.15.3. That&apos;s probably why your flying machine stopped working in 0.15.4.&lt;/p&gt;</comment>
                            <comment id="322518" author="adrian199" created="Fri, 29 Jul 2016 10:05:49 +0200"  >&lt;p&gt;So when it leaves it should go to point two. But it leaves and then after like 5 blocks it goes back to piont one.&lt;/p&gt;</comment>
                            <comment id="322517" author="adrian199" created="Fri, 29 Jul 2016 10:01:58 +0200"  >&lt;p&gt;This flying machine worked did work in 0.15.0-0.15.3&lt;/p&gt;</comment>
                            <comment id="322516" author="adrian199" created="Fri, 29 Jul 2016 10:00:43 +0200"  >&lt;p&gt;Here is another photo.&lt;br/&gt;
I used sticky pistons on both sides. To make it a two way flying machine.&lt;/p&gt;</comment>
                            <comment id="322515" author="adrian199" created="Fri, 29 Jul 2016 09:56:28 +0200"  >&lt;p&gt;There is the photos in new angles.&lt;/p&gt;</comment>
                            <comment id="322514" author="depressed-pho" created="Fri, 29 Jul 2016 09:49:32 +0200"  >&lt;p&gt;Could you take another screenshot with a different angle? I can&apos;t reproduce it because I have no idea how exactly your flying machine is built.&lt;/p&gt;</comment>
                            <comment id="322512" author="adrian199" created="Fri, 29 Jul 2016 09:19:21 +0200"  >&lt;p&gt;It&apos;s not timeline its timing.(look on the photo)&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10102">
                    <name>Duplicate</name>
                                                                <inwardlinks description="is duplicated by">
                                        <issuelink>
            <issuekey id="147149">MCPE-16388</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="147189">MCPE-16399</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="170296">MCPE-21826</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="186522">MCPE-29013</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="199743">MCPE-33084</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="203564">MCPE-34299</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="205356">MCPE-34922</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="208101">MCPE-35795</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="209723">MCPE-36180</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="211300">MCPE-36592</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="212334">MCPE-36908</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="223441">MCPE-40524</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="237254">MCPE-45043</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="244035">MCPE-46913</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="255900">MCPE-50674</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="280639">MCPE-60139</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="283127">MCPE-61038</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="287219">MCPE-62663</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="365245">MCPE-96572</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="439553">MCPE-128833</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="442042">MCPE-129797</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="447168">MCPE-132035</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="485952">MCPE-149347</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="488564">MCPE-150170</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="494920">MCPE-152120</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="510990">MCPE-159598</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="517174">MCPE-162811</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="522172">MCPE-164865</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="527918">MCPE-167567</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="542155">MCPE-174835</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="544680">MCPE-176277</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="544682">MCPE-176279</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="548687">MCPE-177989</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="552547">MCPE-179637</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="573283">MCPE-188542</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10103">
                    <name>Relates</name>
                                                                <inwardlinks description="relates to">
                                        <issuelink>
            <issuekey id="144472">MCPE-15793</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="203304">MCPE-34207</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="299771">MCPE-66754</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="542729">MCPE-175206</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="122350" name="image.jpeg" size="176981" author="Adrian199" created="Fri, 29 Jul 2016 09:20:26 +0200"/>
                            <attachment id="122354" name="image.png" size="278555" author="Adrian199" created="Fri, 29 Jul 2016 10:00:42 +0200"/>
                            <attachment id="122353" name="image.png" size="235555" author="Adrian199" created="Fri, 29 Jul 2016 09:56:28 +0200"/>
                            <attachment id="122352" name="image.png" size="545039" author="Adrian199" created="Fri, 29 Jul 2016 09:56:28 +0200"/>
                            <attachment id="122351" name="image.png" size="234662" author="Adrian199" created="Fri, 29 Jul 2016 09:56:28 +0200"/>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                <customfield id="customfield_10701" key="com.atlassian.jira.plugin.system.customfieldtypes:datetime">
                        <customfieldname>CHK</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Sat, 30 Jul 2016 17:07:00 +0200</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>1.9.3</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_10402" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Platform</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="11503"><![CDATA[Multiple]]></customfieldvalue>

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

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