The Register File - Let's Make a Redstone Computer! #3

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 ก.ย. 2024

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

  • @mattbatwings
    @mattbatwings  11 ชั่วโมงที่ผ่านมา +23

    To try everything Brilliant has to offer-free-for a full 30 days, visit brilliant.org/mattbatwings
    You’ll also get 20% off an annual premium subscription.

    • @bertoxx_yt
      @bertoxx_yt 11 ชั่วโมงที่ผ่านมา +1

      First🔥

    • @wueffiYT
      @wueffiYT 11 ชั่วโมงที่ผ่านมา +1

      yo matt

    • @Bytzoid
      @Bytzoid 10 ชั่วโมงที่ผ่านมา +1

      third lol

    • @Realduokidsfan
      @Realduokidsfan 10 ชั่วโมงที่ผ่านมา +1

      Matt nice video of register files I’ve been learning it for years

    •  26 นาทีที่ผ่านมา

      fr

  • @computergician
    @computergician 11 ชั่วโมงที่ผ่านมา +83

    Making a physical computer IRL, by manually fabricating all of its components: 😣
    Making a redstone computer: 😎

    • @xoxogamewolf7585
      @xoxogamewolf7585 10 ชั่วโมงที่ผ่านมา +3

      says the guy using a physical computer

    • @computergician
      @computergician 9 ชั่วโมงที่ผ่านมา +6

      @@xoxogamewolf7585 Well, I didn't have to build all of its components.

    • @atom1kcreeper605
      @atom1kcreeper605 9 ชั่วโมงที่ผ่านมา +1

      Done it before tho

    • @dk4kja8
      @dk4kja8 8 ชั่วโมงที่ผ่านมา +1

      @@atom1kcreeper605 cap

    • @UnfussyLeaf2440
      @UnfussyLeaf2440 8 ชั่วโมงที่ผ่านมา

      idea, make this redstone computer once done make it hold up to 16kb of memory

  • @Imperial_Squid
    @Imperial_Squid 5 ชั่วโมงที่ผ่านมา +6

    I like how much of this video focuses on how you represent data, and the fact that 0 and _nothing_ are meaningfully different, even if you might think to represent them in the same way
    (This is an important consideration in data science, where missing, invalid, and zero are all potentially similar looking values, not to mention stuff like the reason the data is missing being important)

  • @NitFlickwick
    @NitFlickwick 9 ชั่วโมงที่ผ่านมา +13

    Loving this series. It’s been 25 years since I studied computer architecture, so it’s fun to get the refresh!

  • @mitchratka3661
    @mitchratka3661 10 ชั่วโมงที่ผ่านมา +38

    6:25 BRO, I'm taking systems architecture and learning about registers for the first time, the $zero/$0 register being non writeable makes SO MUCH SENSE; that's why it's constant, that's why it's at the 0th position, THAT'S HOW THE DECODER WORKS. I love you, I don't know why professors have to overcomplicate things so much

    • @nekrugderzweite8298
      @nekrugderzweite8298 9 ชั่วโมงที่ผ่านมา

      for real.

    • @Demopans5990
      @Demopans5990 6 ชั่วโมงที่ผ่านมา

      And some trivia
      NULL in C is just 0

    • @mitchratka3661
      @mitchratka3661 6 ชั่วโมงที่ผ่านมา

      @@Demopans5990 that's good to know, actually explains an example my professor did when testing some pointers, she got 0 then nil, so I guess those were the same output lol

    • @JonahDyer
      @JonahDyer 5 ชั่วโมงที่ผ่านมา

      This... Does put a smile on my face.

    • @nadie9058
      @nadie9058 3 ชั่วโมงที่ผ่านมา

      @@Demopans5990 Technically it's typically (void*)0, or a pointer to some data at address 0, just so that the compiler knows it's checking for an actual null pointer. But in C it's basically the same so it doesn't really matter.

  • @hyper_lynx
    @hyper_lynx 4 ชั่วโมงที่ผ่านมา +3

    This series is so cool! I've seen the "NAND to Tetris" concept done a bunch of different ways but pairing it with Redstone (especially as fluently as you do) is very cool to see.

  • @lythd
    @lythd 10 ชั่วโมงที่ผ่านมา +8

    if anyones wondering dual read is very useful to to provide both inputs for the alu

  • @chaxiraxi_ytb
    @chaxiraxi_ytb 10 ชั่วโมงที่ผ่านมา +10

    This series is just fire. I just joined channel membership, you deserve it

  • @JuleMHC
    @JuleMHC 10 ชั่วโมงที่ผ่านมา +9

    yessss, finally a new video of this series

  • @custom3828
    @custom3828 11 ชั่วโมงที่ผ่านมา +57

    I always wondered how you can create a register file.

    • @rolandleslie2564
      @rolandleslie2564 9 ชั่วโมงที่ผ่านมา +2

      Really?

    • @Chakamatics
      @Chakamatics 8 ชั่วโมงที่ผ่านมา

      ​@@rolandleslie2564exactly what I'm asking myself 😂 simplest part of the CPU

    • @custom3828
      @custom3828 7 ชั่วโมงที่ผ่านมา

      @@rolandleslie2564 Can I not be curious?

    • @custom3828
      @custom3828 7 ชั่วโมงที่ผ่านมา

      @@Chakamatics like seriously, I’m wondering why the design is like this

    • @vampire_catgirl
      @vampire_catgirl 7 ชั่วโมงที่ผ่านมา

      Not everyone knows how computers work guys

  • @75rxREDSTONE
    @75rxREDSTONE 10 ชั่วโมงที่ผ่านมา +5

    4:33 please note that there's no need to get rid of that first register - you can put torches beneath every line, like the write line to r0, and then only unlock these torches during a write operation. that way, we can have four registers with two bits, and 0 points to the first one. if you're aware of this, it would be useful to point it out in this (or at least next) video so others acknowledge

    • @redyau_
      @redyau_ 10 ชั่วโมงที่ผ่านมา +1

      Yes, but the way Mat did it here allows for a natural 0-register and is more in-line with usual circuit design.

    • @ericcheng5496
      @ericcheng5496 7 ชั่วโมงที่ผ่านมา

      Yeah, but when you think about it, zero register is actually a thing in some architectures

    • @JonahDyer
      @JonahDyer 5 ชั่วโมงที่ผ่านมา

      So what you're saying is instead of making a zero register... You make a zero register with another step. Brilliant.

  • @FrostialSamTT
    @FrostialSamTT 10 ชั่วโมงที่ผ่านมา +15

    Its actually crazy how you can make all this in minecraft bro

  • @KiwiRedstone
    @KiwiRedstone 2 ชั่วโมงที่ผ่านมา

    Thank you for breaking down the register file dual read functionality with the redstone tricks. I spent like 2 hours trying to understand it from your first computer world download and ended up making my own anyways because it is a headache trying to understand it without knowing why it was built that way.

  • @EvanFar_
    @EvanFar_ 10 ชั่วโมงที่ผ่านมา +1

    I won't be watching this until it fully comes out, but it looks awesome so far!

  • @koyarnosredstone5783
    @koyarnosredstone5783 28 นาทีที่ผ่านมา

    For a 4 bit address bus, it might be wiser to use a clock line above the address bus instead of disabling the address. This prevents updating the entire bus twice. For the memory you would do the same anyway as there it does have a zero address register (still debatable, but ymmv)

  • @SSN_
    @SSN_ 7 ชั่วโมงที่ผ่านมา +1

    9:40 if your trying to recreate this on bedrock, use slabs instead of the orange glass tower and fill all the read barrels with 2 stacks of items

  • @DanielBerzinskas
    @DanielBerzinskas 11 ชั่วโมงที่ผ่านมา +6

    I liked and subbed with all notis on to get this within 1 min

  • @mohamedahmed4461
    @mohamedahmed4461 8 ชั่วโมงที่ผ่านมา

    I hope you can share some tips on how you stay focused and keep your mind organized while designing and building all of this. I often find myself getting distracted and wandering off, ending up doing nothing.

  • @AntekCookie
    @AntekCookie 10 ชั่วโมงที่ผ่านมา

    i made 3 CPU's in minecraft but learning it was hard af because there were no tutorials but after you finish this series i think that a lot people will start making their own cpus

  • @happyaz5393
    @happyaz5393 11 ชั่วโมงที่ผ่านมา +3

    Keep going on this series

  • @ItsCOMMANDer_
    @ItsCOMMANDer_ 11 ชั่วโมงที่ผ่านมา +4

    W vid, but the only thing im waiting for is Control Unit

    • @RobRed1011
      @RobRed1011 10 ชั่วโมงที่ผ่านมา

      If you want to understand them too watch core dumped he's really good

  • @JunxiSalamander
    @JunxiSalamander 5 ชั่วโมงที่ผ่านมา +1

    Mattbat: Uploads again
    The entire CS community

  • @Bentleytalksaboutstuff
    @Bentleytalksaboutstuff 10 ชั่วโมงที่ผ่านมา

    Matt, I respect your redstone skills. Great video.

  • @slimecubeboing
    @slimecubeboing 10 ชั่วโมงที่ผ่านมา

    This series is so helpful and easy to follow along! Soon I'll be able to flex to my friends I built a computer in minecraft

  • @neox-minecraft6345
    @neox-minecraft6345 11 ชั่วโมงที่ผ่านมา +5

    Hi matt you are the best!!!

  • @legofan431
    @legofan431 10 ชั่วโมงที่ผ่านมา

    I'm really in love with this series, you reall put a lot of effort into every video. Keep up the great work!

  • @rodrigoqteixeira
    @rodrigoqteixeira 7 ชั่วโมงที่ผ่านมา

    I'm surprised on how chill he is on losing unecessary ticks.

  • @Sand.
    @Sand. 11 ชั่วโมงที่ผ่านมา +3

    EP 3 LETS GOO

  • @Creepy-Wolf
    @Creepy-Wolf 11 ชั่วโมงที่ผ่านมา +2

    BABE!!!!!! WAKE UP!!! MATT HAS DROPPEEEEEËEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEED

  • @MarkCoding-C
    @MarkCoding-C 11 ชั่วโมงที่ผ่านมา +2

    Finally i can build a new part of my MC CPU.

  • @neptunelaplanete
    @neptunelaplanete 10 ชั่วโมงที่ผ่านมา

    Once this computer is fully built, it would be cool to make a 20 ticks per second speed test with basic fonctions, before speed up the thing for more complex codes

  • @tomiivaswort6921
    @tomiivaswort6921 16 นาทีที่ผ่านมา

    I swear, I was looking if he uploaded yesterday evening, but he didn't so I went to bed. Just as I was laying down, he uploaded.

  • @HMT_main
    @HMT_main 11 ชั่วโมงที่ผ่านมา +2

    I wanted to build a new PC for ~1000€, who would have thought you could just build one in Minecraft!

    • @springle_pringle
      @springle_pringle 10 ชั่วโมงที่ผ่านมา +1

      It's only like $40...
      Plus whatever the computer you're running it on cost.

  • @nixian001
    @nixian001 9 ชั่วโมงที่ผ่านมา +1

    Ive been waiting for this!!

  • @jrubik33
    @jrubik33 10 ชั่วโมงที่ผ่านมา

    comp wiring is funny sometimes, that was certainly a way to create a 2 tick pulse

  • @springle_pringle
    @springle_pringle 10 ชั่วโมงที่ผ่านมา

    Thank you for your work mat!

  • @GrowMode_YT
    @GrowMode_YT 11 ชั่วโมงที่ผ่านมา +11

    Who needs college when i can watch this series

    • @springle_pringle
      @springle_pringle 10 ชั่วโมงที่ผ่านมา

      Exactly!,

    • @redyau_
      @redyau_ 10 ชั่วโมงที่ผ่านมา

      I have a digital technics course this semester, so this couldn't have come at a better time!

    • @ryanzerhr010_Dev
      @ryanzerhr010_Dev 9 ชั่วโมงที่ผ่านมา

      True

    • @nadie9058
      @nadie9058 2 ชั่วโมงที่ผ่านมา +1

      I hate people thinking like this. It's great that we can have such valuable resources like this series for free, but they don't replace a formal education. I know it can be tough and boring, but I wouldn't trade the foundation and skills I got in university for some courses on youtube.

  • @MrTurtle4192
    @MrTurtle4192 11 ชั่วโมงที่ผ่านมา +2

    Yoyoyoyoy a new video's out.

  • @foxypiratecove37350
    @foxypiratecove37350 10 ชั่วโมงที่ผ่านมา

    OK. I'll definitely make an assembler for that computer assembly.

  • @wueffiYT
    @wueffiYT 11 ชั่วโมงที่ผ่านมา +3

    Sheesh new vid dropped! ❤️

  • @Leavethepain-we3zq
    @Leavethepain-we3zq 2 ชั่วโมงที่ผ่านมา

    I was waiting for sooo long for this

  • @Realduokidsfan
    @Realduokidsfan 10 ชั่วโมงที่ผ่านมา

    Tysm matt batt wings!

  • @theultimateeditingduo
    @theultimateeditingduo 11 ชั่วโมงที่ผ่านมา +3

    New video 🔥

  • @k98killer
    @k98killer 9 ชั่วโมงที่ผ่านมา +2

    This is more or less the solution I used for my own redstone computer design, though without dual read (only immediate values are used). 4x 64-byte addressable memory modules: 1 for instruction memory, 1 for stdin, 1 for RAM, and one for stdout. I have the ALU and simple ISA implemented properly as well (9 instructions; opcode = 4-bit operator + 4-bit operand), and I just need to hook up some user-friendly I/O and controls to make it usable. After that, I will add an assembler and a compiler, then I'll be able to write programs with renamed paper items in-game. I'm somewhat surprised that I haven't seen anyone do this before since it should not be that complicated.

    • @hyper_lynx
      @hyper_lynx 4 ชั่วโมงที่ผ่านมา

      How are you planning to assemble programs? I assume you mean that they will assemble into a schematic of barrels or something to paste onto your instruction rom?

    • @k98killer
      @k98killer 2 ชั่วโมงที่ผ่านมา

      @@hyper_lynx Filter an item for the operator, encoding it as 4 bits; filter a second item for the operand, encoding it as 4 bits; write the 8 bits to the instruction memory; increment the program counter. Once the program is written, reset the program counter and enable the opcode decoder and clock. No barrels -- program memory is identical to a large register file. I made some unusual design decisions with my ISA because the ultimate goal is to compile Brainfuck source code in-game and run it on the redstone computer, but it will take a bit of development to measure branch offsets for loops -- I think it will require its own register file and ALU.

  • @Xetaas
    @Xetaas 9 ชั่วโมงที่ผ่านมา

    Can't wait for the next episode, these videos are so damn cool :)

  • @vampire_catgirl
    @vampire_catgirl 7 ชั่วโมงที่ผ่านมา

    Yay, I love registers

  • @javierchust1618
    @javierchust1618 10 ชั่วโมงที่ผ่านมา

    I love this serie

  • @Testbot379
    @Testbot379 11 ชั่วโมงที่ผ่านมา +2

    Will you try to make a dedicated Gpu?

  • @MoleGamingPlus
    @MoleGamingPlus 11 ชั่วโมงที่ผ่านมา +6

    This is the first time that I ever watched a video one minute after it was published...

    • @DanielBerzinskas
      @DanielBerzinskas 11 ชั่วโมงที่ผ่านมา +1

      me too, got the noti

    • @MoleGamingPlus
      @MoleGamingPlus 10 ชั่วโมงที่ผ่านมา

      @@DanielBerzinskas I didn't even notice the notification (somehow), I just saw it in my recommendations.

  • @gearsgamer7115
    @gearsgamer7115 10 ชั่วโมงที่ผ่านมา

    Love your tutorials

  • @EliasWolfy
    @EliasWolfy 9 ชั่วโมงที่ผ่านมา

    I would like to thank you for the content!
    I'm for the explanation, I'm not going to build a PC in Minecraft.

  • @NateTmi
    @NateTmi 2 ชั่วโมงที่ผ่านมา

    I wonder if I could use this to make a random number save reader? Where I could gen and save X random numbers. Then coding an action for each number. To make a Random event generator

  • @Realduokidsfan
    @Realduokidsfan 10 ชั่วโมงที่ผ่านมา

    FINALLY MATTBAT

  • @minercraftal
    @minercraftal 11 ชั่วโมงที่ผ่านมา +1

    Yes!

  • @soranuareane
    @soranuareane 4 ชั่วโมงที่ผ่านมา +1

    Huh, not clocking your reads? This makes me (naively) worry about signal staggering (where a bit or two lags by a few GT) reading an unintended register.

    • @koyarnosredstone5783
      @koyarnosredstone5783 42 นาทีที่ผ่านมา

      The read is combinational. If you wait long enough, eventually, the right data will appear for you to write it. That said, if something is off by a few GT, its always good to try to synchronise your components.

  • @Debugless
    @Debugless 11 ชั่วโมงที่ผ่านมา +1

    Nice!

  • @rodrigoqteixeira
    @rodrigoqteixeira 7 ชั่วโมงที่ผ่านมา

    3:50 in my head r0 will always be the empty one, r1 the statement reserved one, r2 the arithmetic helper temp one, r3 the global temp, r4 return value, r13 the constant 248, r14 the constant 1 and r15 the stack pointer, and you cannot change my mind.

  • @gamingwithspeedy858
    @gamingwithspeedy858 11 ชั่วโมงที่ผ่านมา +1

    cool video!

  • @CoaSnowflake
    @CoaSnowflake 11 ชั่วโมงที่ผ่านมา +1

    E, part three! Btw, the video appeared right before my eyes.

  • @MrOAPhex
    @MrOAPhex 10 ชั่วโมงที่ผ่านมา +1

    Really cool video :D

  • @lukasjetu9776
    @lukasjetu9776 18 นาทีที่ผ่านมา

    6:45 I've actually wondered what would happen if you wrote to it, and now i realized that's probably how sending to null works, it's just a void, still a valid place but it kinda doesn't exist

  • @ZXD121
    @ZXD121 9 ชั่วโมงที่ผ่านมา

    Legitimate question probably stupid and obvious answer: Can this filetype theoretically be connected xor tied to the world seed and downloaded (as in is there any mathematical logic behind why the filetype does smth with a seed iff so at all iff possible.).?
    Note: I am using the mathematical iff which has two ‘f’s to indicate that said “iff” is/means ‘“If & only if?”’.

  • @JoBe-zo7ds
    @JoBe-zo7ds 10 ชั่วโมงที่ผ่านมา +1

    Yo new vid!!

  • @XAORESS
    @XAORESS ชั่วโมงที่ผ่านมา

    Yo, anyone knows if it would be working to use a one bit ALU, as stupid as it sounds, using the copper bulbs to store data into punch cards similar to old computers to push the line of bulbs one block further if we end up exceeding the one bit capacity (which happens very often) so if we do something like 1+1, the half adder only returns 0 as a sum and 1 as carry which pushes the result card by 1 and repeats as long as we still have numbers in the 2 other imput punch cards and so on effectively making complex calculations like 81*77 with a one bit ALU. Now would that be possible?

  • @minecave24
    @minecave24 9 ชั่วโมงที่ผ่านมา

    Making a register file was so complicated before😰

  • @etlam3
    @etlam3 10 ชั่วโมงที่ผ่านมา +1

    Nice

  • @RobRed1011
    @RobRed1011 11 ชั่วโมงที่ผ่านมา +1

    I'm making a programmable i called George in bedrock on my phone I'm thinking I should make a really small version so I can comprehend what I need and see if my machine is working

  • @Jaydengameing
    @Jaydengameing 9 ชั่วโมงที่ผ่านมา

    Hi you are my favorite TH-camr

  • @joona546
    @joona546 11 ชั่วโมงที่ผ่านมา +1

    Finally

  • @l33tcrafts69
    @l33tcrafts69 9 ชั่วโมงที่ผ่านมา

    “Sorry Mom - Matt released a new video, cya in three days”

  • @perli216
    @perli216 10 ชั่วโมงที่ผ่านมา

    very cool

  • @shniga
    @shniga 10 ชั่วโมงที่ผ่านมา

    Finally, redstone daddy uploaded a new vid🥵

  • @AlexTsaava
    @AlexTsaava 11 ชั่วโมงที่ผ่านมา +1

    cool new vid

  • @3141minecraft
    @3141minecraft 10 ชั่วโมงที่ผ่านมา +1

    How to make floating point numbers in redstone?

    • @iwikal
      @iwikal 9 ชั่วโมงที่ผ่านมา +1

      It's fairly complicated. Even for something seemingly simple like addition, you have to build a shift register for the mantissa that can be controlled by the difference in exponents, and there's a lot of edge cases and weirdness, even if you don't plan to implement the full IEEE standard with NaN, infinity and whatnot.

  • @albericofrancesco4092
    @albericofrancesco4092 7 ชั่วโมงที่ผ่านมา

    Regarding the ALU video, I'm trying to get my own version, similar to yours, but that guarantees any output exactly after a certain number of ticks: is it worth it?

    • @albericofrancesco4092
      @albericofrancesco4092 7 ชั่วโมงที่ผ่านมา

      P.S. now my ALU work at 11 tick delay from input ro output, Is It good? Is the maximum optimization i think Is possibile

  • @Kyradev
    @Kyradev 11 ชั่วโมงที่ผ่านมา +6

    W

    • @bertoxx_yt
      @bertoxx_yt 11 ชั่วโมงที่ผ่านมา +1

      Hi

    • @guineaFN
      @guineaFN 11 ชั่วโมงที่ผ่านมา

      Yo wsp

    • @MNE_Edits
      @MNE_Edits 10 ชั่วโมงที่ผ่านมา

      You're first

  • @cg7407
    @cg7407 9 ชั่วโมงที่ผ่านมา

    now make a pdf-file, we never had any of those in youtube minecraft /ref

  • @RafeShanks
    @RafeShanks 9 ชั่วโมงที่ผ่านมา

    I was wondering if you could join ORE (open redstone Engineers)
    sometime

  • @TOPHATTIMMY-SAYS-HI
    @TOPHATTIMMY-SAYS-HI 11 ชั่วโมงที่ผ่านมา +1

    W vid

  • @RiugChan
    @RiugChan 10 ชั่วโมงที่ผ่านมา +1

    May I ask something, is it work if learn that using mc bedrock? If you had mentioned that on another video please recall me

    • @springle_pringle
      @springle_pringle 10 ชั่วโมงที่ผ่านมา

      It probably won't work. 😔

    • @minercraftal
      @minercraftal 10 ชั่วโมงที่ผ่านมา +1

      Replace glass towers with upper slabs and everything works fine! 🙃

    • @itsmenatika
      @itsmenatika 9 ชั่วโมงที่ผ่านมา

      minecraft bedrock redstone is not sufficient for almost any redstoner's needs

  • @frix123-g2q
    @frix123-g2q 9 ชั่วโมงที่ผ่านมา

    Yaay a video

  • @WillBinge
    @WillBinge 11 ชั่วโมงที่ผ่านมา +2

    YYOOOOOOO

  • @Vinixty-cod
    @Vinixty-cod 11 ชั่วโมงที่ผ่านมา +1

    Why it droo at 11pm 😭😭

  • @Crazyin299
    @Crazyin299 10 ชั่วโมงที่ผ่านมา +1

    LETS GOOOO

  • @ELITE-CHIEF-DRILL-MAN-ko3yp
    @ELITE-CHIEF-DRILL-MAN-ko3yp 10 ชั่วโมงที่ผ่านมา

    You’re the best

  • @hamdangolandaz6334
    @hamdangolandaz6334 11 ชั่วโมงที่ผ่านมา +1

    P A B L O

  • @Theunderlord9
    @Theunderlord9 10 ชั่วโมงที่ผ่านมา +2

    Yooooo 165 like

    • @springle_pringle
      @springle_pringle 10 ชั่วโมงที่ผ่านมา

      I got 20th 😊

  • @budadepapel
    @budadepapel 11 ชั่วโมงที่ผ่านมา +1

    hola

  • @rodrigoqteixeira
    @rodrigoqteixeira 7 ชั่วโมงที่ผ่านมา

    5:15 that's not a register blunder, that's a tactical way to make mov, neg, not and lsh possible

  • @thefacethatstares
    @thefacethatstares 11 ชั่วโมงที่ผ่านมา +1

    waow!!!!!!!

  • @Kuikentje--Piep2.0
    @Kuikentje--Piep2.0 11 ชั่วโมงที่ผ่านมา +1

    Hi

  • @APotatoMan
    @APotatoMan ชั่วโมงที่ผ่านมา +1

    Bro please drop your PC specs

  • @DanielBerzinskas
    @DanielBerzinskas 11 ชั่วโมงที่ผ่านมา +1

    hi

  • @overskill5908
    @overskill5908 11 ชั่วโมงที่ผ่านมา +1

    yay :))

  • @catto88
    @catto88 11 ชั่วโมงที่ผ่านมา +2

    Meow! :3

  • @DaCookieLord
    @DaCookieLord 3 ชั่วโมงที่ผ่านมา

    Wait does this work in bedrock

  • @LightslicerGP
    @LightslicerGP 10 ชั่วโมงที่ผ่านมา

    Amazing, gg

  • @HelloGuys23442
    @HelloGuys23442 11 ชั่วโมงที่ผ่านมา +1

    Brrr

  • @Masterydog
    @Masterydog 9 ชั่วโมงที่ผ่านมา

    I am make a redstone comparator in Minecraft

  • @_TheDoctor
    @_TheDoctor 11 ชั่วโมงที่ผ่านมา +2

    Hell yeah, 1 view gang