Making Logic Gates out of ACTUAL GATES in Minecraft

Sdílet
Vložit
  • čas přidán 17. 05. 2024
  • Today we put the gate in logic gate.
    Mentioned Videos:
    Steve Mould's Video: • I Made A Water Compute...
    Matt Parker's Video: • The 10,000 Domino Comp...
    Binary Adder Explanation: • XOR & the Half Adder -...
    Chapters:
    00:00 Intro
    01:32 Logic Gates Explained
    02:24 Brainstorming
    04:17 The AND Gate
    04:50 The XOR Gate
    08:57 The OR Gate
    09:29 Junctions
    10:26 Timelapse!
    11:42 The Adder
    14:45 How to use it
    16:29 First Test!
    17:36 Second Test
    18:55 An Issue
    19:19 Troubleshooting
    20:28 Third time's the charm??
    21:40 Outro & Shoutouts

Komentáře • 987

  • @Gekoloudios
    @Gekoloudios Před rokem +4294

    the fact that you muted the "hey google" so people using speakers wouldn't be affected is such a cool detail

    • @jazziiRed
      @jazziiRed  Před rokem +977

      Yeah it's something I've seen a lot of techtubers do, and I really appreciate it when they do

    • @DFPercush
      @DFPercush Před rokem +279

      Now if only we could get people to mute their Discord notifications...

    • @lavacat720
      @lavacat720 Před rokem +61

      @@jazziiRed Don't mute it, hahahahaha

    • @sleepydog9968
      @sleepydog9968 Před rokem +18

      @@jazziiRed ❤️

    • @myballshurt832
      @myballshurt832 Před rokem +2

      ​@@DFPercush is it really that scary?

  • @eblouissement
    @eblouissement Před rokem +2240

    never thought that fence gates had so much emergent functionality even with your usage of the pressure plates, the depth of this game amazes me

    • @Brenden-H
      @Brenden-H Před rokem +51

      i mean really he is using water, mine carts, pressure plates and tripwire hooks alongside the fence gates to help move armor stands and block their paths and stuff. Id say this is more like using armor stands to do the logic since they can move (ei: carry signals). The logic gate is no more made from fences then it is flowing water. They manipulate the position of armor stands. (also, like he alluded to in the beginning, if you can toggle something between 2 states, and you can build the basic logic gates from it, it has the emergent property of being able to create a Turing complete computer)

    • @explosify5035
      @explosify5035 Před rokem +33

      imagine if redstone was never added and we had minecraft computers that run only on fence gates!

    • @Brenden-H
      @Brenden-H Před rokem +7

      @@explosify5035 fence gates cant transmit any signal or take any signals on their own, but using the method shown in this video(with water and armor stands and pressure plates and tripwire and mine carts...) to make logic gates, it would be possible. The video is about building a functioning full adder. Although the logic gates in this video are single use so maybe not actually useful for building a whole computer from...

    • @JorgetePanete
      @JorgetePanete Před rokem

      ​@@Brenden-H I'd*

    • @GalaxyStudios0
      @GalaxyStudios0 Před rokem

      @@Brenden-H It's possible, just not easy to make it reusable
      Easy method: datapack
      Hard method: making buttons that dispense armor stands in the correct spots (can dispensers even dispense armor stands? how much wiring would it take?)

  • @kazsolan
    @kazsolan Před rokem +937

    Another fun kind of wire to try building gates with is what's known as "greenstone," a cactus-sand-torch-sand modular wire mentioned in the Minecraft Wiki's Rube Goldberg guide.

    • @jazziiRed
      @jazziiRed  Před rokem +177

      Interesting... I'll have to take a look at that

    • @enkidoodoo
      @enkidoodoo Před rokem +66

      You just activated really old neurons in my brain with those words w
      Now I miss doing good old redstone

    • @softpaw6234
      @softpaw6234 Před rokem +54

      There's also leafstone, where observers can detect logs being put next to leaves

    • @chickencurry69420
      @chickencurry69420 Před rokem +5

      ​@@softpaw6234 yea i tried to get that to work in a redstone contraption, used walls instead though bc i probably did something wrong with leafstone

    • @softpaw6234
      @softpaw6234 Před rokem +10

      @@chickencurry69420 leafstone has a fairly limited range, I think it's the same as leaf decay for naturally generated/grown trees

  • @bodashka4569
    @bodashka4569 Před rokem +333

    This fiddling with soul sand and water stream to time the armour stands actually has a parallel solution in computer science. Basically, all of the circuits are connected to a control armour stand named Clock via an AND gate, so that every output is dropped at the same time (when clock arrives). Amazing how much parallel there is between Minecraft gates and actual CPUs :)

    • @bodashka4569
      @bodashka4569 Před rokem +39

      If anyone is wondering, such circuits are called synchronous

    • @flameofthephoenix8395
      @flameofthephoenix8395 Před rokem +23

      I was just thinking of how he could do that exact thing, I didn't even consider that CPUs might also do that.

    • @Idk-hg8jr
      @Idk-hg8jr Před rokem +19

      Actual CPUs are made from very small logic gates that might have different form but behaves exactly the same as logic gates in Minecraft(or any other games or simulations that has logic gates) That's why your able to make a whole CPU in minecraft

    • @DigitalJedi
      @DigitalJedi Před rokem +4

      Yup, and often times the clock speed of a physically large chip can be limited by the time it takes for that signal to cross the chip. For example something like the 6ghz 13900KS can't physically go much faster than about 10ghz no matter what you do to it. The silicon will hit other limits before that, but the die size should will set some hard upper bound.

    • @NeatNit
      @NeatNit Před 8 měsíci +1

      Some important distinctions:
      1. The clock signal in electronics is almost exclusively used to synchronise flip-flops (these are called synchronous), *not* the inputs to logic gates (which are asynchronous). Electronic logic gates are reusable and memoryless, and generally don't need their inputs to arrive simultaneously. We just ignore the output until it has stabilized. That's except:
      2. In cases where it's important for the output of a logic gate to never switch back and forth before it has stabilized, this is called a *hazard*. There are various ways to work around this, but a very common way is to make the output synchronous by adding a flip-flop and a clock signal.
      The relevant Wikipedia article is called: Hazard (logic)

  • @darth_dub_
    @darth_dub_ Před rokem +228

    When I heard no redstone, I automatically assumed no components either, so I was super confused until I saw the tripwire hooks and pressure plates. That said, this is amazing, I regularly design my own redstone gates to fit different needs, but there is absolutely no way I could have made something like this. Great job!

    • @Denastus
      @Denastus Před rokem +6

      He technically failed his own challenge. Tripwire hooks and pressure plates are classified as redstone, as they provide power to other components.

    • @whannabi
      @whannabi Před rokem +18

      ​@@Denastus I mean yeah but technically their construction doesn't require redstone in the recipe so that's fine

    • @adithyavraajkumar5923
      @adithyavraajkumar5923 Před 9 měsíci +3

      I don't think it's possible to provide signals without using redstone, since fluids don't behave like they do in reality (my other guess would've been a water gate) @@Denastus

    • @adithyavraajkumar5923
      @adithyavraajkumar5923 Před 9 měsíci

      Nevermind this one did czcams.com/video/lsae2Hq_vCc/video.html @@Denastus

    • @jucedoesthings4534
      @jucedoesthings4534 Před 8 měsíci +5

      ​@@DenastusWhat he meant was that there is nothing with the name redstone in it or that uses redstone in the recipe, as he states in the video

  • @thomaskletzl6493
    @thomaskletzl6493 Před rokem +903

    small tipp if you use often commands. Build a datapack it makes stuff like switching all minecart with chest minecarts way more easy you can just select all and then do it ones

    • @jazziiRed
      @jazziiRed  Před rokem +173

      Cool, thanks for the tip 👍

    • @magica3526
      @magica3526 Před rokem +36

      this case specifically would be perfect for structure blocks

    • @NaiveCat45446zeroSEVEN
      @NaiveCat45446zeroSEVEN Před rokem

      ​​@@magica3526 yeah i use them all the time, they're awesome

    • @thomaskletzl6493
      @thomaskletzl6493 Před rokem +6

      @@magica3526 i would not say that the problem is you would ned to save it every time you build one block different

    • @kitlith
      @kitlith Před rokem +6

      If you're building a datapack, you could maybe do something like 'place x entity above every block of y type with z offset', meaning which entities are placed is still encoded within the build, and not as much within commands

  • @LukeSmith1984
    @LukeSmith1984 Před rokem +574

    You are the first youtuber that actually goes through their thought process and explains what they are thinking out loud instead of just showing the final result. You are wildly underrated.

    • @acorngnome
      @acorngnome Před rokem +5

      Stampy does that on his second channel I think.

    • @Mikasks
      @Mikasks Před rokem +20

      Mumbo Jumbo does that too but in a more “theatric” way

    • @westonthewalrus
      @westonthewalrus Před 9 měsíci

      MattBatWings

    • @mikachu69420
      @mikachu69420 Před 8 měsíci

      how u gonna disrespect the goat gbembon like that

    • @renevz
      @renevz Před 8 měsíci

      Lying to meat ride is crazy

  • @wChris_
    @wChris_ Před rokem +214

    there was already an 8 bit adder with fence gates and tripwire, which used zombie path finding by pi314159265358978 its pretty old by now and may not even work anymore!

    • @jazziiRed
      @jazziiRed  Před rokem +72

      Oh! I'll have to check that out.

    • @theaureliasys6362
      @theaureliasys6362 Před rokem +19

      I instantly remembered that too.
      Ahhhh.... Good times in mcyt.

    • @malbacato91
      @malbacato91 Před rokem

      this video also reminded me of the best use of furnace minecarts. ilmango's scicraft episode 69 if anybody hasn't seen that true technical minecraft classic (just like pi's pathfinding computer).

    • @vampyreo2861
      @vampyreo2861 Před rokem

      3.14159265358979

    • @vampyreo2861
      @vampyreo2861 Před rokem +3

      is what u meant

  • @like-sz4fr
    @like-sz4fr Před rokem +380

    Awesome demonstration! You not only showcase the final result but also walk us through the issues hit during preparation!
    To me, those issues hit and the way you resolve them value no lesser than the final result!
    Great work!

    • @jazziiRed
      @jazziiRed  Před rokem +24

      Thanks, that's the goal!

    • @softpaw6234
      @softpaw6234 Před rokem +3

      I agree, those learning opportunities are just as if not more important

    • @IamMusicSauce
      @IamMusicSauce Před rokem

      You put it into words, thank you

  • @alexslater8408
    @alexslater8408 Před rokem +62

    Bringing back fence gate redstone functionality from the early days of minecraft , never thought theyd come back into the scene in such a big way

  • @Mwr247
    @Mwr247 Před rokem +58

    It's funny you mentioned irl water gates as your inspiration, because back in the pre-alpha days before there was redstone we only had Minecraft water logic gates. The original redstone came early in alpha, and then 4 days later the way it worked changed to how it is today, and now with so many more blocks like repeaters, pistons, and apparently even fences! It's awesome to see the innovation and advancements along the way. Very cool video 🙂

  • @nevernether3368
    @nevernether3368 Před 8 měsíci +3

    I recently learned that every logic gate can be made with only AND and NOT gates and i find that incredibly impressive. And the fact you did this without redstone is so cool

  • @jipufix
    @jipufix Před rokem +23

    as an electrical engineer currently studying this stuff in college, this tickles my brain in a way i can’t really explain with words!
    the way you tackled each problem by breaking them down into simple steps feels very familiar and comforting, what an awesome video ❤

  • @funky555
    @funky555 Před rokem +25

    This flipped the switch in my brain on how logic gates and adders work. Thanks

    • @mauer1
      @mauer1 Před rokem +2

      This flipped the switch on how all of that actually matters for computers for some reason.

  • @deadalpeca8099
    @deadalpeca8099 Před rokem +130

    This is the first video of yours that I've seen and let me just tell you: You're going to be one of the greats soon. The quality and efforts are top notch.

    • @jazziiRed
      @jazziiRed  Před rokem +16

      Thank you so much 🙏
      Glad you're here!

    • @deadalpeca8099
      @deadalpeca8099 Před rokem +1

      @@jazziiRed I think I'll be sticking around. That MIDI video was also really good.

    • @ekkekrosing8454
      @ekkekrosing8454 Před rokem

      I will make a prediction, by the end of the year jazziRed will have 100k subscribers and by the end of the next year around about 750k subscribers. Hopefully you will reach one million soon!

    • @randomalexskin7076
      @randomalexskin7076 Před rokem

      @@jazziiRed I agree with him

  • @niaford3775
    @niaford3775 Před rokem +19

    You could use command blocks for the reset button
    _since they dont use redstone to craft ;)_

  • @benjadryl_7393
    @benjadryl_7393 Před 9 měsíci +3

    That Xor gate design is so cool! This is probably the coolest (only) minecraft "redstone" contraption I've seen that doesn't use redstone.

  • @yoween
    @yoween Před rokem +60

    I swear to god your channel is so cool like the editing and all I just like it sooo much

    • @jazziiRed
      @jazziiRed  Před rokem +8

      Thanks, I'm glad you enjoy it :)

  • @Jlewismedia
    @Jlewismedia Před rokem +49

    I'm a programmer (10+years) and I still don't really get logic gates entirely. Kudos this was impressive.

    • @niaford3775
      @niaford3775 Před rokem +7

      All 7 logic gates:
      *[NOT]*
      _>Active if no inputs are Active_
      *[AND]*
      _>Active if all Inputs are Active_
      *[NAND]*
      _>Active if any Inputs aren't Active_
      *[OR]*
      _>Active if any Inputs are Active_
      *[XOR]*
      _>Active if exactly 1 Input is Active_
      *[NOR]*
      _>Active unless any Inputs are active_
      *[XNOR]*
      _>Active if all inputs are on or off_
      _(No mixing of on or off)_

    • @hoodio
      @hoodio Před rokem +5

      to be fair, as a programmer you don't really have to know that

    • @farciarzfunny5326
      @farciarzfunny5326 Před rokem

      Or:
      This or this and it doesn't mind both
      And:
      This and this, its very strict
      Not:
      Is how you use it in english not true is false and vice versa
      Nand:
      Its just not and
      Nor:
      Its just not or
      Xor:
      Demands only one and not more
      Xnor:
      Cant be all or nothing
      Everything wants true

    • @farciarzfunny5326
      @farciarzfunny5326 Před rokem +4

      ​@@hoodio there are if statements that if true this happens if not something else happens

    • @hoodio
      @hoodio Před rokem +1

      @@farciarzfunny5326 that's not the logic gate system

  • @projectafterworld2557
    @projectafterworld2557 Před rokem +5

    I have no clever way to present this joke, so just... Here.
    ArmorstAND gate. ArmORstand gate.

  • @TeaDrinkingGuy
    @TeaDrinkingGuy Před rokem +5

    As a mathematician and a longtime minecraft player, and this just lights my brain up in all the right places. Excellent video

  • @julianlastname5730
    @julianlastname5730 Před rokem +6

    I love how straightforward the and and or gates are, and how crazy complicated xor is

    • @Redjd2098
      @Redjd2098 Před rokem +2

      and and lol

    • @GhostGlitch.
      @GhostGlitch. Před rokem +2

      This is pretty true for actual wiring too. A (bad) OR gate can be made by just tying two wires together. In reality you need atleast two diodes and a resistor. An AND can be made with the same components just connected differently.
      I'm not personally aware of a way to make xor with just diodes, resistors, and no transistors.

    • @GhostGlitch.
      @GhostGlitch. Před rokem

      @@Redjd2098 things like that are probably why logical AND is usually written all shouty.

  • @Acudit
    @Acudit Před rokem +40

    Wow man. You have an incredible head for mathematics and problem solving, on top of your ability to clearly articulate what is being done. Keep making gold like this, and you will have earned every sub you get (which is sure to be a ton)! I am blown away by all of the intelligence and combined talents I have seen in this video!

    • @jazziiRed
      @jazziiRed  Před rokem +11

      Wow, that is some seriously high praise... I really appreciate it 😄

  • @c462-
    @c462- Před rokem +8

    man, this is exactly the kind of content i needed; very original :D
    it gave me nostalgia from when i learned about logic gates like a decade ago.
    you've become one of my favorite MC youtubers just with this video

    • @jazziiRed
      @jazziiRed  Před rokem +2

      Thank you, I am honored 🙏

  • @MinerBat
    @MinerBat Před rokem +8

    a while ago i experimented with making a water based computer that pushes armor stands around, and it was quite similar to this though not quite. this reminds me of that

  • @pi314159265358978
    @pi314159265358978 Před rokem +15

    Awesome

  • @kaloncpu57
    @kaloncpu57 Před rokem

    This is giving me nostalgia for "alternative redstone" in the early days of Pocket Edition where we would use falling sand/gravel, "linked" signs (just signs placed on each other), and cactus blocks. Basically entirely single use contraptions with tons of setup that just caused block updates to send a signal through chains of breaking signs/cactus, and abusing things like trap doors set open automatically closing when a block below them broke.
    There was even a while where we didn't have actual redstone in Pocket Edition, but we had redstone ore blocks, which you could punch to cause an update, so we basically used those like a single use button.
    Edit: Oh, I just got to the point in the video where you do your first full test, and you actually mentioned breaking signs lmao Nice

  • @beigejungle5712
    @beigejungle5712 Před 9 měsíci

    Watching Batman create logic gates with actual gates is amazing

  • @Generalneer4522
    @Generalneer4522 Před rokem +5

    I gotta admit, I'm surprised this doesn't have more views. I love this video and I kind of picked up how a logic gate works with the way you were building it, and your explanation. I think I might try and do this myself, one of these days! It's so cool seeing people do something this complex in a game meant for entertainment!

  • @thelaststandn2049
    @thelaststandn2049 Před rokem +9

    If you do end up making it with water you could use the Water Physics Overhaul mod. It makes water spread and is pushable by pistons!

  • @JEiiOTIME
    @JEiiOTIME Před rokem +1

    Just learned about logic gates today in my college Architecture and Assembly programming class. This was not only insanely interesting to see you think through how to make gates (such as the XOR) but pretty helpful too!!

  • @humanperson8418
    @humanperson8418 Před rokem

    8:45 "you need to reset it manually so it's not exactly reusable but hey, neither were the dominoes so I think its fine. Please forgive me."
    This was genuinely *EXACTLY* what I was thinking.

  • @taafeite341
    @taafeite341 Před rokem +3

    I've been trying to make contraptions on my Skyblok-ish world with no mob spawning so no way to get redstone. This video was very well-timed.

  • @CraftyMasterman
    @CraftyMasterman Před rokem +5

    Unconventional redstone + problem solving. This video goes hard!

    • @jazziiRed
      @jazziiRed  Před rokem

      Crafty!!! Thanks, I appreciate it 🙏

    • @DBS_Destroyer
      @DBS_Destroyer Před 7 měsíci

      6 month old comment from Cwafty Mastuwman that only has a reply from the creator? On a REDSTONE VIDEO? Wow. Hi Crafty

  • @mikaeels2691
    @mikaeels2691 Před rokem +1

    Awesome stuff! Minecraft redstone has always been interesting to me and i spent a whole lot of time developing my own mini-systems but this a refreshing take on this topic. Well done!

  • @autribasu
    @autribasu Před 9 měsíci

    I remember back before Redstone was added to MCPE, people would come up with these ingenious "redstone" contraptions using sand/gravel, signs, and sugarcane. This reminds me of that. Amazing video!

  • @bongi6811
    @bongi6811 Před rokem +4

    Great video and concept, if you allowed pistons it might even be possible to make the whole system reusable. Instead of moving the armor stands between the logic gates you could have a series of tripwires where the first one activates a piston which pushes an armor stand into the second one and so on. If the system then deactivates when the input is removed or changed all armor stands can return to their starting position through gravity or a single block waterstream.

  • @ergomate9092
    @ergomate9092 Před rokem +3

    Very interesting video, great job on it! Would suggest using AND gates rather than time delay streams for coordinating signals arriving at OR/XOR gates at the same time, and more tripwires to have other pre-set armour stands to drop.

    • @jazziiRed
      @jazziiRed  Před rokem +4

      I considered that, but I liked the purity of the delays, plus it mirrors the zig-zags in real-life PCB design.

  • @deltawastaken
    @deltawastaken Před rokem

    Oh I love logic gates. I’ve been thinking about these in Minecraft for a while now.
    Good video!

  • @AkeemKaleeb
    @AkeemKaleeb Před rokem +1

    So happy you thought of using command blocks to reset. Was halfway through and going to comment it but figured I'd wait it out a little longer.

  • @redder3589
    @redder3589 Před rokem +3

    Newomaster already did use water to make a redstoneless adder many many years ago.
    Here is a link for those that are interested: czcams.com/video/lsae2Hq_vCc/video.html
    9 years ago is more than i expected, i thought maybe 7. Time flies.

  • @PixelBrushArt
    @PixelBrushArt Před rokem +10

    Holy crud! How's your channel this small?! Your video quality is astonishing!

  • @errorhostnotfound1165
    @errorhostnotfound1165 Před rokem +1

    this man has rediscovered the minecraft that existed before redstone

  • @LokarinOn
    @LokarinOn Před rokem

    Great video! Looking foward to see your future projects.

  • @hazardisgaming9287
    @hazardisgaming9287 Před rokem +3

    you should add a water pathway for the xor gates so that once the armor stands drop they then get carried back to the top with some delay so if they are both their it wont give an output until it has added the numbers

  • @shshhnsnsb1238
    @shshhnsnsb1238 Před rokem +3

    Technically, you can make this run doom

  • @Slackow
    @Slackow Před rokem +2

    I always love seeing people invent new forms of Redstone in game, it’s always so cool, using gravity, water, and armor stands is a neat idea!

  • @Magrilof
    @Magrilof Před rokem

    awesome video, man! people building logic gates with inconvenient things (like those literal gates) is certainly one of my favorite video genres👌

  • @DrJrGenius
    @DrJrGenius Před rokem +6

    I can't remember if armor stands collide with each other, but if so; for the XOR gate you could theoretically just have water flowing into a center point, leading to a 1-block drop. If both armor stands get placed at around the same time, they'll bump into each other and prevent each other from falling down. I realize this doesn't use fence gates though lol

    • @Satepin
      @Satepin Před rokem +6

      They don't collide at all

    • @JosaxJaz
      @JosaxJaz Před rokem +3

      That's what I thought of immediately when watching this video. Tried it out in-game; unfortunately, as Shenlerel said, armor stands don't have collision. However, minecarts do. In fact, you could redesign the entire thing with minecarts, which is what I'm doing right now, and it's more compact yet still functional.

    • @DrJrGenius
      @DrJrGenius Před rokem

      Ah dang. I thought they did for some reason. Yeah, minecarts would be cool!

  • @_Jovani
    @_Jovani Před rokem +3

    Hey I love your channel! Would you consider doing an update to your wireless telegraph video with the new calibrated amethyst block?

    • @jazziiRed
      @jazziiRed  Před rokem +2

      Thanks! And yeah I am thinking about what I can do, but no promises 😬

    • @_Jovani
      @_Jovani Před rokem +1

      @@jazziiRed Thanks man I'm glad to hear that! You definitely should as I think that video might have been one for your best performing videos. I've seen a lot of people comment that you can send more data in a shorter amount of time or something similar, but additionally the distance is extended so you can have longer spaces between the telegraph and if you waterlog them you can have them underground as a secret communication line well!

  • @tsanguine
    @tsanguine Před rokem

    unironically the first source to get me to understand how logic gates could function outside of pure math and theory. 11/10

  • @danmacmillan5114
    @danmacmillan5114 Před 7 měsíci

    I appreciate your effort to do this and include your thought process. I don't have the energy anymore to figure this out. Props

  • @iamsushi1056
    @iamsushi1056 Před rokem +5

    But can it run doom?

  • @wearron
    @wearron Před rokem +13

    next up is gonna be making a computer out of logic gates, maybe? 😂 and then make it into a quantum computer and make it run a simulation of string theory 😊❤😅🎉😮😂😊😊❤ and then launch it into space and make it develop artificial intelligence that trains itself and then make it destroy earth 😋😋😋😋😋😂😂😂 minecraft guys

  • @vxxmp1re
    @vxxmp1re Před rokem +1

    i was literally thinking “imagine if he used gates and water in minecraft” and then YOU LITERALLY SHOWED SOMEONE MAKING LOGIC GATES WITH WATER 😭”

  • @draspie8939
    @draspie8939 Před rokem

    I see this is a breakout video, congrats, also you got my sub right at the beginning just because you mentioned Steve Mold and Matt Parker, love those guys

  • @rosswalenciak3739
    @rosswalenciak3739 Před rokem +2

    You having to worry about timing is literally the reason for clocks in computers.

  • @MarcHumer
    @MarcHumer Před rokem

    Great idea - and lots of fun :D love it!

  • @hewhomustnotbenamed5912
    @hewhomustnotbenamed5912 Před 9 měsíci

    Bro just debugged the physics of his ALU. It's already a nightmare debugging code. You are a brave soul.

  • @samuelmendlowitz7276
    @samuelmendlowitz7276 Před rokem

    Really love the way you describe the binary adding, simple yet affective

  • @Arvl.
    @Arvl. Před rokem

    That is so cool, i remember trying to make logic gates in minecraft because i was rly interested at that at that time

  • @Rtificer
    @Rtificer Před rokem +1

    I can't watch this because I lack internet but the 7 minutes and 39 seconds I did watch was amazing

  • @tacticalcacti7613
    @tacticalcacti7613 Před rokem +1

    The fact that you actually did this is just amazing XD rly enjoyed the video!

  • @secreticle
    @secreticle Před 8 měsíci

    This is really cool man! You're incredibly underrated. Keep it up!

  • @rordan-xq1gv
    @rordan-xq1gv Před rokem +2

    btw, in theory, you can make all of this reusable with water streams and soul sand

  • @arthurthaurii5562
    @arthurthaurii5562 Před rokem +1

    this is amazing, always thought of mc mechanics without redstone and you did exactly that.

  • @angry4rtichoke646
    @angry4rtichoke646 Před rokem

    This is amazing, new subscription added! Excited to see what else you come up with!

  • @fireskorpion396
    @fireskorpion396 Před rokem

    Very unique idea, cool video, liked and subbed !! :)

  • @Skeleton-73
    @Skeleton-73 Před 8 měsíci

    this is crazy. well done.

  • @alexgg1986
    @alexgg1986 Před rokem

    So cool and smart! I like the opening-closing sounds very much as well! Reminds me old school mechanical calculating systems

  • @randomalexskin7076
    @randomalexskin7076 Před rokem

    Awesome video! This stuff is really interesting in my opinion

  • @neologicalgamer3437
    @neologicalgamer3437 Před rokem +1

    We need the water logic gates. You could even hook it up to an observer to make it output electrical signals. The immense irony in using what normally functions as the antithesis to redstone, completely destroying it, as a harnessed method of logical computation is utterly glorious

  • @carlosjohncosta
    @carlosjohncosta Před rokem +1

    This is incredible! If you could somehow get your gates to reset, you could probably make a turing complete system, totally without redstone. Also a great showcase of race conditions, the way timing effects the output. Excellent video!

  • @GlidyBun
    @GlidyBun Před rokem

    The fact there was an actual bug here was pretty cool

  • @user-ak7as2hi9q
    @user-ak7as2hi9q Před 8 měsíci +2

    Sir, this is a absolute great discover. Loved it so much, thank you so much Sir.

  • @Monkeylordz88
    @Monkeylordz88 Před rokem +2

    Awesome content! I just binged your older videos and they are also all great. Keep it up, you really have the potential to grow as a technical minecraft youtuber, especially because I think the technical minecraft community is growing.

    • @jazziiRed
      @jazziiRed  Před rokem +1

      Thank you for the encouragement!

  • @derwastl
    @derwastl Před 9 měsíci

    That‘s impressive! Earned a like and a sub!

  • @LDogSmiles
    @LDogSmiles Před rokem

    And that’s why computers are made with electronics and not mechanical parts… great work!! I really enjoyed watching your process

  • @krychlik
    @krychlik Před rokem

    This is so interesting and cool! I would really like to see another video using this gate logic. And i have got an idea: you could add some water that flows to a soulsand elevator below the "computer" to get the armorstands back to the top. This would make a "battery" and an armorstand "current" so that you wouldn't have to use command blocks to reset it.

  • @vegtam2869
    @vegtam2869 Před rokem

    Didn't know what logic gates were for before this video, or what they had to do with binary, but when the machine added up the numbers correctly it completely blew my mind. Now I get why binary is so useful in computers!

  • @SamBskate
    @SamBskate Před rokem

    This is awesome! What a fun personal project

  • @Joshuabwd40
    @Joshuabwd40 Před rokem +1

    Mumbo jumbo been real quiet since this dropped 🤣🤣🤣

  • @desmondruhling
    @desmondruhling Před rokem

    That’s really cool!!!! I honestly didn’t understand any of this at the beginning, but you made it really easy to understand!
    Anyways, great video!

  • @danielsimon4787
    @danielsimon4787 Před rokem +2

    I would be fascinated to see a variation with actual water! I know there are mods that allow for water to be drained like irl, so you could do what Steve Mould made a primitive version of.

  • @irgendsoeinfisch668
    @irgendsoeinfisch668 Před rokem

    that was an amazing video!! keep going!

  • @ryoaniya6013
    @ryoaniya6013 Před rokem

    you are a legend, keep making videos, those are interesting and well explained !

  • @manewet
    @manewet Před rokem

    Dude, Im not used to give a like, but solving the timing problem totally deserves it

  • @tillhummel
    @tillhummel Před 9 měsíci

    Great Video. I loved that you explained everything in a good and understandable way. Excited to see more from you. 🤝🏻

  • @MsQueenOfDance
    @MsQueenOfDance Před rokem +1

    Steve Mould would be proud

  • @UnrelatedAntonym
    @UnrelatedAntonym Před rokem

    Great design. I love seeing mechanical devices that run logic operations.

  • @stefanparrott
    @stefanparrott Před rokem

    Really cool video! Redstone makes my head hurt most of the time, so I was actually able to follow along with this one!

  • @emilyhohl8767
    @emilyhohl8767 Před rokem

    super cool concept well done

  • @user-eo6kt6kc4c
    @user-eo6kt6kc4c Před rokem

    dude it's absolutely incredible! I'm a mathematician and did not expect that in minecraft it is possible in such schemes without the use of redstone

  • @danser_theplayer01
    @danser_theplayer01 Před rokem +1

    First computers literally implemented logic without electricity or at least "informatic", so for example they would use electricity to spin a physical gear.
    Although you said you haven't *seen* anyone doing it, so I guess that statement still holds true.

  • @lordadamant8182
    @lordadamant8182 Před rokem

    Love these funny ways of doing fancy things.

  • @DownDance
    @DownDance Před rokem

    I love, that you let the debugging in (in the case of 11 + 5)

  • @abraxas2658
    @abraxas2658 Před rokem +1

    I’m tempted to make a button+fence only version of this now!
    As a note: XOR is the same as (a OR b) AND NOT (a AND b). NOT seems like the hardest gate, but OR can simply be two buttons by a gate! NOT included timing.
    Another note: a signal can be split with two loaded gates on opposite sides of a button

    • @abraxas2658
      @abraxas2658 Před rokem

      I just posted a video showing off an XOR that uses 2 water for slowing a falling armorstand and one tripwire for a NOT gate. If someone figures out a way to do it without the tripwire, pls holler!

  • @crushbeast29
    @crushbeast29 Před rokem +1

    That must have taken an incredible amount of time! Great work!

  • @BakeBakePi
    @BakeBakePi Před rokem

    Great video! That was such a great idea to make the logic gates out of gates!

  • @igxniisan6996
    @igxniisan6996 Před rokem +1

    I forgot digital electronics after watching this... But it's amazing fr