<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.boxofrocks.net/index.php?action=history&amp;feed=atom&amp;title=Observer</id>
	<title>Observer - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.boxofrocks.net/index.php?action=history&amp;feed=atom&amp;title=Observer"/>
	<link rel="alternate" type="text/html" href="https://wiki.boxofrocks.net/index.php?title=Observer&amp;action=history"/>
	<updated>2026-05-30T22:48:25Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.34.2</generator>
	<entry>
		<id>https://wiki.boxofrocks.net/index.php?title=Observer&amp;diff=812&amp;oldid=prev</id>
		<title>BoxWiki: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://wiki.boxofrocks.net/index.php?title=Observer&amp;diff=812&amp;oldid=prev"/>
		<updated>2021-05-13T19:58:34Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;Revision as of 19:58, 13 May 2021&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>BoxWiki</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.boxofrocks.net/index.php?title=Observer&amp;diff=811&amp;oldid=prev</id>
		<title>185.242.5.28: /* Behavior */</title>
		<link rel="alternate" type="text/html" href="https://wiki.boxofrocks.net/index.php?title=Observer&amp;diff=811&amp;oldid=prev"/>
		<updated>2021-04-26T15:16:08Z</updated>

		<summary type="html">&lt;p&gt;&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;Behavior&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Block&lt;br /&gt;
