<!-- 
RSS generated by JIRA (9.12.2#9120002-sha1:301bf498dd45d800842af0b84230f1bb58606c13) at Sat Jan 11 15:07:49 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-15477] Placing redstone dust doesn&apos;t cause a block update</title>
                <link>https://bugs.mojang.com/browse/MCPE-15477</link>
                <project id="10200" key="MCPE">Minecraft (Bedrock codebase)</project>
                    <description>&lt;p&gt;Steps to reproduce :&lt;br/&gt;
-Place the observer&lt;br/&gt;
-Place redstone dust next to it&lt;br/&gt;
OR&lt;br/&gt;
-Make a water BUD&lt;br/&gt;
-Place redstone dust next to it&lt;/p&gt;

&lt;p&gt;What I expected to happen :&lt;br/&gt;
-The observer would output a short redstone pulse&lt;br/&gt;
OR&lt;br/&gt;
-The water BUD would trigger&lt;/p&gt;

&lt;p&gt;What happened :&lt;br/&gt;
-Nothing&lt;/p&gt;

&lt;p&gt;Removing dust works correctly.&lt;/p&gt;</description>
            <key id="143851">MCPE-15477</key>
            <summary>Placing redstone dust doesn&apos;t cause a block update</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="azelef">Azelef</reporter>
                        <labels>
                            <label>block-update</label>
                            <label>observer</label>
                            <label>redstone</label>
                    </labels>
                <created>Wed, 15 Jun 2016 15:46:08 +0200</created>
                <updated>Mon, 21 Nov 2016 21:58:11 +0100</updated>
                            <resolved>Mon, 21 Nov 2016 21:56:42 +0100</resolved>
                                    <version>0.15.1 Beta 1</version>
                    <version>0.15.4</version>
                    <version>0.15.6</version>
                    <version>0.15.7</version>
                    <version>0.15.90.2</version>
                    <version>0.15.90.7</version>
                    <version>0.15.10</version>
                    <version>0.15.90.8</version>
                    <version>0.16.1</version>
                    <version>0.17.0.1</version>
                                                                        <votes>2</votes>
                                    <watches>6</watches>
                                                                            <comments>
                            <comment id="334291" author="zebulanstanphill@gmail.com" created="Mon, 10 Oct 2016 03:45:56 +0200"  >&lt;p&gt;Affects 0.15.90.8 (0.16.0 beta build 5).&lt;/p&gt;</comment>
                            <comment id="329903" author="zebulanstanphill@gmail.com" created="Fri, 16 Sep 2016 15:28:40 +0200"  >&lt;p&gt;Affects 0.16.0 Beta Build 4 (AKA 0.15.90.7).&lt;/p&gt;</comment>
                            <comment id="328419" author="zebulanstanphill@gmail.com" created="Sat, 3 Sep 2016 18:35:04 +0200"  >&lt;p&gt;Confirmed for 0.15.90.2. (Tested on Pocket Edition.)&lt;/p&gt;</comment>
                            <comment id="327929" author="zebulanstanphill@gmail.com" created="Thu, 1 Sep 2016 06:02:35 +0200"  >&lt;p&gt;Confirmed for 0.15.7. (Tested on Windows 10.)&lt;/p&gt;</comment>
                            <comment id="327088" author="zebulanstanphill@gmail.com" created="Sat, 27 Aug 2016 05:18:28 +0200"  >&lt;p&gt;Confirmed for 0.15.6. (Tested on Windows 10.)&lt;/p&gt;</comment>
                            <comment id="324153" author="the_dark_shadow20" created="Mon, 8 Aug 2016 04:45:15 +0200"  >&lt;p&gt;&lt;b&gt;Still Affects&lt;/b&gt; Version 0.15.4 &lt;/p&gt;</comment>
                            <comment id="324144" author="zebulanstanphill@gmail.com" created="Mon, 8 Aug 2016 04:36:26 +0200"  >&lt;p&gt;Confirmed for 0.15.4. (Tested on Windows 10.)&lt;/p&gt;</comment>
                            <comment id="323655" author="aman4700" created="Mon, 8 Aug 2016 03:48:50 +0200"  >&lt;p&gt;Please respond and add the current version if you can reproduce this issue.&lt;/p&gt;</comment>
                            <comment id="315106" author="azelef" created="Mon, 20 Jun 2016 15:50:39 +0200"  >&lt;p&gt;Maybe. Block updates don&apos;t trigger anything else than the observer AFAIK, and sadly we don&apos;t have access to the source code, so there&apos;s no way to know whether this is a bug of the observer or of the redstone dust.&lt;br/&gt;
Ninja edit : water can be redirected by block updates. I&apos;m going to test.&lt;br/&gt;
Re ninja edit : it is a bug of redstone dust.&lt;/p&gt;</comment>
                            <comment id="315082" author="zebulanstanphill@gmail.com" created="Mon, 20 Jun 2016 13:45:05 +0200"  >&lt;p&gt;@Azelef: Isn&apos;t it possible that placing redstone dust simply doesn&apos;t cause a block update? Of course, that would still be a bug, but the bug would be with the redstone dust, and not the observer. I&apos;m not sure how an Observer actually works, but if all it does is check for block updates on the observing end of the block, then most problems it has detecting certain changes would be the fault of the other blocks, rather than the Observer itself. I could be wrong, though.&lt;/p&gt;</comment>
                            <comment id="313898" author="azelef" created="Wed, 15 Jun 2016 16:20:02 +0200"  >&lt;p&gt;&lt;a href=&quot;https://bugs.mojang.com/browse/MCPE-14710&quot; title=&quot;Observer block doesn&amp;#39;t detect all block state changes&quot; class=&quot;issue-link&quot; data-issue-key=&quot;MCPE-14710&quot;&gt;&lt;del&gt;MCPE-14710&lt;/del&gt;&lt;/a&gt; seems to be about the observer not detecting changes in block data. Here the whole block changes. I think the part of the code to change for these two bugs isn&apos;t the same.&lt;/p&gt;</comment>
                            <comment id="313896" author="plantseed" created="Wed, 15 Jun 2016 16:15:01 +0200"  >&lt;p&gt;Possibly &lt;b&gt;&quot;Duplicate&quot;&lt;/b&gt; of &lt;a href=&quot;https://bugs.mojang.com/browse/MCPE-14710&quot; title=&quot;Observer block doesn&amp;#39;t detect all block state changes&quot; class=&quot;issue-link&quot; data-issue-key=&quot;MCPE-14710&quot;&gt;&lt;del&gt;MCPE-14710&lt;/del&gt;&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10102">
                    <name>Duplicate</name>
                                            <outwardlinks description="duplicates">
                                        <issuelink>
            <issuekey id="142300">MCPE-14710</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is duplicated by">
                                        <issuelink>
            <issuekey id="145605">MCPE-15971</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                <customfield id="customfield_10701" key="com.atlassian.jira.plugin.system.customfieldtypes:datetime">
                        <customfieldname>CHK</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Mon, 14 Nov 2016 05:59:00 +0100</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_10402" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Platform</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10121"><![CDATA[ Android ]]></customfieldvalue>

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

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