What Does An Observer ACTUALLY See?

  Рет қаралды 153,952

jazziiRed

jazziiRed

Күн бұрын

A complete list of literally EVERYTHING that an observer can detect. Hopefully at least... Research was crazy...
Chapters:
00:00 Intro
00:28 What does an observer do?
01:51 The Common Denominator
02:20 Building Blocks
03:21 Colored Blocks
03:57 Natural Blocks
10:08 Functional Blocks
12:10 Redstone Blocks
15:31 Broad Categories
16:59 Special Cases
17:51 Outro

Пікірлер: 805
@yowza234
@yowza234 Жыл бұрын
I genuinely enjoy the imagery of an observer getting so briefly excited it momentarily shits itself energy for a tick and immediately regains stoic composure
@Mr.Carrot
@Mr.Carrot Жыл бұрын
At this point, a list of what the observers *can't* detect would be more useful
@fortrress
@fortrress 9 ай бұрын
no this is way more fun
@TrialBySquire
@TrialBySquire 9 ай бұрын
Minecarts passing by, unfortunately
@mohitonon-alco4287
@mohitonon-alco4287 9 ай бұрын
​@@TrialBySquirethey aren't block updates, and you have detector rails for that purposr
@DeltaDoesGarbaj
@DeltaDoesGarbaj 9 ай бұрын
​@@TrialBySquireno f*cking way
@ConcavePgons
@ConcavePgons 9 ай бұрын
Bedrock Edition observers detect much less than Java.
@WhoosferToo
@WhoosferToo Жыл бұрын
"when it grows" my fav line of this video
@not_vinkami
@not_vinkami Жыл бұрын
When it gross
@duckified.
@duckified. Жыл бұрын
what i say when she asks "when can we start?"
@ryguy-qh2qk
@ryguy-qh2qk Жыл бұрын
when does he say that
@nikkosstorychannel
@nikkosstorychannel Жыл бұрын
​​​@@ryguy-qh2qk 5:45 6:51
@ToxicBronyRoseAlt
@ToxicBronyRoseAlt Жыл бұрын
When he said "when it grows" I felt that too. Who else?
@caspermadlener4191
@caspermadlener4191 Жыл бұрын
1. Redstone ore doesn't power when you place a block against it, only when you right or left click it. This is noticeable when you shift-click a block against it. 2. You forgot the dragon egg. 3. Pistons heads aren't oberved when trying to retract slime over pull limit. 4. When you clip the end of some plants, it is detected.
@jazziiRed
@jazziiRed Жыл бұрын
If you're referring to the dragon egg teleporting, then yes I did overlook that. Also, I did not know that about piston heads, thanks!
@Endless-fire
@Endless-fire 9 ай бұрын
@@jazziiRed they are refering to how in Java Edition, certain plants stop growing if shears are used on the tip.
@xecron9116
@xecron9116 Жыл бұрын
For those wondering what condition the observer checks, it typically reads the *blockstate* in front of it. A blockstate is a variable containing data on the block at that XYZ position which is used to change how certain blocks behave, how they look, and (you guessed it) to detect changes at a point. When the block in front of an observer is removed, placed, or updated through some behavior or player interaction. The data in the blockstate is changed, which is detected by the observer resulting in it sending a signal behind it. Also, the data within the observer's blockstate is changed when it detects something, which is why you can chain observers.
@Uranium-jj7le
@Uranium-jj7le 9 ай бұрын
>Observer checks changes in blockstates Observer when observing a change, changes its blockstate Thank you random mojang dev
@GeeBeeOhThree
@GeeBeeOhThree 9 ай бұрын
​@@Uranium-jj7leI think that goes back as far as introducing blockstates, there's no way it COULD give a pulse without it unless it just...didn't have blockstates...which is impossible
@majorjohnson8001
@majorjohnson8001 9 ай бұрын
@@GeeBeeOhThree is correct here. "Powered" is considered a block state property, and it's this property that a lot of redstone blocks check for...redstone power (along with another property for signal strength, for those blocks that use it). All rails use the same state properties, too (the non-cornering being a restricted subset). Crop ages are similar, though there are like six variants (based on the max age value). Gravity blocks falling is--likewise--due to the block turning into an entity (just like TNT). As far as the observer is concerned, the block ceased to exist, just as if it was destroyed. The campfire cooking items being placed and removed *isn't* a blockstate change, even though it involves a visual update. Because there are many kinds of cookable food (and mods can add them), that information isn't encoded in the blockstate (the list of valid states cannot be altered), but rather in the block entity itself as inventory. Those inventory items are then specially rendered by the entity renderer (which basically delegates back to the item renderer, with some transformations so it appears in the desired location and rotation). Chest opening/closing is handled even more differently, though I forget exactly how it works. Some data is stored in the block entity, but its animation state is separate from that iirc. Comparators and the trapped chest outputting a redstone signal is bespoke logic.
@mooing_cowmilk
@mooing_cowmilk Жыл бұрын
One major thing observers can't detect is rapid changes, which breaks most age based farms, or fast tick block streams. Other items it can't detect is the creation of the nether portal block (lighting a nether portal), change text color of signs, left clicking a note box (in survival plays it but not detect).
@widmo206
@widmo206 Жыл бұрын
Changing the color of a sign is probably because you're not changing the block itself, but rather it's tile entity, which I guess doesn't create a block update
@broski7792
@broski7792 Жыл бұрын
My two favourite are string when an entity enters or leaves it's hitbox, and note blocks when you change the instrument underneath. I used the string one to make an automatic water dispenser for the riptide enchantment. When you stand in it, it dispenses water at your feet so you can riptide, and then when you leave, it triggers the dispenser again, getting rid of the water. I've never really used the note block one, but it's a neat mechanic which can help you distinguish between blocks in some scenarios, like a block stream. Edit: |-_-|
@jazziiRed
@jazziiRed Жыл бұрын
That's a nice little contraption. I like it! |-_-|
@u12bdragon
@u12bdragon Жыл бұрын
Observers are more like [-.-_-.-] i think
@olegmoki
@olegmoki Жыл бұрын
|т_т|
@F17A
@F17A Жыл бұрын
Heard of pressure plates?
@duckified.
@duckified. Жыл бұрын
@@F17A pressure plates have to be placed on full blocks, string is more versatile
@Juni_Dingo
@Juni_Dingo Жыл бұрын
Such a criminally underrated channel, you deserve so much more attention |-_-|
@jazziiRed
@jazziiRed Жыл бұрын
Thank you! |-_-|
@martitoto9715
@martitoto9715 Жыл бұрын
so true
@martitoto9715
@martitoto9715 Жыл бұрын
@@jazziiRed just take all my subs im not worthy for them like u
@MyMe-hh9cs
@MyMe-hh9cs Жыл бұрын
true
@Some1NamedPlays
@Some1NamedPlays Жыл бұрын
yes
@FarTheGoober
@FarTheGoober Жыл бұрын
Genuinely couldn’t believe how small this channel was. Video quality is amazing and it’s clear you put a lot of time and effort into this video!! I’ll be glad to be along the ride do you getting famous because this deserves more recognition!
@jazziiRed
@jazziiRed Жыл бұрын
Thank you! Glad to have you here :)
@limeflashlight4101
@limeflashlight4101 Жыл бұрын
I agree
@Kokonutzlz
@Kokonutzlz Жыл бұрын
9:17 it should also detect when the sponge evaporates :) It's not just a furnace recipe, it happens automatically in the Nether. The string thing is really cool, as you don't need a more visible tripwire hook setup to activate it getting walked on. The hard part is now to hide the observer 🤔
@jazziiRed
@jazziiRed Жыл бұрын
I thought about adding that, but it happens so instantly that the observer doesn't have a chance to detect it. It's still on cool down from detecting you placing it.
@Nulono
@Nulono Жыл бұрын
@@jazziiRed Could that and the cactus limitation be bypassed by commands?
@alonsomartins712
@alonsomartins712 Жыл бұрын
probably
@c42xe
@c42xe Жыл бұрын
@@Nulono I think as long as the cactus is not updated. But it should destroy itself when its updated.
@ScAr_wlvrne
@ScAr_wlvrne Жыл бұрын
@@jazziiRed iirc, sponges dry out slowly in deserts, badlands, and maybe savannas too Edit: missed the Bedrock only disclaimer on the wiki
@beefox__
@beefox__ Жыл бұрын
a common denominator for most of these are blocks and block states, anything that changes a block state (stair shape), or the block entirely (dirt turning to grass), there are some exceptions to this rule
@noxmore
@noxmore Жыл бұрын
I thought this was the only rule, what are the exceptions? (also blocks changing entirely count as block state changes internally)
@hyper_lynx
@hyper_lynx Жыл бұрын
​​@@noxmore There aren't any exceptions as far as I know, the Observer activates whenever the block in front of it changes state. (Whenever its updateShape() method is called by a block changing in front of it)
@noxmore
@noxmore Жыл бұрын
@@hyper_lynx yeah that's what i thought as well
@lordmarum
@lordmarum Жыл бұрын
Very clear and fun to watch. Great videos!
@jazziiRed
@jazziiRed Жыл бұрын
Thanks!
@KidPrarchord95
@KidPrarchord95 Жыл бұрын
Thank you for doing this! I remember thinking the scaffolding one was cool when I figured it out, so I'm glad to see that little trick being spread to a wider audience.
@mimixte
@mimixte Жыл бұрын
I already knew what the observer is used for but I must admit that some of these where new to me (like the scaffolding or the leaves), thank you for this amazing lesson professor |-_-|
@jazziiRed
@jazziiRed Жыл бұрын
You're very welcome |-_-|
@kirisummer
@kirisummer Жыл бұрын
I would categorize updates a bit differently, since lots of interactions could be described as "replacing an observed block", like when blocks are turned into moss or (cobble)stone from lava and water interactions, "changing amount" for turtle eggs, sea pickles or candles, or being more concise with grouping all "growable" blocks (crops, trees, bamboo, etc) into one category, but it's a good video nonetheless C:
@jazziiRed
@jazziiRed Жыл бұрын
For sure, that's what's going on behind the scenes with a lot of these. But I wanted to present it in a way that's easiest to understand for most people. Plus, the effect is the same whether you think of a sapling being replaced by a log or it growing. Totally understand where you're coming from tho.
@hyper_lynx
@hyper_lynx Жыл бұрын
Behind the scenes, I'm almost certain all of these are the BlockState changing. Each of these blocks have multiple possible states they can occupy (for example, a slab block can be lower half, top half, and a double slab). Interestingly, changing a block to an entirely different block and just changing its state are internally very similar, and in both cases the function that Observers listen for is called. If you want to play around with this, you can try using the Debug Stick to manually alter the state of any block and see the combinations for yourself.
@steelspyder474
@steelspyder474 Жыл бұрын
You're gonna be huge someday! Awesome Job dude... I love everything about this video
@jazziiRed
@jazziiRed Жыл бұрын
Thanks!
@hw2007
@hw2007 Жыл бұрын
6:05 "Just play around with it, it gets excited easily" I caught that ;)
@GingerMoony
@GingerMoony Жыл бұрын
Basically a redstone ore block is just an observer extension right? It observes more than an observer
@hw2007
@hw2007 Жыл бұрын
@@GingerMoony Never thought of it that way, but I guess so yes!
@duckified.
@duckified. Жыл бұрын
@@GingerMoony nope, only entities
@SETHthegodofchaos
@SETHthegodofchaos Жыл бұрын
Shower Thought: Does the Observer actually observe or is it subscribing and being notified? 🤔
@goodiesohhi
@goodiesohhi 9 ай бұрын
I would presume it would make more sense for every block to be a subject and notify any observers next to it. So observer pattern for sure. That's probably why it was named as such honestly.
@TheHighWizardCat
@TheHighWizardCat Жыл бұрын
ok but the vertical walls, leaves and scaffolding ones are EXTREMELY interesting, i could defo see some potential for those
@Endless-fire
@Endless-fire 9 ай бұрын
leafstone and scaffolding is useful for compact vertical/twisted lines and walls and powered rails are useful for instant transmission.
@SharkfightersSH
@SharkfightersSH Жыл бұрын
90.3% done on your way to 10k, well deserved.
@EquaTechnologies
@EquaTechnologies Жыл бұрын
The observers can activate also when leaves are "charged" by wood. Nice video too!
@ImAuriss
@ImAuriss Жыл бұрын
Observers can observe "block state changes" so any block that you can directly interact with or natural game state changes.
@mystictnediser3854
@mystictnediser3854 Жыл бұрын
The leaves trick with the messured distance to the next log is extremely useful
@HattmannenNilsson
@HattmannenNilsson Жыл бұрын
Very informative video. The title puts me in mind of a passage from Philip k. Dick's "A Scanner Darkly". "What does a scanner see? he asked himself. I mean, really see? Into the head? Down into the heart? Does a passive infrared scanner like they used to use or a cube-type holo-scanner like they use these days, the latest thing, see into me - into us - clearly or darkly? I hope it does, he thought, see clearly, because I can't any longer these days see into myself."
@wChris_
@wChris_ Жыл бұрын
Its actually pretty simple. |-_-| detect block state changes, i.e. if you open F3 the things at the lower right when looking at blocks. Block state changes also include blocks changing outright, like converting grass to dirt, because they are 2 distinct blocks.
@jazziiRed
@jazziiRed Жыл бұрын
Yep, that's the gist
@JP913.
@JP913. Жыл бұрын
you are about to hit 10k , im part of the subbed before 10k club. also well done for getting this far on yt!
@jazziiRed
@jazziiRed Жыл бұрын
Thank you!
@alancinwolfe111
@alancinwolfe111 Жыл бұрын
I have no plans of concocting complicated redstone contraptions myself, but the knowledge of the extent of what the |-_-| can do ought to be somewhat useful 👍
@c0smicsands
@c0smicsands Жыл бұрын
Disclaimer: It cannot see your pain
@SETHthegodofchaos
@SETHthegodofchaos Жыл бұрын
Great video. Also, the humor. Top notch 👌
@mallusaih
@mallusaih Жыл бұрын
my theory about the shulker box activating twice is that it is activated once for the actual opening / closing function and once for the visual changing of the block
@hyper_lynx
@hyper_lynx Жыл бұрын
I think really the box is updating its shape over and over (think of what happens if you stand on one as it is opening) and the observer pulses slowly enough that it happens to only go off twice
@mrmurpleqwerty4838
@mrmurpleqwerty4838 Жыл бұрын
Nobody: Almost every Natural Block: When it grows. Coral: When it dries up and dies.
@OGwold
@OGwold Жыл бұрын
Beds: An observer will notice when a bed is occupied or not. It sends an output when a player, a villager, or a villager child sleeps, and when they get out of bed. It will not trigger if the child jumps on the bed, nor if a cat sleeps on it.
@messier82
@messier82 Жыл бұрын
Saw some of your videos and I love them! Keep up your beautiful work! :D
@jazziiRed
@jazziiRed Жыл бұрын
Thanks!
@foryoutube3133
@foryoutube3133 Жыл бұрын
I almost never make comments, and more so, don’t play minecraft for some time. But you have made me make an exception. Extremely underrated, hopefully will see you with at least 100k subs in some time soon. Good luck mate
@jazziiRed
@jazziiRed Жыл бұрын
I appreciate it!
@danielkostenko8189
@danielkostenko8189 Жыл бұрын
Congrats on 2k subs! :)
@jazziiRed
@jazziiRed Жыл бұрын
Thanks!
@duckfaceguy
@duckfaceguy 3 ай бұрын
Beautiful! Thanks for the video. Really helped me in a circuit
@jackhaley3210
@jackhaley3210 9 ай бұрын
Damn I hope this guy catches on big time. What a quality channel
@ruslanart8734
@ruslanart8734 Жыл бұрын
for those wondering, the music at 4:20 is Mozart symphony number 38 in d major and I believe the 3rd movement
@seeit360
@seeit360 Жыл бұрын
Technical: The observer updates when the block permutation changes to a different permutation within that block. Knowing this allows you to understand different parts of blocks. A chest is a block with an entity lid, and observers cannot see entities. So what seems to be the same block is just clever switching, like falling sand. My favorite block that reveals this is the enchanting table which has a block body and an entity book. Entities are not visible in menus or item frames so when you examine the enchanting table in one of those occurances, it's missing its book. But this is changing. Slowly. Notice the skulk sensor, which has moving tendrils in the menu and item frame. That animation is all block, no entity and achieved using permutations of the block. The reason they have not done this with the enchanting table is the Book follows the player, and only entities have this capability.
@litterbox019
@litterbox019 Жыл бұрын
that intro is gonna conceptualize observer r34 edit: omg the "when it grows"
@jazziiRed
@jazziiRed Жыл бұрын
Oh no what have I done lol
@litterbox019
@litterbox019 Жыл бұрын
@@jazziiRed maybe it's fine, the video has only 516 views so far and my comment is very new maybe it hasn't happened yet...
@moose0095
@moose0095 9 ай бұрын
I love how as time goes on you can just hear the pain in his voice as he must repeat "when it grows" a hundred times
@garysochnikoff8942
@garysochnikoff8942 Жыл бұрын
Really great video!
@HiyuMarten
@HiyuMarten Жыл бұрын
Thank you so much for this, fantastically edited & presented. Makes me happy that the Minecraft redstone tutorial community is still going strong.
@Gking10
@Gking10 Жыл бұрын
Good video, can't wait for when it grows.
@theqracken4035
@theqracken4035 Жыл бұрын
Just found your channel and am already in love. XD
@jazziiRed
@jazziiRed Жыл бұрын
Thanks!
@sbananaboi
@sbananaboi Жыл бұрын
That intro was amazing!
@AU_Player
@AU_Player 9 ай бұрын
Your channel is soo cool, i wonder when it *will grow*
@JoshAbellSmith
@JoshAbellSmith Жыл бұрын
Most of these could be summarized as... It detects any change in the block ID or block states (visible in the debug (AKA F3) menu), but does not detect changes in NBT data... But then there wouldn't be much of a video, and it does require some technical understanding. This explains, for example, the Campfire, as it has a block state for "lit" but not for items on it. It also highlights one that you missed; when you place/remove a Hay Bale under the Campfire (the "signal_fire" block state). Some others... - Scaffolding and Leaves have block states for how far they are from a support - Bell has "powered" block state, but none for ringing - Redstone Wire has the "power" block state, but the Repeater and Comparator don't - None of the chests have block states for opening Interestingly, the Shulker Box does not have any block states for opening, despite it being detected. I think that might be the only one I can't explain. Nonetheless, nice work putting all of these together! Must have taken quite a while.
@TheRedSmarty
@TheRedSmarty Жыл бұрын
Comparators are not always full strength, they just store their signal as block entity data instead of a block state (likely because that was the only way they could work when they were introduced, and they didn't decide to change it with The Flattening of 1.13 like they did Note Blocks). Yeah, Shulker Boxes were weird, might be because their hotbox dynamically changes when opened and closed.
@JoshAbellSmith
@JoshAbellSmith Жыл бұрын
Right, yes, you're correct about the Comparator @@TheRedSmarty. I forgot about the subtract mode. My bad. (I corrected my original comment.)
@martitoto9715
@martitoto9715 Жыл бұрын
yoo im the 600 sub, im so glad that i found out ur channel is amazing and keep it up!
@jazziiRed
@jazziiRed Жыл бұрын
I appreciate the support!
@plumper303
@plumper303 Жыл бұрын
17:12 Love the reference. :)
@skeleton8817
@skeleton8817 Жыл бұрын
Already knew all of these cases, but still enjoyed watching the video. Your voice is nice and comforting :) #whenitgrows
@dewaunwarren1
@dewaunwarren1 10 ай бұрын
Thank you, I've been struggling to understand how flying machines work for the longest time. I didn't know observers could detect themselves moving. 👍
@jalaska007
@jalaska007 Жыл бұрын
|-_-| great work on this, the amount of research, seriously impressive.
@jazziiRed
@jazziiRed Жыл бұрын
Thanks! |-_-|
@bjw6877
@bjw6877 9 ай бұрын
Etho pointed out another thing that causes observers to fire: fire blocks. In episode 582 of his letsplay around the 14:16 mark, he shows that a newly lit fire causes observers to randomly fire for a couple minutes or so.
@moduli7597
@moduli7597 Жыл бұрын
The way of editing this has needs more viewers here seriously
@idkusername2795
@idkusername2795 Жыл бұрын
I just noticed, the observer looks like it’s doing what in Switzerland is known as the Swiss glare, if you see someone do something weird you stare at them like that, and everyone here does it.
@Draugo
@Draugo 7 ай бұрын
Observer is like a proud parent, it gets excited when you grow.
@TacoSlayer36
@TacoSlayer36 Жыл бұрын
Does it detect when you clip a plant with shears? Like when you click on the end of a weeping vine to make it stop growing?
@jazziiRed
@jazziiRed Жыл бұрын
I just checked, and it does. Good catch! You're the first to accurately find something I missed :D
@mace1234
@mace1234 Жыл бұрын
i freaking love your videos
@rwolterbeek
@rwolterbeek Жыл бұрын
Amazing vid! Memorizingly interesting! Only felt myself wondering, does it see when a music disk is done playing instead of it being removed?
@gdtargetvn2418
@gdtargetvn2418 Жыл бұрын
Basically the observer can detect whenever a block changes one of its properties For example, scaffolding has a property called "distance", when you change its value, observer detects that; wall changes its shape, observer detects that as well; note block changes its instruments by placing a block below, observer also detects that.
@WD_RatLad
@WD_RatLad 9 ай бұрын
The observer gets very excited when it sees the wood logs stripping.
@clawrolinelore4674
@clawrolinelore4674 Жыл бұрын
Do sponges create a block update and thus get observed when they dry out in the nether? The only way to see would be to place a wet sponge in the nether before 1.15, then update to 1.15 and place something next to the sponge so the sponge updates. I'm pretty sure the observer would detect this but I'm not really sure since there would be no need for Mojang to add that because it already gets detected by placing it. Also observers only look for the change of block states, so doing things like brewing or putting food on a campfire doesn't work because that's part of the block entity. You can check what works by looking at the block in the F3 menu and seeing all of the things that change with the block states.
@Lattrodon
@Lattrodon Жыл бұрын
I love the thumbnail so much lol
@TheBcoolGuy
@TheBcoolGuy 9 ай бұрын
I don't see it as judgemental. I see it as extremely focused and determined.
@mac1991seth
@mac1991seth 9 ай бұрын
With banner placement, I think the most sane explanation is that the observer "sees" the airblock changing state, such as "placing stuff on the wall" and "placing stuff on the ground".
@michaelfrey1509
@michaelfrey1509 9 ай бұрын
"Disclaimer, it cannot see your pain" even with context is such an incredibly funny line (8:33)
@Unpug
@Unpug 9 ай бұрын
Beautiful video
@SunroseStudios
@SunroseStudios Жыл бұрын
basically, what it's detecting is a change in *block state*. this includes almost anything that changes the appearance of a block, and a few other things. if you can see it change in the "targeted blocK' segment of the f3 menu, the observer can see it too.
@jazziiRed
@jazziiRed Жыл бұрын
Yes, that is a great way to summarize it.
@OvercastWarmth
@OvercastWarmth Жыл бұрын
I think there might be a few extra things the observer can detect that don’t have an associated block state but I could be wrong But it’s kinda funny that this whole video can be summarised as ‘when it changes block state’ Still a great watch though
@SunroseStudios
@SunroseStudios Жыл бұрын
@@OvercastWarmth i don't think so, but we're curious if you know any counterexamples? everything in the video is a block state change (this includes changing what the block even is)
@TheRedSmarty
@TheRedSmarty Жыл бұрын
​@@SunroseStudios Shulker Boxes.
@thepoglin8479
@thepoglin8479 Жыл бұрын
A dispenser can only act, blind to its surrounding and blind to consequence, to act without reason and without cause is to not act at all. Yet observers know consequence and know reason, to see all and know all is to know beauty and know disgust. It is heaven in the most utilitarian sense
@danylomusic4624
@danylomusic4624 Жыл бұрын
Observer detects when you drop a like, when you leave a comment, when you start watching this video, when you return to this video
@sonicwaveinfinitymiddwelle8555
@sonicwaveinfinitymiddwelle8555 9 ай бұрын
6:45 that might be useful for explaining why packing wood too close and leaving logs uncut might cause tree farm not work for noobs
@twelvethousandths1698
@twelvethousandths1698 Жыл бұрын
That propagating pattern with the scaffolding blocks could be very useful!
@Itemtotem
@Itemtotem 9 ай бұрын
great vid, thanks
@buildermonkey2229
@buildermonkey2229 Жыл бұрын
It does see everything about a block, but it can only see one block in front of it. You are safe from it ... for now.
@Lampe2020
@Lampe2020 9 ай бұрын
The chest etc. probably don't trigger the observer because they are "tile entities", so technically not blocks. Although that would mean that shulker boxes shouldn't trigger them either, sooo…
@TinyDeskEngineer
@TinyDeskEngineer Жыл бұрын
Basically it just detects when the block it's looking at either changes from one block to another, for example, breaking or placing a block, or a sapling growing and turning into a log. Or changing state, for example, blocks like fences, walls, and redstone which connect to other blocks have an individual state for each direction they can connect in, and a change in any of these states will trigger an observer. Things that grow over time, like saplings, or planted crops have a state for what stage of growth. You can see all of the states of a block by looking at it while the debug overlay is active. The observer will only trigger when a block changes, so entities such as falling blocks or item frames will not trigger it.
@AlbySilly
@AlbySilly Жыл бұрын
Scaffolding and leaves were the most interesting to me, the rest were fairly straight forward since it's just BUD
@AlbySilly
@AlbySilly Жыл бұрын
I did know about string earlier, it's still super interesting to make a silent pressure plate, but since I already knew about it I didn't mention it
@Faitorrr
@Faitorrr Жыл бұрын
i thought you had like 100k subs you are amazing :]
@VenTGM09
@VenTGM09 Ай бұрын
Basically, it detects any changes to BlockState (e.g., Waterlogging, Signal Strength, Collision, Texture; including completely changing the block) but ignores changes to TileState (e.g., Chest Opening). Comparators do the opposite. Instead of BlockState, it's TileState and vice versa, and instead of state change, it's the current state. Some BlockStates also change alongside TileState, so you may get special cases too. Also, you missed Sponge-Drying (Nether [Java and Bedrock] and Desert [Bedrock]).
@twelvethousandths1698
@twelvethousandths1698 Жыл бұрын
This is such a great minecraft channel!
@notjacob4724
@notjacob4724 Жыл бұрын
I have an idea for a video. You make a radio sort of that sends different images on different ticks to machines that can pick up these images. Say it is a 4x4 image, you would have 16 wires that connect to all machines but it can change depending on what tick you let the signal form the wires in therefor giving you a different image.
@ZerkUWU
@ZerkUWU 9 ай бұрын
for sponges... In case you put a wet sponge in the nether in front of an observer, will it send two signals? One for putting the block and another for it drying out
@leorigami8766
@leorigami8766 Жыл бұрын
i really love your videos!!! i didn't understand nothing about observers before watching this, but now i will make a watermelon farm!! xD
@jazziiRed
@jazziiRed Жыл бұрын
Glad I could help!
@darkener3210
@darkener3210 Жыл бұрын
Nearly very block can be powered and unpowered and it can detect that, what you seeing with the bell is it being powered and then unpowered by the button, thats why it doesnt detect you hitting it manually. Thats also whats happening with the target block, its not detecting getting hit, its detecting being turned on, which happens to be when it gets hit. Also when the falling blocks fall, its not detecting them landing or falling, its detecting the bock in front of them changing to and from air respectively
@samuels1123
@samuels1123 9 ай бұрын
Basically, any non-continuous block flag changing state or value including the block type. Things that can be found cleanly listed in the F3 menu.
@fireninja8250
@fireninja8250 Жыл бұрын
I unironically liked subscribed and hit the bell
@jazziiRed
@jazziiRed Жыл бұрын
Thanks and welcome aboard!
@pigeom32
@pigeom32 Жыл бұрын
I think it would have been a lot easier to say what the observer can't see
@sinom
@sinom Жыл бұрын
Basically everything that causes a block update. This can be the block completely changing to a different one, like when stripping a log, or when its NBT data changes, like fences changing their state or saplings changing their growth state. Everything in this video falls under those two rules. So it would be a lot more interesting to point out any exceptions to those two rules (if there are any).
@TheRedSmarty
@TheRedSmarty Жыл бұрын
Block state changes are not actually the same as block updates, they refer to slightly different things. Also, when you said NBT, you were talking about block properties changing. NBT is not detected. Also, Shulker Boxes don't fit.
@a.j.outlaster1222
@a.j.outlaster1222 Жыл бұрын
"There's. Nothing in front of you." "So?"
@BierBart12
@BierBart12 9 ай бұрын
I wonder if this video will inspire some interesting lock mechanisms An adventure map all about the Observer's birthday
@Appledirt
@Appledirt 9 ай бұрын
I have one small correction! When you break string attached to a tripwire hook, if you use Shears, it doesn't produce a Redstone signal. Therfore, in that case, the observer would only detect one update, not two
@StarFried
@StarFried 8 ай бұрын
this video is only 18 minutes long and yet it felt longer than a lot of 2 hour long videos i have watched
@TheMilkiestCereal
@TheMilkiestCereal Жыл бұрын
I was expecting you to go into the source code of the observer and literally tell us what it actually sees, but awesome video dude!
@Fireheart318
@Fireheart318 11 ай бұрын
17:14 It took me SO long to get that joke but I love it!
@SkKedDy
@SkKedDy 9 ай бұрын
I dont get it 😢
@vii-ka
@vii-ka Жыл бұрын
Alternative title: List of block tick updates
@funimonki4803
@funimonki4803 Жыл бұрын
I learned stuff that are off-topic. Such as lighting off the candles, scaffolding changing texture when it has no support, etc.
@qhgaming8653
@qhgaming8653 Жыл бұрын
3:26 The most satysfying part of the video
@K.H.A.Y.A.L.I
@K.H.A.Y.A.L.I 9 ай бұрын
In bedrock edition observed cannot detect 1. Redstone dust shape changes. 2. Leaves when logs are removed or placed next to them. 3. Note block when powered or depowered. 4. Note block when block changes beneath it. 5. When a plant grows without changes it shape naturally.(Gets detected with bonemeal) Well there were 100 of different things that observer couldn't detect before 1.18 but got fixed after the update.
@purplef0xx
@purplef0xx 9 ай бұрын
Can't you make an observer detect the growth of a cactus by placing the observer above the cactus facing its top face, but with an air block between the top of the cactus and the observer? That way the cactus will grow and then instantly break, which will be detected
Dissecting Minecraft's Most Complex Minigame - gnireenignE Ep 1
25:32
Making Logic Gates out of ACTUAL GATES in Minecraft
22:41
jazziiRed
Рет қаралды 617 М.
1❤️#thankyou #shorts
00:21
あみか部
Рет қаралды 65 МЛН
DELETE TOXICITY = 5 LEGENDARY STARR DROPS!
02:20
Brawl Stars
Рет қаралды 12 МЛН
Will We Ever Run Out Of Redstone?
10:53
Purplers
Рет қаралды 1,5 МЛН
We Made the BEST Music Machine in Minecraft
12:52
jazziiRed
Рет қаралды 1,7 МЛН
Ideas for fixing minecarts
16:17
Gneiss Name
Рет қаралды 913 М.
Why Minecraft Players Built a Real Life Supercomputer
23:24
HellCastle & Tylerrrr
Рет қаралды 865 М.
I Wrote Minecraft for a Calculator
14:43
The Science Elf
Рет қаралды 1,3 МЛН
Beating Minecraft without a Keyboard (NO REMAPPING)
15:11
SmallAnt
Рет қаралды 2,8 МЛН
The Crafter Is WAY Cooler Than I Thought...
16:20
jazziiRed
Рет қаралды 41 М.
I Made A Wireless Telegraph In Minecraft!
24:13
jazziiRed
Рет қаралды 268 М.
Breaking Minecraft's Oldest Redstone Record
12:19
CraftyMasterman
Рет қаралды 579 М.
All It Does Is Loop... But Why? - WTH Is a Redstone Clock??
17:07
1❤️#thankyou #shorts
00:21
あみか部
Рет қаралды 65 МЛН