|image=Observer.png&lt;br /&gt;
|image2=Observer (back).gif&lt;br /&gt;
|invimage=Observer&lt;br /&gt;
|transparent=Partial&lt;br /&gt;
|light=Yes&lt;br /&gt;
|tool=wooden pickaxe&lt;br /&gt;
|renewable=Yes&lt;br /&gt;
|stackable=Yes (64)&lt;br /&gt;
|flammable=No&lt;br /&gt;
|lavasusceptible=No&lt;br /&gt;
}}&lt;br /&gt;
An '''observer''' is a block that emits a redstone signal when the block or fluid it faces experiences a change.&lt;br /&gt;
&lt;br /&gt;
== Obtaining ==&lt;br /&gt;
&lt;br /&gt;
=== Breaking ===&lt;br /&gt;
&lt;br /&gt;
An observer requires a [[pickaxe]] to be mined. When mined without a pickaxe, it drops nothing.&lt;br /&gt;
{{breaking row|Observer|Pickaxe|Wood|horizontal=1}}&lt;br /&gt;
&lt;br /&gt;
=== Crafting ===&lt;br /&gt;
&lt;br /&gt;
{{Crafting&lt;br /&gt;
  |A1=Cobblestone&lt;br /&gt;
  |B1=Cobblestone&lt;br /&gt;
  |C1=Cobblestone&lt;br /&gt;
  |A2=Redstone Dust&lt;br /&gt;
  |B2=Redstone Dust&lt;br /&gt;
  |C2=Nether Quartz&lt;br /&gt;
  |A3=Cobblestone&lt;br /&gt;
  |B3=Cobblestone&lt;br /&gt;
  |C3=Cobblestone&lt;br /&gt;
  |Output=Observer&lt;br /&gt;
  |type=Redstone&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
An observer is placed similarly to a [[piston]]. It observes the block that it is placed against. The texture of the detecting side is that of an observing face. As observers can detect the state of other observers, placing two adjacent observers, each watching the other, can make a fast and compact redstone clock. They send out a [[Mechanics/Redstone/Pulse circuit|pulse]].&lt;br /&gt;
&lt;br /&gt;
=== Behavior ===&lt;br /&gt;
&lt;br /&gt;
{{IN|java}}, an observer detects changes in its target's block states, or the breaking or placing of a block (i.e. changes in its block state, but ''not'' its block entity data). This means that changes like the age of crops can be detected because they are part of the block states.&lt;br /&gt;
&lt;br /&gt;
{{IN|bedrock}}, an observer acts as a block update detector and detects anything that causes a block update.&lt;br /&gt;
&lt;br /&gt;
The causes and propagation of block updates are different between Java Edition and Bedrock Edition. As a result, each can detect some kinds of changes that the other cannot. See the table below for a comparison.&lt;br /&gt;
&lt;br /&gt;
When it detects something, the observer emits a [[Pulse circuit|redstone pulse]] of [[Redstone circuit#Power|strong power]] at level 15 for 2 [[game tick]]s (1 [[redstone tick]]). The pulse can power [[redstone dust]], a [[redstone comparator]], a [[redstone repeater]], or any [[Redstone components#Mechanism components|mechanism component]] located at its opposite end.&lt;br /&gt;
&lt;br /&gt;
{{IN|java}}, the pulse is emitted with a delay of 1 redstone tick. In Bedrock Edition, it is supposed to be delayed by 1 tick as well but is actually delayed 2 redstone ticks due to {{bug|MCPE-15793}}, a bug causing redstone delays to be incorrect when components are activated by world changes (which, in the case of the observer in Bedrock Edition, is the only way it can be activated), as opposed to pure redstone components ticking. Its timing can also be incorrect due to {{bug|MCPE-73342}}.&lt;br /&gt;
&lt;br /&gt;
It also counts as a block update when the observer itself is moved by a piston. When this happens, an observer emits a pulse after being pushed or pulled, but not beforehand.&lt;br /&gt;
&lt;br /&gt;
Though they block light, observers behave as transparent blocks in one sense: they cannot be powered by an external power source, nor power themselves with their own output.&lt;br /&gt;
&lt;br /&gt;
Because observers in Java Edition detect changes in the block state, and ''not'' block updates, they can detect a wider range of phenomena than a [[Tutorials/Block update detector|block update detector]] (BUD) circuit in Java Edition can detect (as some block state changes don't cause block updates). Observers in Bedrock Edition ''do'' detect block updates but not block state changes, and so they detect the exact same things that any other BUD would detect in that edition.&lt;br /&gt;
&lt;br /&gt;
=== Limitations ===&lt;br /&gt;
{{testingame|cactus aging? bamboo aging or growing?}}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! &lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; | Detected in&lt;br /&gt;
|-&lt;br /&gt;
! Kind of block update&lt;br /&gt;
! {{el|be}}&lt;br /&gt;
! {{el|je}}&lt;br /&gt;
|-&lt;br /&gt;
| {{BlockSprite|fire}} Changes to the block states of [[fire]] that signifies flammable surfaces surrounding fire&lt;br /&gt;
| {{tc|No}}&lt;br /&gt;
| {{tc|Yes}}&lt;br /&gt;
|-&lt;br /&gt;
| {{BlockSprite|chest}} {{BlockSprite|trapped-chest}} {{BlockSprite|ender-chest}} Opening and closing [[chest]]s and [[ender chest]]s&lt;br /&gt;
| {{tc|No}}&lt;br /&gt;
| {{tc|No}}&lt;br /&gt;
|-&lt;br /&gt;
| {{BlockSprite|shulker-box}} Opening and closing [[shulker box]]es&lt;br /&gt;
| {{tc|No}}&lt;br /&gt;
| {{tc|Yes}}&lt;br /&gt;
|-&lt;br /&gt;
| {{BlockSprite|barrel}} Opening and closing [[barrel]]s&lt;br /&gt;
| {{tc|Yes}}&lt;br /&gt;
| {{tc|Yes}}&lt;br /&gt;
|-&lt;br /&gt;
| {{BlockSprite|chest}} Changes to [[inventory]] of any blocks that [[Redstone Comparator|comparator]]s measure as containers&lt;br /&gt;
| {{tc|No}}&lt;br /&gt;
| {{tc|No}}&lt;br /&gt;
|-&lt;br /&gt;
| {{BlockSprite|beacon}} Activating / deactivating a [[beacon]]&lt;br /&gt;
| {{tc|Yes}}&lt;br /&gt;
| {{tc|No}}&lt;br /&gt;
|-&lt;br /&gt;
| {{BlockSprite|command block}} Success of a [[command block]]&lt;br /&gt;
| {{tc|No}}&lt;br /&gt;
| {{tc|No}}&lt;br /&gt;
|-&lt;br /&gt;
| {{BlockSprite|hopper}} Activation / deactivation of a [[hopper]] (Turning the hopper on/off)&lt;br /&gt;
| {{tc|Yes}}&lt;br /&gt;
| {{tc|Yes}}&lt;br /&gt;
|-&lt;br /&gt;
| {{BlockSprite|farmland}} Dry [[farmland]] changing among its six dry-looking hydration stages&lt;br /&gt;
| {{tc|No}}&lt;br /&gt;
| {{tc|Yes}}&lt;br /&gt;
|-&lt;br /&gt;
| {{BlockSprite|farmland wet}} [[Farmland]] going between dry and humid&lt;br /&gt;
| {{tc|Yes}}&lt;br /&gt;
| {{tc|Yes}}&lt;br /&gt;
|-&lt;br /&gt;
| {{BlockSprite|dropper}} {{BlockSprite|dispenser}} Activation / deactivation of a [[dropper]] or [[dispenser]]&lt;br /&gt;
| {{tc|Yes}}&lt;br /&gt;
| {{tc|Yes}}&lt;br /&gt;
|-&lt;br /&gt;
| {{BlockSprite|redstone ore}} Activation / deactivation of [[redstone ore]]&lt;br /&gt;
| {{tc|Yes}}&lt;br /&gt;
| {{tc|Yes}}&lt;br /&gt;
|-&lt;br /&gt;
| {{BlockSprite|grass-block}} Spread of grass to [[dirt]], or decay of grass into dirt&lt;br /&gt;
| {{tc|Yes}}&lt;br /&gt;
| {{tc|Yes}}&lt;br /&gt;
|-&lt;br /&gt;
| {{BlockSprite|saplings}} {{BlockSprite|sugar cane}} {{BlockSprite|fire}} Aging of [[sapling]]s, [[sugar cane]] or [[fire]]&lt;br /&gt;
| {{tc|Yes}}&lt;br /&gt;
| {{tc|Yes}}&lt;br /&gt;
|-&lt;br /&gt;
| {{BlockSprite|brewing-stand}} Moving [[potion]]s to / from a [[brewing stand]]&lt;br /&gt;
| {{tc|Yes}}&lt;br /&gt;
| {{tc|Yes}}&lt;br /&gt;
|-&lt;br /&gt;
| {{BlockSprite|dragon-head}} Activation / deactivation of a [[dragon head]]&lt;br /&gt;
| {{tc|Yes}}&lt;br /&gt;
| {{tc|No}}&lt;br /&gt;
|-&lt;br /&gt;
| {{ItemSprite|item-frame}} Placing / removing an [[item frame]], adding / rotating / removing an item in an item frame&lt;br /&gt;
| {{tc|Yes}}&lt;br /&gt;
| {{tc|No}}&lt;br /&gt;
|-&lt;br /&gt;
| {{BlockSprite|end-gateway}} Teleporting something by the [[end gateway]]&lt;br /&gt;
| {{tc|Yes}}&lt;br /&gt;
| {{tc|No}}&lt;br /&gt;
|-&lt;br /&gt;
| {{BlockSprite|flower-pot}} Adding / removing contents from a [[flower pot]]&lt;br /&gt;
| {{tc|Yes}}&lt;br /&gt;
| {{tc|Yes}}&lt;br /&gt;
|-&lt;br /&gt;
| {{BlockSprite|redstone-repeater}} Locking / unlocking and changing delay of a [[redstone repeater]]&lt;br /&gt;
| {{tc|Yes}}&lt;br /&gt;
| {{tc|Yes}}&lt;br /&gt;
|-&lt;br /&gt;
| {{BlockSprite|cobblestone wall}} {{BlockSprite|fences}} {{BlockSprite|iron-bars}} {{BlockSprite|blue-stained-glass}} {{BlockSprite|stairs}} {{BlockSprite|redstone-dust}} {{BlockSprite|tripwire}} {{BlockSprite|vines}} {{BlockSprite|melon-stem}} Changes in the shape of [[Cobblestone Wall|wall]]s, [[fence]]s, [[iron bars]], [[glass pane]]s, [[stairs]], [[String|tripwire]], [[redstone]], [[vines]], [[melon stem]]&amp;lt;ref name=&amp;quot;note&amp;quot;&amp;gt;Melon or pumpkin stems that become attached to the melon or pumpkin are detected in Java Edition, and Bedrock Edition.&amp;lt;!--if that's the case shouldn't they be split so it doesn't say yes?--&amp;gt;&amp;lt;/ref&amp;gt; or [[pumpkin stem]]&amp;lt;ref name=&amp;quot;note&amp;quot;/&amp;gt;&lt;br /&gt;
| {{tc|Yes}}&lt;br /&gt;
| {{tc|Yes}}&lt;br /&gt;
|-&lt;br /&gt;
| {{BlockSprite|grass-block}} {{BlockSprite|mycelium}} {{BlockSprite|podzol}} A [[Grass Block|grass]], [[mycelium]], or [[podzol]] block becoming snowy or not snowy&lt;br /&gt;
| {{tc|Yes}}&lt;br /&gt;
| {{tc|Yes}}&lt;br /&gt;
|-&lt;br /&gt;
| {{BlockSprite|note-block}} Playing a [[note block]]&lt;br /&gt;
| {{tc|No}}&lt;br /&gt;
| {{tc|Yes}}&lt;br /&gt;
|-&lt;br /&gt;
| {{BlockSprite|sugar-cane}} Forced growth of [[sugar cane]] by [[bone meal]]&lt;br /&gt;
| {{tc|Yes}}&lt;br /&gt;
| {{tc|Yes}}&lt;br /&gt;
|-&lt;br /&gt;
| {{BlockSprite|campfire}} {{BlockSprite|soul-campfire}} Cooking food or food popping out&lt;br /&gt;
| {{tc|Yes}}&lt;br /&gt;
| {{tc|No}}&lt;br /&gt;
|-&lt;br /&gt;
| {{BlockSprite|oak-door}} {{BlockSprite|spruce-door}} {{BlockSprite|birch-door}} {{BlockSprite|jungle-door}} {{BlockSprite|acacia-door}} {{BlockSprite|dark-oak-door}} {{BlockSprite|iron-door}} [[Door]] is opened or closed&lt;br /&gt;
| {{tc|Yes}}&lt;br /&gt;
| {{tc|Yes}}&lt;br /&gt;
|-&lt;br /&gt;
| {{BlockSprite|tripwire}} [[Tripwire]] is intersected, even if not attached to a hook&lt;br /&gt;
| {{tc|Yes}}&amp;lt;ref name=&amp;quot;note 2&amp;quot;&amp;gt;Includes firework rockets, falling block entities, fishing hooks, entities (ie. fireballs, lama spit, evoker fangs etc.) and all throwable projectiles other than splash/lingering potions and enderpearls.&amp;lt;/ref&amp;gt;&lt;br /&gt;
| {{tc|Yes}}&lt;br /&gt;
|-&lt;br /&gt;
| All other [[block]] / [[block state]] changes&lt;br /&gt;
| {{tc|Yes}}&lt;br /&gt;
| {{tc|Yes}}&lt;br /&gt;
|-&lt;br /&gt;
| Water level changes&lt;br /&gt;
| {{tc|Yes}}&lt;br /&gt;
| {{tc|Yes}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Note Blocks ===&lt;br /&gt;
The observer can be placed under [[note block]]s to produce a &amp;quot;bass drum&amp;quot; sound.&lt;br /&gt;
&lt;br /&gt;
== Sounds ==&lt;br /&gt;
{{Sound table/Block/Stone}}&lt;br /&gt;
&lt;br /&gt;
== Data values ==&lt;br /&gt;
=== ID ===&lt;br /&gt;
{{edition|java}}:&lt;br /&gt;
{{ID table&lt;br /&gt;
|showforms=y&lt;br /&gt;
|generatetranslationkeys=java&lt;br /&gt;
|displayname=Observer&lt;br /&gt;
|spritetype=block&lt;br /&gt;
|nameid=observer&lt;br /&gt;
|foot=1}}&lt;br /&gt;
&lt;br /&gt;
{{edition|bedrock}}:&lt;br /&gt;
{{ID table&lt;br /&gt;
|shownumericids=y&lt;br /&gt;
|showforms=y&lt;br /&gt;
|generatetranslationkeys=bedrock&lt;br /&gt;
|displayname=Observer&lt;br /&gt;
|spritetype=block&lt;br /&gt;
|nameid=observer&lt;br /&gt;
|id=251&lt;br /&gt;
|foot=1}}&lt;br /&gt;
&lt;br /&gt;
=== Metadata ===&lt;br /&gt;
{{see also|Data values}} &lt;br /&gt;
{{IN|be}}, observers use the following data values:&lt;br /&gt;
{{/DV}}&lt;br /&gt;
&lt;br /&gt;
=== Block states ===&lt;br /&gt;
{{see also|Block states}}&lt;br /&gt;
{{/BS}}&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
{{History|java}}&lt;br /&gt;
{{History||November 24, 2012|link= https://youtube.com/watch?v=YG9RNyRhIow?t=5m42s|When announcing the upcoming 1.5 [[Redstone Update]], [[Jeb]] mentions that changes to redstone logic may break existing BUD functionality, and therefore that block update detection may need to be implemented into the game in a more permanent, intentional form, rather than as a behavioral quirk.}}&lt;br /&gt;
{{History||1.11|snap=16w39a|[[File:Observer JE1.png|32px]] Added observers. &lt;br /&gt;
|Note: the &amp;quot;arrow&amp;quot; texture on the top/bottom of observers is pointing the wrong direction (toward the input, rather than the output).&lt;br /&gt;
|Observers act as a [[Tutorials/Block update detector|block update detector]].&lt;br /&gt;
|Observers emit pulses that lasted 1 [[Tick#Game tick|game tick]] (0.5 [[Tick#Redstone tick|redstone ticks]]) and have a signal strength of 1.&lt;br /&gt;
|Observers can power [[block]]s (like a [[redstone repeater]]).&lt;br /&gt;
|Observers have no delay between detecting a block update and emitting a pulse, meaning that observers are essentially instant.&lt;br /&gt;
|Observers are placed with the observing, or input, side facing the [[player]].}}&lt;br /&gt;
{{History|||snap=16w41a|Observers now emit 4 [[Tick#Game tick|game tick]] (2 [[Tick#Redstone tick|redstone ticks]]) pulses.&amp;lt;ref&amp;gt;{{bug|MC-107410}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
|The signal strength of observers has now been changed to 15.&amp;lt;ref&amp;gt;{{bug|MC-107783}}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{bug|MCPE-17439}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
|Observers *appear* to no longer strongly power [[block]]s, and now emit only activation power, like a [[block of redstone]] (and this may be the intended behavior for this snapshot). However, in reality, they still strongly power blocks, but the blocks adjacent to those blocks aren't given block updates, causing buggy behavior.&amp;lt;ref&amp;gt;{{bug|MC-108696}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
|Observers are now placed with the output facing the player.&amp;lt;ref&amp;gt;{{bug|MC-107934}}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{bug|MCPE-17321}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
|A bug where observers would redirect [[redstone dust]] from all 4 directions has now been fixed.&amp;lt;ref&amp;gt;{{bug|MC-107795}}&amp;lt;/ref&amp;gt; (They are supposed to redirect dust only from their output side.)}}&lt;br /&gt;
{{History|||snap=16w42a|The developers have attempted to make observers no longer detect [[block]] updates happening to [[air]] blocks, in order to make observer behavior more predictable.&amp;lt;ref&amp;gt;{{bug|MC-107730}}&amp;lt;/ref&amp;gt; In the process, they have broken [[redstone]] mechanics a bit, so that the block update bug from the previous snapshot now affects [[redstone repeater]]s and [[redstone comparator]]s, too.&amp;lt;ref&amp;gt;{{bug|MC-108897}}&amp;lt;/ref&amp;gt;}}&lt;br /&gt;
{{History|||snap=16w43a|[[File:Observer JE2.png|32px]] The texture{{verify|this was much more likely a model change}} of observers has now been changed. The rotation of the &amp;quot;arrow&amp;quot; texture has now been fixed so it points in the correct direction.&lt;br /&gt;
|General [[redstone]] mechanics for observers now work as they did before [[Java Edition 16w42a|16w42a]], with the exception of the change named below.&lt;br /&gt;
|Observers now output strong power like in 16w39a, except that they, as well as [[redstone repeater]]s and [[redstone comparator]]s, no longer provide block updates to transparent [[block]]s or [[air]].}}&lt;br /&gt;
{{History|||snap=16w44a|The observer [[block]] update changes relating to [[redstone]] from [[Java Edition 16w42a|16w42a]] and [[Java Edition 16w43a|16w43a]] have now been fully reverted.&lt;br /&gt;
|The behavior of observers has now been overhauled/redefined. Observers have now been changed from a block update detector to a block state change detector. &lt;br /&gt;
|Observers have now been changed to detect when the block it was observing changed, its basic block state changed, or the block was placed/destroyed. (Note that it does ''not'' detect changes in the extended block state, e.g. changes that are not saved when the world is unloaded, such as the shape of a fence, or whether or not a repeater is locked.) This change has now made observer behavior much more predictable, as unexpected/invisible [[block]] updates would no longer trigger observers.&amp;lt;ref&amp;gt;{{bug|MC-107760}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
|Observers have now been changed to emit a 2 [[Tick#Game tick|game tick]] (1 [[Tick#Redstone tick|redstone tick]]) pulse when activated.&amp;lt;ref&amp;gt;{{bug|MC-108697}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
|Observers no longer output power instantly.&amp;lt;ref&amp;gt;{{bug|MC-107623}}&amp;lt;/ref&amp;gt;}}&lt;br /&gt;
{{History|||snap=pre1|[[File:Observer JE3.png|32px]] The front (detecting side) texture of observers has now been changed to be an 'observing face'. The &amp;quot;arrow&amp;quot; texture on the top/bottom of the observer has also been modified.&lt;br /&gt;
|The [[redstone]] output side of observers now blinks red when it outputs power.}}&lt;br /&gt;
{{History||1.13|snap=17w47a|Prior to [[1.13/Flattening|''The Flattening'']], this [[block]]'s numeral ID was 218.&lt;br /&gt;
|Due to [[1.13/Flattening|''The Flattening'']], observers can now detect all block state changes, e.g. the changes in the shape of [[fence]]s and [[redstone dust]].}}&lt;br /&gt;
{{History|||snap=pre4|Observers no longer produce a pulse when placed by hand.}}&lt;br /&gt;
{{History||1.14|snap=18w43a|[[File:Observer JE4 BE3.png|32px]] [[File:Observer (back) JE1 BE1.gif|32px]] The texture of observers has now been changed. The top face is still largely based on the old, pre-Texture Update furnace/dispenser/dropper &amp;quot;smooth cobblestone&amp;quot; texture, rather than its updated Texture Update version, which has since been confirmed to be fully intentional.&amp;lt;ref&amp;gt;{{bug|MC-199231}}&amp;lt;/ref&amp;gt;}}&lt;br /&gt;
{{History||1.16|snap=20w10a|Observers can now support [[ladder]]s and [[tripwire hook]]s.&amp;lt;ref&amp;gt;{{bug|MC-146824}}&amp;lt;/ref&amp;gt;}}&lt;br /&gt;
{{History|||snap=20w14a|Observers now correctly detect when the status of the fence changes.}}&lt;br /&gt;
{{History|||snap=Pre-release 3|[[File:Observer (back) JE2.gif|32px]] The back texture of activated observers has been changed.}}&lt;br /&gt;
{{History|Upcoming java}}&lt;br /&gt;
{{History||1.17|snap=21w13a|Observers now correctly detect when a [[grass block]] changes to [[dirt]] if a tree grows on top.}}&lt;br /&gt;
&lt;br /&gt;
{{History|pocket alpha}}&lt;br /&gt;
{{History||v0.15.0|snap=May 2, 2016|slink=none|[[Jeb]] tweeted that [[Daniel Wustenhoff]] is a working on a [[Tutorials/Block update detector|BUD]] block.&amp;lt;ref&amp;gt;{{tweet|jeb|727043609552367616|Hype train! @darngeek is working on a device that acts as a proper BUD block in MC:PE (PC eventually), currently called &amp;quot;Observer&amp;quot;|May 2, 2016}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
|[[File:Observer (front texture) pBE20160502.png|32px]] [[Tommaso Checchi]] tweeted his &amp;quot;rejected graphics&amp;quot; for the observer [[block]].&amp;lt;ref name=&amp;quot;ReferenceA&amp;quot;&amp;gt;{{tweet|tomcc|727044087522713600|Here's my rejected graphics for the Observer, because @darngeek has no artistic sensibility|May 2, 2016}}&amp;lt;/ref&amp;gt;}}&lt;br /&gt;
{{History|||snap=build 1|[[File:Observer BE1.png|32px]] Added observer blocks.}}&lt;br /&gt;
{{History||v0.15.3|Observers are now placed like a [[piston]] and not a [[log]].}}&lt;br /&gt;
{{History|bedrock}}&lt;br /&gt;
{{History||1.2.0|snap=beta 1.2.0.2|[[File:Observer BE2.png|32px]] The texture of observers has now been changed.&lt;br /&gt;
|Observer blocks can now detect many more [[block]] changes.&lt;br /&gt;
|The strength of the redstone pulse outputted by observer blocks has now been increased.&lt;br /&gt;
|Observers no longer pulse twice when observing a retracting [[piston]].&lt;br /&gt;
|Opening and closing the [[command block]] screen no longer activates an observer block.}}&lt;br /&gt;
{{History||1.10.0|snap=beta 1.10.0.3|[[File:Observer JE4 BE3.png|32px]] The texture of observers has now been changed.}}&lt;br /&gt;
{{History||1.16.0|snap=beta 1.15.0.53|Observers no longer emit a pulse when they are first placed.}}&lt;br /&gt;
{{History||1.16.100|snap=beta 1.16.100.55|Observers no longer get stuck in an active state when moved by [[pistons]].}}&lt;br /&gt;
&lt;br /&gt;
{{History|console}}&lt;br /&gt;
{{History||xbox=TU54|xbone=CU44|ps=1.52|wiiu=Patch 24|switch=1.0.4|[[File:Observer JE3.png|32px]] Added observers.}}&lt;br /&gt;
{{History||xbox=none|xbone=none|ps=1.90|wiiu=none|switch=none|[[File:Observer JE4 BE3.png|32px]] The texture of observers has now been changed.}}&lt;br /&gt;
&lt;br /&gt;
{{History|3ds}}&lt;br /&gt;
{{History||0.1.0|[[File:Observer BE1.png|32px]] Added observers.}}&lt;br /&gt;
{{History|foot}}&lt;br /&gt;
&lt;br /&gt;
== Issues ==&lt;br /&gt;
&lt;br /&gt;
{{issue list}}&lt;br /&gt;
&lt;br /&gt;
== Trivia ==&lt;br /&gt;
* When moved by a [[piston]], an observer sends a 2-game tick (1 redstone tick) pulse after being moved, which makes it useful for [[slime block]] flying machines.&lt;br /&gt;
* The current Observer texture was created because [[Jens Bergensten|Jeb]] kept confusing the front with the back. He said it was inspired by the &amp;quot;rejected texture&amp;quot; created by Tommaso Checchi.&amp;lt;ref name=&amp;quot;ReferenceA&amp;quot;&amp;gt;{{tweet|tomcc|727044087522713600|Here's my rejected graphics for the Observer, because @darngeek has no artistic sensibility|May 2, 2016}}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{tweet|jeb_|795625080067866624|I kept confusing myself which side was front and back, so here's something inspired by the works of @_tomcc http://i.imgur.com/IK2d8m2.png}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Gallery ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Frowny Observers.png|The first image released of the new observer texture for the Java Edition&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[Tutorials/Block update detector]]&lt;br /&gt;
* [[Redstone Comparator]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
{{reflist}}&lt;br /&gt;
&lt;br /&gt;
{{redstone}}&lt;br /&gt;
{{blocks}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Mechanisms]]&lt;br /&gt;
[[Category:Manufactured blocks]]&lt;br /&gt;
&lt;br /&gt;
[[de:Beobachter]]&lt;br /&gt;
[[fr:Observateur]]&lt;br /&gt;
[[ja:オブザーバー]]&lt;br /&gt;
[[ko:관측기]]&lt;br /&gt;
[[nl:Observeerder]]&lt;br /&gt;
[[pl:Detektor]]&lt;br /&gt;
[[pt:Observador]]&lt;br /&gt;
[[ru:Наблюдатель]]&lt;br /&gt;
[[zh:侦测器]]&lt;/div&gt;</summary>
		<author><name>185.242.5.28</name></author>
		
	</entry>
</feed>