I Made A Wireless Telegraph In Minecraft!

แชร์
ฝัง
  • เผยแพร่เมื่อ 7 มิ.ย. 2024
  • Binary through the air :O
    Mumbo's video: • WIRELESS Messaging in ...
    How to Read and Write Binary: • How to Read and Write ...
    Chapters:
    00:00 Intro
    04:19 The Transmitter
    12:36 The Receiver
    19:49 Testing
    23:29 Outro

ความคิดเห็น • 926

  • @_mr.boss_1308
    @_mr.boss_1308 ปีที่แล้ว +3150

    I love how over the past few years people have slowly started realizing that a lot of the electrical switches that exist irl exist in Minecraft so we can just build computers in computers

    • @jazziiRed
      @jazziiRed  ปีที่แล้ว +644

      Oh yeah, people have built full CPU's at this point, and they're getting pretty fast too. For Minecraft standards, that is.

    • @Fa1seP0sitive
      @Fa1seP0sitive ปีที่แล้ว +296

      People were building proper electronics with just redstone dust and torches back in alpha, once repeaters and pistons came to be, things advanced a lot. Then 1.5 added the comparator, and then later on we got observers, as well as a bunch of changes and quirks of redstone mechanics that help to simplify and speed things up. One of the best ones was the person who made a fully working computer with minecraft installed (used redstone lamps for the display, was a 4x4x4 world but fully rendered. 1 frame every few seconds so was actually playable)

    • @_mr.boss_1308
      @_mr.boss_1308 ปีที่แล้ว +34

      @@Fa1seP0sitive I wish my programming skills will get to that level 1 day

    • @ovencake523
      @ovencake523 ปีที่แล้ว +86

      computers were some of the first things redstoners started to make, even before repeaters. people just renewed signal strength with two torches

    • @jjeshop
      @jjeshop ปีที่แล้ว +10

      Minecraft computers have existed for much longer

  • @mushsplash
    @mushsplash ปีที่แล้ว +1694

    Now this is just what I needed in my industrial themed smp lol. This really is an awesome contraption.

    • @jazziiRed
      @jazziiRed  ปีที่แล้ว +94

      Thanks, glad you liked it :)

    • @arunragunath7875
      @arunragunath7875 ปีที่แล้ว

      @@jazziiRed you should use wireless redstone from 2no2name. theres less delay and there is no „cable“ of sculk sensors

    • @stasiocudak
      @stasiocudak ปีที่แล้ว +10

      If you want There is a circuit wich is used to transmit signals wirelesly without skulk sensors wich works by timing falling entities with tile sets but it will probably be very hard to build in survival

    • @mushsplash
      @mushsplash ปีที่แล้ว +12

      @@stasiocudak yeah I've seen something like that before but that would just give me a headache. Plus I like seeing the network of skulk sensors we have.

    • @guard13007
      @guard13007 ปีที่แล้ว

      Damn, I wanna hear more. xD

  • @batimius
    @batimius ปีที่แล้ว +430

    I feel like this is the kind of thing your CS professor would make you do. "Here's Minecraft. Here's how skulk sensors work. Here's redstone. Now make a 4-bit wireless transmitter and receiver with minimal delay."

    • @ziul123
      @ziul123 ปีที่แล้ว +40

      lol if my professor did that I would be pretty pissed, circuits don't easily translate to redstone if you don't have prior experience. If you asked me to make a register with redstone, for example, I would just make the exact circuit using logic gates made out of redstone, instead of using hoppers and other devices (because I don't know how they work)

    • @xevento8682
      @xevento8682 ปีที่แล้ว +10

      @@ziul123 Once you know how redstone torches and OR'ing signals works you can basically make every logic gate. It's not gonna look pretty on your first attempt but i think it's doable.

    • @ziul123
      @ziul123 ปีที่แล้ว +1

      @@xevento8682 first, no you cannot make every gate out of or gates, you need a nand or a nor. Secondly, yeah, I know you can make every gate, but making full circuits out of just basic redstone gates is pretty shit. I was recently making a two register file of 4 bit registers and even though it was enormous I still ran out of space. And that's because I wasn't even making the registers themselves out of flip flops, I was using locked repeaters (imagine if I didn't know about this feature). This is what I am talking about, making circuits out of pure 100% redstone is horrible

    • @xevento8682
      @xevento8682 ปีที่แล้ว +6

      @@ziul123 I said if you know how redstone torches work (which are not gates) and how to OR cables, therefore making you a NOR Gate. And your second point is pretty much what i already pointed out, though it doesn't mean you can't do it.

    • @ziul123
      @ziul123 ปีที่แล้ว

      @@xevento8682 redstone torches aren't not gates, they can be used to create not gates. There is a difference. Also, we have pretty different definitions of doable

  • @SwiftVines
    @SwiftVines ปีที่แล้ว +352

    Usually videos like this just have people building segments of redstone builds and quickly go through how to build it, but you walked through the whole thought process from building the hopper timing to shift register, loved it.

  • @Fry_tag
    @Fry_tag ปีที่แล้ว +1011

    TH-cam just randomly suggested this to me. Love it.
    Edit: Same!

  • @badbolt1a854
    @badbolt1a854 ปีที่แล้ว +384

    I just realized wireless red stone has always been possible you could use arrows being shot or fire charges. The only issue is it needs multiple lines

    • @jazziiRed
      @jazziiRed  ปีที่แล้ว +132

      True, but there is huge variability in the trajectory of arrows or fire charges being shot by a dispenser. Even if you could find a way to reliably hit a button with an arrow, it would stay pressed until the arrow despawns. Perhaps you could use trip wires as well. Either way, I would not try to do anything timing-sensitive like this with arrows or fire charges.

    • @gregotox
      @gregotox ปีที่แล้ว +20

      @@jazziiRed + idk if the projectile would render if you were too far away

    • @fantalone666
      @fantalone666 ปีที่แล้ว +17

      @@jazziiRed A dispenser couldn't really shoot that far anyways, so the arrow would need to be shot by a tnt cannon, and at that point, one could just make a trajectory correction system that would adjust the arrow into a perfect position before being shot.
      Similar to how those long-range ender pearl cannons work, except instead of ender pearl, it would shoot out an arrow, which would strike the aimed-for chunk, which could have a receiver platform covered in pressure plates.
      But that's just assuiming that arrows work like ender pearls, and do work long-range (as long as the chunk they're supposed to strike is constantly loaded)

    • @leboi7347
      @leboi7347 ปีที่แล้ว +9

      Could you not use a target block instead as it only activates for a set amount of time after being shot, plus its a large target space so no worrying about the arrow not hitting.

    • @mateoorozco6704
      @mateoorozco6704 ปีที่แล้ว +1

      couldnt you also do it with portals an itemps drops on pressure plates?

  • @SaishoVibes
    @SaishoVibes ปีที่แล้ว +528

    Hey, here is a good idea to help. There are keyboards already that type out, if you grab the redstone output to increment the typing, and then just compare the binary to get a letter, you have a wireless keyboard (with obvious delay)

    • @jazziiRed
      @jazziiRed  ปีที่แล้ว +85

      I like that idea!

    • @soacespacestation8556
      @soacespacestation8556 ปีที่แล้ว +13

      And then send that signal to the converter station that sends and receives signals from the real world and then you will have a (technically) usable keyboard for all of your needs! RGB is fully customisable (if you have RTX)

    • @cbacronje7869
      @cbacronje7869 ปีที่แล้ว +7

      @@jazziiRedThen let a certain combination of letters trigger events, creating in game code 😏

    • @MrWide-ht9rp
      @MrWide-ht9rp ปีที่แล้ว +3

      Insert fancy coding words here

    • @asuracrescent1191
      @asuracrescent1191 ปีที่แล้ว +1

      /kill @e

  • @moduli7597
    @moduli7597 ปีที่แล้ว +220

    Underrated. 💯👌
    Imagine sending encrypted message for hundreds of blocks in a SMP server.

    • @jazziiRed
      @jazziiRed  ปีที่แล้ว +28

      That would be amazing

    • @dacianbuzlea
      @dacianbuzlea ปีที่แล้ว +21

      The fact you need a dedicated isolated cable is just awesome for realism

    • @error-not-found7415
      @error-not-found7415 ปีที่แล้ว

      @@dacianbuzlea and one person can tap it and read the message. some serius spy work

    • @dacianbuzlea
      @dacianbuzlea ปีที่แล้ว +9

      Horray for jobs, now you can have dedicated engineers, "electricians" and cops

    • @Gamerswell
      @Gamerswell ปีที่แล้ว +7

      Would that work when it goes out of render distance?

  • @esotericreference6373
    @esotericreference6373 ปีที่แล้ว +72

    Put the skulk lines inside wool tubes.
    This way, random mobs in the world won't interfere with the signal, and then you can put multiple lines in parallel as they're isolated from each other.
    Edit: Plus, with resonant sensors we can transmit a variety of signals along a single line much easier than with redstone.

    • @PROMAN8625
      @PROMAN8625 ปีที่แล้ว +10

      but at that point, we could just use a redstone line instead of skulk sensor

    • @esotericreference6373
      @esotericreference6373 ปีที่แล้ว +8

      @@PROMAN8625 I know, but skulk is new and weird.

    • @reihanboo
      @reihanboo ปีที่แล้ว +3

      put it higher. 256 higher

    • @esotericreference6373
      @esotericreference6373 ปีที่แล้ว +9

      @@reihanboo There's still rockets and flying manta rays to worry about up there.

    • @SpeedyCheetahCub
      @SpeedyCheetahCub 9 หลายเดือนก่อน +1

      Could put a ring of wool around each sensor so that they only have an opening facing the sensor they receive information from. That way, they can only be interfered with if someone flies through the wire, not over or under it.

  • @tentative_flora2690
    @tentative_flora2690 ปีที่แล้ว +57

    You could do a "message complete" line for when the dropper clock locks. Then make a "message buffer" storing each message that you haven't read yet. Basically because the sender doesn't know if you haven't read their last message they might want to send another as soon as possible. So by storing multiple messages you could send more complex data.

    • @lombas3185
      @lombas3185 ปีที่แล้ว +8

      Even better, add ips to the start of the message, so that you can send your data to multiple people, and a register of bits to store multiple ones.
      I think it shouldn't be too hard using "middle man" receivers/senders that route the next message you send, and a chain of droppers/hoppers that store each bit.
      You could even store the message in a single hopper/dropper if you translate the bits to a count of the items inside!!
      ... I think I got a little bit too excited hahah, I'm pretty passionate about programming in general

    • @tentative_flora2690
      @tentative_flora2690 ปีที่แล้ว +5

      @@lombas3185 oooh making redwifi

    • @dies200
      @dies200 ปีที่แล้ว +4

      I was thinking just moving the "message received" to the end of the hopper line so it also becomes an indicator of when the message is done

    • @tentative_flora2690
      @tentative_flora2690 ปีที่แล้ว

      @@dies200 the problem is the "message received" line is triggered by the start of the message. Unless this is already what you were suggesting. It would have to be delayed by the amount of time that the hopper clock delays to serve as a message received. In which case it would be more accurate to say that you would "take the output of the hopper clock", rather then "move the message received line to the end of the hopper clock"

    • @Galgamos
      @Galgamos ปีที่แล้ว

      @@lombas3185 With the upcoming 'Calibrated Skulk Sensor', IPs actually become super simple, so long as you don't need more than a hand full of them. :D
      Alternatively, the different signal strengths can be decoded to downsize the receiver somewhat fierce.
      This is gonna be so awesome!

  • @Lampe2020
    @Lampe2020 9 หลายเดือนก่อน +7

    You should probably wire up the trigger for the "You've got mail!" lamp to the "Receiving" latch's reset trigger, so the message lamp only turns on when the message is fully on-screen and maybe turn it off automatically once a new message comes in, so the user doesn't get intermediary states as a message.

  • @gvn1111
    @gvn1111 ปีที่แล้ว +227

    awesome content! I was wondering for years if wireless was a thing in Minecraft. I imagined it with dispensers, arrows, even mobs, but this one is so cool!! Keep it up!

    • @jazziiRed
      @jazziiRed  ปีที่แล้ว +21

      Thank you!

    • @gooscifur5327
      @gooscifur5327 ปีที่แล้ว +16

      there's a really interesting video by cubic metre called the wireless Redstone revolution.
      essential it exploits an optimization in the dropped item entity code that allows it to detect discrepancies in the time it takes for an item entity to start falling.
      very interesting stuff, currently trying (and failing) to implement it on my Minecraft server for instantaneous ender pearl stasis travel.

    • @gvn1111
      @gvn1111 ปีที่แล้ว

      @@gooscifur5327 wow, that sounds really interesting! I'll check it out. Thanks for letting me know!

    • @Enderia2
      @Enderia2 ปีที่แล้ว +2

      dispensers with arrows seems like an interesting way to do things, especially with the addition of target blocks in 1.14.

    • @gvn1111
      @gvn1111 ปีที่แล้ว +1

      @@Enderia2 yes. It can transfer information using ones and zeros. And arrows can be used for it, along with target blocks.

  • @DraKul78
    @DraKul78 ปีที่แล้ว +75

    Beautiful demo! There is a charm to the whole concept of sending messages over redstone in Minecraft.
    Hopefully there is a way to set up a network system that translates addresses that identify communication stations. After that comes to reality, one could write and copy a book explaining the standards of "some communication system", a book which can be put on a lectern next to these machines to teach how to write messages down and set the destination, as well as what a message means and what station it came from.
    However, transmitting destination and source addresses along with messages might add significantly more delay for messages to be sent; consequently, urgent messages won't quickly be passed over the world (making voice chat superior to redstone comms), unless one uses solid redstone lines instead of the slower though wireless sculk sensors.

    • @24kingofcards
      @24kingofcards ปีที่แล้ว +10

      And so, the depths of RFCs shall come to Minecraft.

    • @tminusboom2140
      @tminusboom2140 ปีที่แล้ว +4

      Just have a book in a lectern that decodes what the message is by the page number and sends that number to everyone. It would still be limited to 16 possibilities, but would be much more intuitive to use than the lights design shown above. Comparator reads lectern, signal strength converts to binary, send binary, binary read as page number.

    • @osbob1983
      @osbob1983 ปีที่แล้ว +2

      @@tminusboom2140 One possible fix could be using two lecterns; one as a primary directory, and then one as a subdirectory. Encode each bit separately, and you'd have 256 possible destinations at the cost of needing to send double the bits in comparison to a single-lectern directory

    • @DraKul78
      @DraKul78 ปีที่แล้ว

      @@tminusboom2140 That's much simpler than combining a few levers!

  • @scottowens398
    @scottowens398 ปีที่แล้ว +56

    This is the perfect format for me. Cool idea, simple and effective method of not only a tutorial, but also explaining what everything does. On top of that, we also get a thought process, making reverse-engineering much easier to adapt it to our needs. This is awesome and I have subscribed.

    • @jazziiRed
      @jazziiRed  ปีที่แล้ว +2

      Glad you liked it!

  • @joda7697
    @joda7697 ปีที่แล้ว +6

    Now we need a "hello world" sent by a word processor, as you outlined in the end there.

  • @TheOnlyBloke
    @TheOnlyBloke ปีที่แล้ว +26

    Just had this video show up in my recommended feed, and I thoroughly enjoyed it. Hope Mumbo sees this, too! :)

    • @jazziiRed
      @jazziiRed  ปีที่แล้ว +5

      That would be wild. Glad you enjoyed it!

  • @rapid0475
    @rapid0475 ปีที่แล้ว +14

    This is incredibly well produced. Youve earned my sub

  • @erbsenthron2548
    @erbsenthron2548 ปีที่แล้ว +14

    One idea I had with this was using double Chests filled with non-stackable items (e.g. boats as 0, shovels as 1) as bit displays. each row in the chest would represent one message, so nine bits each, and you could send six messages at a time. A "message read" lamp on the senders side could be cool, so you know the other person has received your message.

  • @chrisbraun3018
    @chrisbraun3018 ปีที่แล้ว +7

    Absolutely love the idea, this is a Gem!

  • @SpammingY-pp2ru
    @SpammingY-pp2ru 3 หลายเดือนก่อน +3

    One thing you could change with the receiver- if you put the "you've got mail" light on the other side, it could be a "message sent" light instead, and you could do that by sending it the initial pulse of any message. Other than that, though, really really cool!

  • @zuluactual839
    @zuluactual839 ปีที่แล้ว +13

    If I continued my Redstone Engineering course, I'd be a computer engineer by now... Damn it

  • @aggelmast2969
    @aggelmast2969 ปีที่แล้ว +8

    Damn That was a really smart and compact way to build the shift register, and you sure do love hoppers

    • @jazziiRed
      @jazziiRed  ปีที่แล้ว

      Yeah, lots of hoppers in this one lol

  • @BlackCatsClaw
    @BlackCatsClaw ปีที่แล้ว +1

    Wow! Your video was a joy to watch. Awesome work!

  • @comradesoupbeans4437
    @comradesoupbeans4437 ปีที่แล้ว

    absolutely love this video, i haven't seen anyone else do serial data in minecraft! really excited to see what you make with the new filtered skulk sensors
    although it's not really morse code since that's actually trinary, not binary (dot, dash, pause) which is used in things like stops etc

  • @typan1286
    @typan1286 ปีที่แล้ว +14

    This is absolutely amazing! I really like communication technology and always wondered how to make one in minecraft. On one of my servers i built two cities and then connected them with tripwire poleline because i wanted to make telegraph but i didn't know how to build the rest of the telegraph. Now i know :) thank you! This content is something i was looking for.

    • @jazziiRed
      @jazziiRed  ปีที่แล้ว

      Glad I could provide :)

  • @Me-da-Ghost
    @Me-da-Ghost ปีที่แล้ว +5

    I remember making a contraption that converted mutiple bits into one line of redstone that would flash on and off to represent them. This was before skulk blocks were added, so it wasn't wireless, but the idea was also to send messages. It was very interesting to see the similarities and differences in our designs!

  • @michaele8444
    @michaele8444 ปีที่แล้ว

    Underrated video on an underrated channel. Keep it up!

  • @aycoded7840
    @aycoded7840 ปีที่แล้ว

    This is really cool. I've always loved seeing the elements I've learnt in Computer Science so well analogised in Minecraft.

  • @hampustoft2221
    @hampustoft2221 ปีที่แล้ว +11

    Really cool.
    You should try this with the technical minecraft wireless redstone. showcased by cubicmeter in his video The Wonderful World of Wireless Redstone from 1 year ago

  • @ToonedMinecraft
    @ToonedMinecraft ปีที่แล้ว +15

    since the sculk sensors are all just in range, you should be able to put multiple lines next to one another as well, making an entire grid of communication. Just encase it in obsidian to defend it from sabotage.

    • @floresilla
      @floresilla ปีที่แล้ว

      Bus shaped networks here we go

    • @D_4_N_
      @D_4_N_ 9 หลายเดือนก่อน

      i thought about this too, but while in one direction this works, the two sculk sensors side by side would interfere with each other, ruining your data.

  • @Skynetdotexe
    @Skynetdotexe ปีที่แล้ว

    That is so fkn cool. Really excited me about the sculc sensors again

  • @fishininja9850
    @fishininja9850 ปีที่แล้ว

    holy cow love it man. keep it up

  • @bramvdnheuvel
    @bramvdnheuvel ปีที่แล้ว +11

    Super cool!
    It would be cool to see a system like this for larger distances. For now, this only works as long as all chunks are loaded and it would be cool if a message from A to B is sent as soon as a player moves from location A to B.
    That would have nice utility for communication on servers, or for bringing information back and forth between two bases if I'm moving between them.

    • @jazziiRed
      @jazziiRed  ปีที่แล้ว +1

      Definitely!

    • @AnEnderNon
      @AnEnderNon ปีที่แล้ว +4

      chat: hello

    • @pauljoly4009
      @pauljoly4009 ปีที่แล้ว

      There is a system that does this, made by 2no2name (th-cam.com/video/hr-twzxs6FM/w-d-xo.html | th-cam.com/video/FLynwXDnETI/w-d-xo.html&t ) and further explored by cubicmeter (th-cam.com/video/sBNuqZKa_Lw/w-d-xo.html | th-cam.com/video/TTreJCFfJNE/w-d-xo.html )

    • @maximilianwarren8296
      @maximilianwarren8296 ปีที่แล้ว +1

      You could use chunk loaders

    • @Jakewake52
      @Jakewake52 ปีที่แล้ว +1

      @@AnEnderNon Introducing- Player is offline

  • @haydenmaines5905
    @haydenmaines5905 ปีที่แล้ว +4

    I came up with a similar idea years ago when fireworks were released, albeit mine used the bits to encode letters like you'd said, and then would read the bits out to fill a chest with pieces of paper named after the letter of the alphabet it was calling. I was also incorporating encryption methods and routing methods so that multiple routers could be built across the network. Worked alongside my minecart network system and my "television broadcast system" using command blocks and paintings

    • @jazziiRed
      @jazziiRed  ปีที่แล้ว

      Wow, that sounds awesome!

  • @Pheaker12
    @Pheaker12 ปีที่แล้ว

    Thats the fastest subscribe for me, I'd love to see whole playlist of tutorials of redstone builds like that, with theory behind every mechanism, its easy to follow you and uderstand everything, good work sir and amazing build!

  • @MACAYCZ
    @MACAYCZ ปีที่แล้ว +1

    Really cool video! Subscribed!

  • @GeorgeCowsert
    @GeorgeCowsert ปีที่แล้ว +4

    Now imagine the possibilities with genuine wireless redstone.
    The only flaw with this system is range, making it so that any attempt at long-range communication is stopped by unloaded chunks.

  • @galsk2533
    @galsk2533 ปีที่แล้ว +8

    As someone studying engineering, I found this video very interesting and well made!

    • @master106
      @master106 9 หลายเดือนก่อน

      Same, I was like "hey I know the thing!" I had a whole class about this just recently.

  • @mingkey6726
    @mingkey6726 ปีที่แล้ว

    the jazz piano combined with your voice is so relaxing. you have a really pleasant voice

  • @traywor1615
    @traywor1615 ปีที่แล้ว

    I love following your thought process

  • @jeranuspeedruns
    @jeranuspeedruns ปีที่แล้ว +7

    Imagine what the future would look like with this kind of technology. In my eyes, unfathomable.

  • @dj_enby
    @dj_enby ปีที่แล้ว +5

    I think the next step would be to simply have some sort of storage where you could stack up a number of these messages, that way you could encode multiple messages (or characters even!) and put them together for a longer message.

  • @brenopereiradealencarbarra5285
    @brenopereiradealencarbarra5285 ปีที่แล้ว

    man, this is so cool, what a great video

  • @jackstrawn8133
    @jackstrawn8133 ปีที่แล้ว

    This kind of stuff always blows my mind to see, but I feel like your explanations were good enough that I, a layperson, could feel like I understood what was going on. This is epic.

  • @alvishui7787
    @alvishui7787 ปีที่แล้ว +28

    It would be very appreciated if you could kindly provide a world download.
    Absolutely loved your work!

    • @jazziiRed
      @jazziiRed  ปีที่แล้ว +19

      I'd love to, but I don't want my designs stolen since the channel's still small. But I do have plans to make them available sometime in the future.

  • @Kiroto50
    @Kiroto50 ปีที่แล้ว +3

    Now add memory to it so old received messages are not lost.
    You can do it with pistons, a nonconductive block (like glass) and a conductive block.
    This way you can also loop through memory addresses and see previously sent messages.

    • @russianyoutube
      @russianyoutube ปีที่แล้ว

      Hmm, thats pretty genius. I always used a dispenser and a hopper for that, when there is a item in the hopper it gives a signal, when its in the dispenser it doesn't

  • @Scarfy101
    @Scarfy101 ปีที่แล้ว

    this video was really interesting and i loved seeing the mechanism being built and put into use. i've always believed it to be possible to make more advanced machines or computers within minecraft if people just find the right way to use the basic redstone tools given, and this just proves it. i hope one day we can reach a point where we can create a computer in vanilla minecraft because that'd just be awesome.
    amazing work!

    • @jazziiRed
      @jazziiRed  ปีที่แล้ว +1

      Some people have already done it! Sammyuri even made a simplified version of Minecraft in Minecraft running on a general purpose CPU.

    • @Scarfy101
      @Scarfy101 ปีที่แล้ว

      @@jazziiRed that's amazing, thanks for letting me know!

  • @herkules593
    @herkules593 ปีที่แล้ว

    Nice! I have a very similar but insanely old school build like this from around 10 years ago still in my test world but it had some bugs I never fixed. It's pretty cool to see a project like this I have a personal connection to recommended to me!

  • @jamal1357
    @jamal1357 ปีที่แล้ว +4

    Add in some address bits and figure out how to queue messages/ensure only 1 sender tries to send at a time and you have a very cool way to communicate between bases. Well, were it not for the fact the entire network needs chunkloaded... which is possible but not at all accessible/nice for the average player.

  • @baguetteboy5466
    @baguetteboy5466 ปีที่แล้ว +3

    Awesome creation, I didn't even know this could be done. Would this provide a unique benefit over conventional chat messages, or is this just for the cool factor?

    • @jazziiRed
      @jazziiRed  ปีที่แล้ว +7

      I suppose you can use this to leave a message for someone while they are not on the server. But yeah, this was basically all for the cool factor.

  • @michaelcarlton1484
    @michaelcarlton1484 ปีที่แล้ว +2

    Best part is that command blocks can make it even more streamlined or can make creating these stations throughout the world much easier.
    There's probably a way to extend the sensors detection too.

  • @sunrootsongs6495
    @sunrootsongs6495 ปีที่แล้ว

    Amazing work dude

  • @phoenixsoren
    @phoenixsoren ปีที่แล้ว +4

    Four lights only counts to 15 in binary, you need a fifth light. Other than that, I'm definitely using this :3

    • @jazziiRed
      @jazziiRed  ปีที่แล้ว +2

      Luckily, this design is really easily expandable :)

    • @robblly8112
      @robblly8112 ปีที่แล้ว

      is it not 16, or am i mistaken?

    • @nikkiofthevalley
      @nikkiofthevalley ปีที่แล้ว +3

      @@robblly8112 16 states, 0 is included as a number, so it can only represent up to 15, not 16

    • @robblly8112
      @robblly8112 ปีที่แล้ว

      @@nikkiofthevalley right right, i must've read over when they mentioned binary.

  • @sorrowandsufferin924
    @sorrowandsufferin924 ปีที่แล้ว +3

    Okay, I have a question:
    1) How hard would it be to adapt the "You have mail" lamp to always show the sending bit? Given that that always gets delivered, it would show - no matter the combination.
    2) Is it conceivable to configure this system so the button below the "You have mail" lamp clears the selection? Aka you hit the button and it simulates a 0-0-0-0 message? Presumably, this could consist of sending only the sending bit, so it can't be too hard - right?

    • @jazziiRed
      @jazziiRed  ปีที่แล้ว +2

      1. It would be very easy, just have a 5th shift register and route that to the lamp. But that wouldn't be too useful since it will always be on.
      2. Sure. The way I would do that is to have the button unlock the registers so the data gets flushed out. The button pulse should be long enough for this to happen.

    • @robblly8112
      @robblly8112 ปีที่แล้ว +2

      for your first question, that is basically how the system works as far as i can tell. the indicator ("you have mail") lamp is powered on through the first pulse, the sending bit, and remains on with the RS-Nor latch. the sending bit is then deleted as only four bits can be stored at once.

  • @ashshay5223
    @ashshay5223 ปีที่แล้ว

    this is super cool as a concept!!!! i’d say for actual use though on a server maybe, you’d need an address signal first, and then instead of sensors use powered rails and chunk updaters on the line so the signal continuously travels long distances

  • @billyroberts4489
    @billyroberts4489 ปีที่แล้ว

    It makes me happy to see an Innovation and someone's effort to make that easier to use, good job

  • @DazzlingAction
    @DazzlingAction ปีที่แล้ว +3

    I think this man just made auto farms more auto.

  • @rezarg
    @rezarg ปีที่แล้ว +3

    Forget human evolution.

  • @mrpixelperfect
    @mrpixelperfect ปีที่แล้ว

    Ngl this was really interesting and entertaining, pretty crazy what you can do with redstone

  • @Svabre
    @Svabre ปีที่แล้ว

    I think my subscription to your channel tells you everything you need to know - this some the most epic thing I have seen in a while and I am going to replicate this SOOOO hard omg I love you dude!

    • @jazziiRed
      @jazziiRed  ปีที่แล้ว +1

      Yes!

    • @Svabre
      @Svabre ปีที่แล้ว

      @@jazziiRed OMG a reply too?!! Can you get any better? Ohhhhmg dude - keep it up - I am studying mechanical engineering and ripping my hair out rn for just a fraction of your power! Much love from germany!

  • @joaosousa2271
    @joaosousa2271 ปีที่แล้ว

    Coming from someone who studies electrical engineering, this is one of the things we learn in digital electronics in freshman year. It's amazing the fact that you can do it in Minecraft. :)
    Great video, cheers!

  • @bloodofphantoms
    @bloodofphantoms 9 หลายเดือนก่อน

    good job! not sure if anyone mentioned this, but to bypass the sentence issue with the bits, you could have either a book or sign literally explaining that a = , z = and then go from there with something of that nature.

  • @quirkyperson125
    @quirkyperson125 ปีที่แล้ว +2

    This video is blowing up/ going to blow up soon.
    You made a great video, simple as that
    Edit: just thought about a redstone machine: an ender pearl stasis chamber/ cannon in which you can choose what direction and maybe height/distance traveled. You think you can do that? I understand that would be VERY complicated, so don't worry about it if you don't feel like doing so

    • @jazziiRed
      @jazziiRed  ปีที่แล้ว +1

      Interesting idea... I'll see if I can come up with any solutions. No promises tho. Thanks for the comment!

    • @quirkyperson125
      @quirkyperson125 ปีที่แล้ว

      @@jazziiRed No problem! Just don't overwork yourself.

  • @STRIKER9001
    @STRIKER9001 ปีที่แล้ว +1

    I hope Mumbo sees this! Great vid!

  • @panic5306
    @panic5306 ปีที่แล้ว

    This is incredible! I think it would be limited by the simulation range but imagine of you had a module that spanned the entire sim range and then operators at both end. Once recieved they would send it through the next module and so on and so forth. Transmit speed is a little slow though so im not sure how far it would have to be to be practical but this is just so fun. A literal telegraph in minecraft.

  • @mrsaturn26
    @mrsaturn26 ปีที่แล้ว

    Dude this is so cool! Maybe your next design could include two way communication? Definitely subbing

  • @lemonlordminecraft
    @lemonlordminecraft ปีที่แล้ว

    Exquisite video. Striking presentation and excellent video content!

    • @jazziiRed
      @jazziiRed  ปีที่แล้ว

      Thank you very much!

  • @andrxmedan
    @andrxmedan ปีที่แล้ว

    how tf do you only have 2k subs?? this is really good
    also your voice is incredibly soothing

  • @thatguyzorv6650
    @thatguyzorv6650 ปีที่แล้ว

    Man watching that reaction to it working reminded me of when I built a minecart system that was able to send minecarts between like 7 stations in people's bases. Took ages to work out and man was it fun.

  • @stoique10
    @stoique10 ปีที่แล้ว

    That’s a great design! redstone looks way more fun than I ever imagined. the only thing I would change would be that I’d add a clock bit instead of that leading bit. It would require some more tinkering but make the whole system way more reliable, though in theory it shouldn’t make a substantial difference.

  • @rowangallagher8605
    @rowangallagher8605 ปีที่แล้ว

    your voice is so relaxing. and i love the red stone. W vid. W algorithm

    • @jazziiRed
      @jazziiRed  ปีที่แล้ว +1

      Glad you enjoyed it!

  • @codeN1NE
    @codeN1NE ปีที่แล้ว

    You deserve a subscribe for this amazing work. Subed ❤️❤️❤️

    • @jazziiRed
      @jazziiRed  ปีที่แล้ว

      Thank you and welcome!

  • @malamutekid8871
    @malamutekid8871 ปีที่แล้ว

    I really like your style. it's slower and easier to understand. very informative and not super hyper.

    • @jazziiRed
      @jazziiRed  ปีที่แล้ว

      Thank you! Yeah hyper is not really my style lol

  • @Cxntrxl
    @Cxntrxl ปีที่แล้ว +2

    the random chicken walking by my wireless wire about to corrupt 100% of my data:

  • @katrineaarbsolheim1930
    @katrineaarbsolheim1930 ปีที่แล้ว +1

    thanks for showing almost everything so that i can build it myself :D

    • @jazziiRed
      @jazziiRed  ปีที่แล้ว

      That's the goal!

  • @derrrick1407
    @derrrick1407 ปีที่แล้ว

    Holy cow, this is insane, you got a new sub

  • @DarmiGames
    @DarmiGames 10 หลายเดือนก่อน

    I absolutely love this!

  • @jaymar921
    @jaymar921 ปีที่แล้ว

    Dude this is so amazing

  • @oepethefrenchdude118
    @oepethefrenchdude118 ปีที่แล้ว

    There is no way in hell that this has only 100k views, this is a high quality video and I can see you've put a lot of effort into this.

  • @zeinyboi
    @zeinyboi ปีที่แล้ว

    You're getting recognized by the algorithm!!!! Great job on everything!

  • @rebornreaper194
    @rebornreaper194 ปีที่แล้ว

    Awesome! And I learned something :)

  • @hjhurdlow
    @hjhurdlow ปีที่แล้ว

    This video has single-handedly taught me more about Redstone than literally any other video

  • @mozvi1436
    @mozvi1436 ปีที่แล้ว

    That's really impressive how fast you got it to work! One thing I think is missing (although not sure how to implement it, I'm a redstone noob) is that the reset button doesn't switch off the message lamps and only switches off the "you've got mail" lamp. Other than that great job! I'll never get to the same level of Minecraft engineering lol

  • @ThePlushTux
    @ThePlushTux ปีที่แล้ว

    This is awesome. One thing that would be cool is to trigger the "you got mail" to turn on when the start bit has passed through, that way you have a "data valid signal" to work with. ATM the "you got mail" light triggers as soon as a bit is received instead of the whole message

  • @flo8903YT
    @flo8903YT ปีที่แล้ว +1

    nice work!

  • @grantbommer5859
    @grantbommer5859 ปีที่แล้ว

    This is super cool dude

  • @matdu121
    @matdu121 ปีที่แล้ว

    It is a really good video, being able to see you thinking the whole system is a good idea that made me think of each solution before seeing yours, it was a really good experience, thank you for your video.

  • @aliataciciek
    @aliataciciek ปีที่แล้ว

    this is ridiculous, love it!

  • @traddy1
    @traddy1 ปีที่แล้ว

    Why haven’t I found you sooner? You’re videos are great!

    • @jazziiRed
      @jazziiRed  ปีที่แล้ว +1

      Thanks!

    • @traddy1
      @traddy1 ปีที่แล้ว

      @@jazziiRed You're welcome, but thank you!

  • @shennyboi110
    @shennyboi110 ปีที่แล้ว

    9:46 That "and then it should stop .... Perfect" was so in time with the music I loved it

  • @ahaaas9433
    @ahaaas9433 ปีที่แล้ว

    Youre very endearing /platonic. Subscribed 👍

    • @jazziiRed
      @jazziiRed  ปีที่แล้ว

      Thank you and welcome :)

  • @ddylan4cats
    @ddylan4cats 11 หลายเดือนก่อน

    I was inspired to do this by Mumbo Jumbo’s wireless messaging video. This was when they were still an experimental feature. I then realized that they weren’t going to be on bedrock edition until the Caves and Cliffs update. Turns out, they didn’t get added until 1.19, but your video inspired me to try again knowing that doing this is possible.

  • @FrsT-hj1hi
    @FrsT-hj1hi ปีที่แล้ว

    yt algorithm showed me this, not even disappointed. love your vids

  • @ankitgangurde6487
    @ankitgangurde6487 ปีที่แล้ว

    That was so satisfying to watch

  • @IanWagner94
    @IanWagner94 ปีที่แล้ว

    Man congrats, thats an awesome contraption. And I loved you talking to the trader kkkkkkk
    Edit: I just noticed, HOW DO YOU ONLY HAVE 950 SUBSCRIBERS? I say this after watching hours of your videos: It is a sin. If you have any other midia I would love to follow you.

    • @jazziiRed
      @jazziiRed  ปีที่แล้ว +1

      Thanks! I only have this channel for now, but I really appreciate the support

  • @imutig3451
    @imutig3451 ปีที่แล้ว

    It's insane. I'm not really good at redstone, I do some computer science studies so I was familiar with the binary part of all this but I still understood everything because this was really well explained.
    It's just too bad this isn't "real" wireless. Well, I by that I mean, the message DOES travel through the air but you still need to put sculk sensors down quite frequently because their range is kinda small. Would be cool if it was possible to have higher range but then it'd be really hard to make it work since anything could activate it from the ground.
    But great video! hope it blows up. Didn't realize you were a small channel until I finished it, really surprised

    • @jazziiRed
      @jazziiRed  ปีที่แล้ว

      Thanks! I appreciate the thoughtful comment

  • @nsc_notncs
    @nsc_notncs ปีที่แล้ว +1

    I have absolutely no idea what you did but it’s cool and I’m going to make a bunker with wireless communications now on my Minecraft server

  • @xkbol
    @xkbol ปีที่แล้ว

    I loved this, it would take a LONG while to remember what the combinations mean hahah, also cqn you make it 2 ways?

  • @Jakewake52
    @Jakewake52 ปีที่แล้ว

    If you were to revisit this concpet in particular, something cool to see would be multi-user mailing.
    For example if you used a seperate send panal to select which bases it will travel to- along the skulk line, you could have a central switchboard section that decodes who its being sent to then closes off access to different receiver's skulk-lines. To prevent overwriting, you could also have the "clear" button on the reciver physically open the skulk-line again at the switchboard- and if the switchboard detects you trying to send it to someone thats not cleared their message you could reject it, or if you wanted to go completely overkill, have a message buffer system on the recivers (and maybe an item clock to tell them how long ago it was sent)

    • @jazziiRed
      @jazziiRed  ปีที่แล้ว

      That would be incredibly intricate lol

  • @rymanjones3
    @rymanjones3 9 หลายเดือนก่อน

    thats insane man