Sequential Redstone Devices - LRR #8

Поділитися
Вставка
  • Опубліковано 6 чер 2024
  • In this episode, we create a toolbox of sequential devices, such as registers, counters, and more.
    Patreon: / mattbatwings
    Discord: / discord
    My socials: linktr.ee/mattbatwings
    My texture pack: modrinth.com/resourcepack/mat...
    World Download: (JAVA 1.18.2) www.planetminecraft.com/proje...
    Thank you @Sloimay for help with the program counter.
    -------------------------
    Want to get more involved in the logical redstone community?
    Learn Logical Redstone! • Logical Redstone Reloaded
    Open Redstone Engineers (ORE): openredstone.org/
    0:00 What is a Sequential Circuit?
    1:05 General-Purpose Register
    2:11 Ripple Counter
    4:34 Synchronous Counter
    7:16 Synchronous Counter w/ load
    7:43 Shift Register
    8:56 Shift Register w/ load
    9:29 Bi-directional Shift Register
    10:32 Ring Counter
    11:09 Accumulator
    12:19 Memory Bank
    13:50 Hex Memory Cell
    14:18 Hex Incrementer/Decrementer
    14:54 Subscribe!
    Music (in order):
    LitKidBeats - GOOD VIBES • [FREE] Happy Type Beat...
    Harris Heller - Golden Age • Golden Age
    Harris Heller - Plethora • Plethora
    Prnv - Happy High • Happy High || happy lo...
    Harris Heller - Guilty Spark • Guilty Spark
    LAKEY INSPIRED - Chill Day • LAKEY INSPIRED - Chill...
    Sascha Ende - Finger ins Ohr • Sascha Ende Finger ins...
    Infraction - Photograph • Vlog lo-fi Anime Fashi...
    Harris Heller - Meteor Binge • Meteor Binge
    Harris Heller - One More • One More
    Harris Heller - Iridescent • Iridescent
    Harris Heller - Tokyo Rain • Tokyo Rain
    Milky Wayvers - Love in Japan • Love in Japan
    Creo - Place On Fire • Creo - Place On Fire
  • Ігри

КОМЕНТАРІ • 206

  • @alexdacat7052
    @alexdacat7052 10 місяців тому +389

    i can't believe they added computers from minecraft to real life

    • @blackhole37
      @blackhole37 10 місяців тому +8

      isn't it from real life to Minecraft

    • @user-Player530
      @user-Player530 10 місяців тому +24

      I think it was a joke; but you're correct.

    • @illusionillage
      @illusionillage 10 місяців тому +6

      LMAO 11th liked before it blows up

    • @eneaganh6319
      @eneaganh6319 10 місяців тому +31

      ​@@blackhole37what? No, computers came from Minecraft

    • @bowfuz
      @bowfuz 10 місяців тому +7

      ​@@blackhole37 -🤓

  • @VoidPaul97
    @VoidPaul97 7 місяців тому +30

    You don't realize how revolutionary copper bulbs are, 'till you watch this series and realize how much compact most of the circuits shown can be. I'm already beginning to plan a redstone computer build thanks to this series! Bro, you're a legend!

    • @drewprice9284
      @drewprice9284 4 місяці тому +3

      RIP copper bulb

    • @dinoeebastian
      @dinoeebastian 4 місяці тому +1

      @@drewprice9284 wdym, they still function like that

    • @drewprice9284
      @drewprice9284 4 місяці тому +2

      @@dinoeebastian they changed some of the features they made them cool

    • @dinoeebastian
      @dinoeebastian 4 місяці тому +2

      @@drewprice9284 yes, but the feature they mentioned in the comment still exists

    • @drewprice9284
      @drewprice9284 4 місяці тому +1

      @@dinoeebastian yeah you’re right

  • @MrHaggyy
    @MrHaggyy 8 місяців тому +5

    Ring-Counters are named that way because they round back a bit. So you can build loops out of them. The most famous ring-counter is a watch. A watch has 12 destinct states and a clock of one hour.
    Second famous would be early loops in computers. They had a ring register of instructions. The final instructions was a conditional branch between doing nothing and doing the loop again. This type of automation is still used in industrial automation and became the for and while loops we know in programming today.

  • @freelease
    @freelease 10 місяців тому +23

    I think the Ring-Counter is also called "Barrel-Shifter" (and the operation is often called "Barrel-Rotate").
    This name made more sense to me, as I can imagine the bits lining the inner (or outer) surface of the barrel. Rotating the barrel rotates the bits inside.
    Hope this helps people to understand what the Ring-Counter / Barrel-Sifter does. :)

    • @errorlooo8124
      @errorlooo8124 7 місяців тому +1

      I'm pretty sure the name barrel shifter comes form the fact that it is kind of the opposite of a ring counter because it can do any amount of shifting necessary all at once (a.k.a not sequential logic, but combinatorial) as opposed to the ring counter which is sequential a.k.a it takes multiple presses of the button to shift by a certain amount. Wikipedia seems to agree with me but i don't know how much that's worth.

  • @packospuds4100
    @packospuds4100 10 місяців тому +11

    Love the series man, watched the whole last series and went from knowing nothing about logical redstone to building a display with a keyboard, I'm extremely fascinated and intrigued by redstone and I truly love it. Can't wait to learn new version redstone tricks and see the differences between then and now redstone(if any) Can't wait for the next one

  • @mikitatsikhanovich4920
    @mikitatsikhanovich4920 10 місяців тому +80

    Notice how multiplying a binary number by 2 (aka 10 in binary) has the effect of shifting it left one bit, similar to multiplying a decimal number by decimal 10 (which is just adding zero to the end)

    • @nuno9733
      @nuno9733 10 місяців тому +1

      nerd

    • @kgaming7599
      @kgaming7599 10 місяців тому +9

      @@Boltkiller96or you're afraid to admit he's 10x smarter than you

    • @artefox0
      @artefox0 10 місяців тому +3

      @@Boltkiller96 I can smell the cap from here

    • @octopuszombie8744
      @octopuszombie8744 10 місяців тому

      @@Boltkiller96 ok

    • @octopuszombie8744
      @octopuszombie8744 10 місяців тому

      @@nuno9733 ok

  • @codevector211
    @codevector211 10 місяців тому +7

    I love how these come right as I need them!

  • @vaultence9859
    @vaultence9859 10 місяців тому +11

    The reason ring counters are called what they are is that you could represent a shift register like a number line, moving each bit one place along it until it overloads (running off the end of the line). You could prevent this by taking the same line and connecting the start to the end, forming a ring. It works the same way a clock does, where once it passes 12 the hand doesn't fall off, it's just back at 1.

    • @rubensf7780
      @rubensf7780 10 місяців тому

      Also the way the signal moves along the lamps has the same topology as a circle

    • @vaultence9859
      @vaultence9859 10 місяців тому

      @@rubensf7780 Yes, the easiest way to build it in real life would be in a ring, too.

  • @vaultence9859
    @vaultence9859 10 місяців тому +21

    Just when I was looking to the older series to figure out how displays work, yet another LRR pops up. What a pleasant surprise.

    • @Golem642
      @Golem642 10 місяців тому

      Logical *Ledstone* Reloaded lmao

    • @Boltkiller96
      @Boltkiller96 10 місяців тому

      lie indeed

    • @vaultence9859
      @vaultence9859 10 місяців тому

      @@Golem642 Lmao no idea how I missed that, literally in the title of the video.

  • @reeceg815
    @reeceg815 9 місяців тому +1

    This was the only video on UA-cam I could find to teach me about ripple carry adders, I was trying to make one in another game.

  • @LupusMobile
    @LupusMobile 10 місяців тому +6

    Thanks for all your amazing efforts and incredible videos. We really appreciate you and all that you share!

    • @Boltkiller96
      @Boltkiller96 10 місяців тому

      u just want views

    • @LupusMobile
      @LupusMobile 10 місяців тому

      ​@@Boltkiller96 I apologize friend. I'm just a nice person that knows that people suffer with mental health. I personally like to remind everyone that they are appreciated. The fact that people being nice bothers you and you think there is some hidden meaning underneath speaks volumes about you as a person. Maybe you just need to be a little more respectful and considerate to yourself, before you consider making disrespectful comments in general. Good luck on your adventure to become a better person friend.

    • @Boltkiller96
      @Boltkiller96 10 місяців тому

      bruh not expected

  • @Tamramsy
    @Tamramsy 9 місяців тому +3

    Your channel has encouraged me to work on my logic processer in Minecraft

  • @rechnerfuchs
    @rechnerfuchs 10 місяців тому +3

    8:20 It might be worth noting that shifting an odd number downwards will always round *down* as the last bit (that would be the first "decimal" place) is lost. Could see this causing a headache for people who don't realise.
    Example:
    0011 (3) -> 0001 (1) rather than 0011 -> 0001.1 (1.5)
    PS: I suck at words. I invite anybody to try and make this more concise.

  • @Masterlamb3
    @Masterlamb3 10 місяців тому +1

    I have always needed those circuits, and couldn't find them. Great video

  • @Aldrasio
    @Aldrasio Місяць тому +1

    The adder circuit would be considered a simple accumulator. A lot of RISC CPUs use accumulators for their arithmetic to simplify the instructions. Designing a CPU so that any register can operate with any other register and then output the results to any other register is certainly doable, but it's complex. The accumulator design simplifies it so any arithmetic/logical operation has to use the accumulator register as one of the inputs, and the output will always be written to the same accumulator register.
    As an example, say the accumulator is register A, and there's another register B. You want to add 3 + 2. You'd write 3 to register A and 2 to register B, then use the assembly instruction "ADD B". (Since any ADD operation uses A as an input, there's no need to say "ADD A,B" as an assembly instruction, so it gets simplified to "ADD B".) After that instruction is executed, register A contains 5.

  • @LipFoL_75
    @LipFoL_75 10 місяців тому +1

    Thank you for making these videos, it really helps out, now I can impress my friends with something interesting 😂😂

  • @dark_elf_wizard
    @dark_elf_wizard 10 місяців тому

    i love the way how you explain logic redstone.

    • @dark_elf_wizard
      @dark_elf_wizard 10 місяців тому

      i'm really learning from the video's.

  • @anonyone8834
    @anonyone8834 10 місяців тому

    i was waiting for this

  • @aaarandomer346
    @aaarandomer346 3 місяці тому

    To make the accumulator into an automatic counter you dont need to attach a clock to it. Just add 1 through the carry in and remove the torch that connects the button to the glass tower that has the repeater lock. If you do that it starts counting up without you doing anything! Idk if it works for other adders though, i am using the cancel carry adder shown in the LRR 4#

  • @sgctactics
    @sgctactics 10 місяців тому

    The purple adder register reminds me of an op amp wired to function as an integrator, where the integral of a measured signal accumulates based on the rate of change of the input. So perhaps it should be called an integrator? Or calculus doohickey?
    And ring counters are called that because of the physical construction of using vacuum tubes to store volatile data back when it was first conceived, and the fact that they cycle the data like a rotating ring. Handy when dealing with microcontrollers that put out a repeating chain of outputs that isn't a consistent on-off cycle

  • @Woocie
    @Woocie 10 місяців тому +1

    wow mattbat u r so smart and good at escape rooms

  • @Coolae450
    @Coolae450 10 місяців тому

    This video is helpful 😅 thx Matt

  • @thebeber2546
    @thebeber2546 10 місяців тому +2

    7:04 Teaching the Redstone how to "JUMP" I see... ;)

  • @dinoeebastian
    @dinoeebastian 4 місяці тому

    If I had to guess, I'd say the Ring-Counter is called that because it loops from the largest bit to the smallest bit sort of like if you had a ring of numbers that shift, although the counter part is a little strange, but it does make some sense

  • @user-um2tz8oe9p
    @user-um2tz8oe9p 10 місяців тому +1

    5:35 Yey) I finished this 'challenge', i made it) Big, but woking.

  • @senseiplay8290
    @senseiplay8290 10 місяців тому +1

    This is already very impressive but now I am thinking, what would you be able to do with the LaserIO mod and its redstone cards

  • @FrikingRL
    @FrikingRL 5 місяців тому

    Now i finally understand how multipliers works with redstone

  • @Eintracht513
    @Eintracht513 10 місяців тому

    Is it embarrassing that I feel smart for having found the ring counter before I ever saw it in any video? 😂
    Built a working calendar like a year ago, used it for counting the months. After I saw your video, I definitely have to revisit that project and switch out some circuits. At the moment it's one big, blocky mess... but hey, it works!😂

  • @MrFiveHimself
    @MrFiveHimself 10 місяців тому

    I noticed that an advantage to ripple counters is that you can put an input at any point and it will always proceed to add from that exact point instead of needing something from the base. That doesnt seem to be true with a synchronous counter however

  • @Fameless9
    @Fameless9 10 місяців тому

    YEES another redstone vid

  • @eliasfauser2764
    @eliasfauser2764 10 місяців тому

    I'm especaly intrested in hex constructions. thanks for sharing

  • @Enzo-jg1fk
    @Enzo-jg1fk 10 місяців тому

    You deserve more view. Really

  • @steviousmusic
    @steviousmusic 10 місяців тому

    The reason for calling it a ring counter is that the data loops around to the end of the counter, and then back to the beginning in a ring fashion.
    Also, that thing that some people call an accumulator is actually called an accumulator.

  • @YousefMohamed-931
    @YousefMohamed-931 10 місяців тому

    6:02 I can't believe that I have spent 2 FREAKING HOURS building a STUPED horisontal sencrnous counter and yet another hour building another vertical one and both of them where HUGE and I thaught to my self "surely that guy wouldnt't have come up with a much smaller one" and when I came back, I felt like some of my vains are about to blow up, I mean that my counters used about 20 blocks per degit and I only added a reset button not even a loader. That was really frustrating, and most of that time went in vain because I was using an unraliable T flip flop and when I realized so I had to make one up and start from scratch because yours don't work on bedrock minecraft.

  • @rajeshthantry7192
    @rajeshthantry7192 2 місяці тому

    who else got overwhelmed after the accumulator part. No Offesnse Matt.

  • @TankorangetheDoggo
    @TankorangetheDoggo 10 місяців тому +3

    welp... time to start over on my redstone computer, again... anyway thank you so much for putting this out its going to be a life saver thank you!

    • @Boltkiller96
      @Boltkiller96 10 місяців тому

      u only want views

    • @TankorangetheDoggo
      @TankorangetheDoggo 10 місяців тому

      @@Boltkiller96 no.. i am building a redstone computer but the stuff in this video improves so much of it i might as well be restarting.

    • @octopuszombie8744
      @octopuszombie8744 10 місяців тому

      @@Boltkiller96 I'm sure there are better ways if this guy "only wants views".

    • @masela01
      @masela01 10 місяців тому

      ​@@Boltkiller96lol why else would anyone post videos on youtube

    • @Boltkiller96
      @Boltkiller96 10 місяців тому

      @@masela01 comment != video

  • @blackhole37
    @blackhole37 10 місяців тому

    What a time !

  • @samuelhulme8347
    @samuelhulme8347 10 місяців тому

    14:53 I’ve heard that circuit is called a “pulse extender”.

  • @anon_y_mousse
    @anon_y_mousse 10 місяців тому

    I can't wait until you have a video card in redstone. That'll be peak gaming. I wonder if worlds from actual MineCraft will work in ClassiCube, because that's all I have.

  • @kubastefanski5538
    @kubastefanski5538 10 місяців тому

    Bro, you made in 4 videos all the sh&t my studies tutor was ment to teach us lol

  • @EEEE-ll7ji
    @EEEE-ll7ji 8 місяців тому +1

    The Fact He said D latch 😂

  • @octopuszombie8744
    @octopuszombie8744 10 місяців тому

    1:06 Literally showed me how to make new braincells that I lost

  • @OperacaoEpa
    @OperacaoEpa 10 місяців тому

    Cool!

  • @CNWPlayer
    @CNWPlayer 10 місяців тому

    Yeah it's an accumulator, though it would normally be connected to an ALU instead of just an adder.

  • @seedbobo8055
    @seedbobo8055 9 місяців тому

    6:50 can’t you make it more than 8 bits if you build the glass tower downwards also? Putting the input in the center?

  • @williamstanding3608
    @williamstanding3608 10 місяців тому +1

    I have a multiplier that just repeatedly adds numbers and am now building a faster one with both upwards and downwards shift registers I kid you not it is the exact same design as yours I build it on my own yesterday my load function is completely different but the core is the same

  • @maxtres764
    @maxtres764 10 місяців тому

    matt the science guy

  • @LazyGuy-ne3ox
    @LazyGuy-ne3ox 2 місяці тому

    Is it possible to automate the process of adding numbers in the Accumulator, enabling it to tally multiple values without manual input? Oh and also, can the system be modified to support a 16-bit counter rather than the standard 8-bit configuration?

  • @klikkolee
    @klikkolee 10 місяців тому +1

    "loading the register" is very backwards to me. The word "load" in CS contexts is very very heavily connected to getting data *out* of the storage. In a typical assembly, you conceptually load *from* the memory, not into the register. When a game loads an asset, it conceptually loads *from* the storage drive, not into the memory.
    You could get away with "the register loads", but only if the other control signal's name is able to match that phrasing. The CPU can write to and read from a register, or the register can load from or assert to the bus(es).

  • @Vennex89
    @Vennex89 3 місяці тому

    I can't figure out how to hook up redstone to the hex incrementer/decrementer. I'm wanting to increase a value each time a pulse is received.

  • @eithngg7727
    @eithngg7727 10 місяців тому +1

    אני מאוד אהבתי את הסרטון תמשיך את הסדרה בבקשה

  • @SimplySuperior
    @SimplySuperior 10 місяців тому +1

    Nice

  • @youforgotthelinkinthedescr6798
    @youforgotthelinkinthedescr6798 4 місяці тому

    So what do *you* call it when you connect the ends of a line?
    Do you call it a triangle counter??

  • @rizalardiansyah4486
    @rizalardiansyah4486 10 місяців тому +1

    Pretty sure they have another name for that last contraption, it's RAM isn't it?

  • @Caysonandmia
    @Caysonandmia 10 місяців тому +1

    He should make Conway game of life

  • @thebubowen2142
    @thebubowen2142 10 місяців тому

    I have never heard of the term Ring Counter but Barrel Countet instead

  • @element1192
    @element1192 10 місяців тому

    How do you build a circuit which counts down?

  • @Pitiflu909
    @Pitiflu909 7 місяців тому

    Hey, i have a tip
    I think it would be a lot easier to remember what each circuit does by showing an aplication for it. I know it is asking for a lot, but i would appreciate it a ton

  • @pixels._.
    @pixels._. 10 місяців тому +1

    Heyhi! I love these tutorials and it has helped me a lot to understand all this a bit better - but could you please explain how the circuits work a bit more in detail? I'm just copying them and I try to understand how they work, but in the recent few that's getting harder and harder.. with the CCA I could still mostly follow, with the full explanation of why and how; but with the adder I'm kind of just lost, and while I can understand some parts of it it's just a bit overwhelming to me.
    This might also just be a skill issue on my end of course - more explanations would be nice but I also get if it's just that I'd need to understand better. Either way, still thanks for making these

    • @mattbatwings
      @mattbatwings  10 місяців тому

      Hi - thank you for the suggestion! Two things - first, are you talking about the adder in the accumulator? If so, I don’t know how that adder works either lol. it’s not my design, it’s a 3tick design by Don. Moreover, it’s not always necessary to know exactly how something works, sometimes an abstracted view works just fine. But if you prefer, you could swap out the dons adder for an adder you better understand, and the accumulator will still work.
      And second, I have a discord server if you’d like to ask questions or talk about circuits with other redstoners. The link is in every videos description. Good luck!

  • @Gandarf_
    @Gandarf_ 7 місяців тому

    Maybe ring counters increment in a modular ring?

  • @IceMetalPunk
    @IceMetalPunk 10 місяців тому +4

    They're called ring counters because the data loops in a circle... you know, the shape of a ring 😁

    • @Boltkiller96
      @Boltkiller96 10 місяців тому

      they are also called barrel shifters

    • @maroonshaded
      @maroonshaded 10 місяців тому

      @@Boltkiller96 It's not a barrel shifter because it's sequential. From what I've searched, barrel shifters are combinational, meaning (according to Matt) that they don't depend on their current state, only on the exact inputs. The ring counter, however, depends on its current state to be able to cycle.

  • @becoolbelaltv
    @becoolbelaltv 7 місяців тому +1

    Hi. Can you create a lap counter in vertical? I'm create a oval track and want everybody the lap number. obs: the race have only 7 laps. Thank you

  • @TriviaQuizocity
    @TriviaQuizocity 8 місяців тому

    Great video, however I'm unable to get the instant counter to work. Maby it's because I'm on bedrock, but I wouldn't think any of the mechanics would work different with that specific build. The main thing is the type of t-flipflop you use for it isn't working for me.

  • @sajidulhaqababil77777
    @sajidulhaqababil77777 5 місяців тому

    can someone please tell me where to find a tutorial on how to build a synchronous counter w/ load (program counter)

  • @DenalyMin
    @DenalyMin 10 місяців тому

    14:01 three is stored in the cells

  • @titusc994
    @titusc994 10 місяців тому

    LLR on a monday?!? I'm down

  • @Tomekurens
    @Tomekurens 3 місяці тому

    Bro teached me how to make computers in minecraft. Thank you

  • @HexinumunixeH
    @HexinumunixeH 10 місяців тому

    Question: Why do people use barrels to set signal strengths. Why not use hoppers?

  • @RipVanFish09
    @RipVanFish09 10 місяців тому +1

    When you reload and see a new video from a minute ago: :DDDDD

  • @STA-3
    @STA-3 10 місяців тому

    10:48 Isn't it just a barrel shifter?

  • @chaseycrafty2484
    @chaseycrafty2484 3 місяці тому

    12:19 (saving this for my tomorrow self. ignore)

  • @Diplex-sl7gs
    @Diplex-sl7gs 2 місяці тому

    The ring counter isn’t working for me. Any help?

  • @alvingaming431
    @alvingaming431 10 місяців тому +1

    Sequential Redstone Is a NVme (Non Volatile Memory Express)

  • @thatoneearthdev
    @thatoneearthdev 10 місяців тому

    love the series! altho on the making a computer video (where you made the "Bat Box"/"BatPU"), you posted the github to the assembler, but then you didnt tell us how to use it. you also didnt recommend it. why tho?

  • @element1192
    @element1192 10 місяців тому

    I miss the old series' instructions on how to build things. I don't want to have to switch between worlds every time I need to make a tweak to a circuit

  • @OrdinarySonicfanMmKay
    @OrdinarySonicfanMmKay 10 місяців тому

    Yaaaaah

  • @casper3882
    @casper3882 10 місяців тому

    yes

  • @RonicTheEgg
    @RonicTheEgg 10 місяців тому

    I think this is about sequential circuits

  • @Xyral_
    @Xyral_ Місяць тому

    mojang: oh no theyre putting in so much effort to make computers and all
    *proceeds to add a computer chip block with programable functions*

  • @red-stoner
    @red-stoner 10 місяців тому

    i dont think the internet gives you enough credit for breathing. AMAZING CONTENT

  • @mangounjuicemangoe9983
    @mangounjuicemangoe9983 7 місяців тому

    Imagine explaining stuff in minecraft better than my professor

  • @CastyInit
    @CastyInit 4 місяці тому

    POV: Ripple counter go boom until 1.21

  • @aesign
    @aesign 10 місяців тому +1

    matte textured bat wings

  • @Itz.Alfieee
    @Itz.Alfieee 10 місяців тому

    I tried using ur link to join the discord but it wont work pls help i rlly wanna join

  • @aaron.blessmann
    @aaron.blessmann 10 місяців тому

    I made a completely silent binary counter in bedrock edition, that is infinetly stackable

  • @jaredherne6896
    @jaredherne6896 10 місяців тому

    What is the difference between a ring counter and a barrel shifter?

  • @ThatOneHacker305
    @ThatOneHacker305 10 місяців тому +1

    YOOOOOOOOOOOOOOOOOO

  • @LukaszSebastian
    @LukaszSebastian 10 місяців тому

    I think the "ring" is because it loops back

  • @illusionillage
    @illusionillage 10 місяців тому

    cool

  • @XandBendall
    @XandBendall 2 місяці тому

    Hi Matt. It seems neither of the counters seem to be working for me. That may be because I'm on bedrock edition. But if you could do a bedrock counter, or just go into the counters with more details, that would be amazing. Thanks. Xand.

  • @pandanutella74
    @pandanutella74 10 місяців тому

    🥵My brain blowed up. I'm french, so I need to translate in my head AND concentrate for trying to understand. At the beginning it was easy, but it gets harder at every video.

  • @steviousmusic
    @steviousmusic 10 місяців тому

    0:34 i hate that this is just a mealy automaton even though moore automatons are also very popular. bad research
    (This is a joke, i love this series)

  • @anonyone8834
    @anonyone8834 10 місяців тому +1

    Video idea-
    Make a grid of 4x4 blocks, each block representing different color, for each block make a block swapper which changes through the different shades of the same colours, make it a bit large, maybe 6x6 display of 4x4 blocks means if 1 4x4 grid is 1 pixel. now make it controllable and make an led screen in minecraft redstone

  • @joshuarusso840
    @joshuarusso840 10 місяців тому

    Make a jumbotron broadcasting live footage

  • @Boltkiller96
    @Boltkiller96 10 місяців тому

    corrections:
    its not a ring "counter", its a ring/barrel shifter

    • @reserrr5225
      @reserrr5225 10 місяців тому

      nerd

    • @Boltkiller96
      @Boltkiller96 10 місяців тому

      @@reserrr5225 bruh

    • @octopuszombie8744
      @octopuszombie8744 10 місяців тому

      Same goddamn thing!?

    • @reserrr5225
      @reserrr5225 10 місяців тому

      @@Boltkiller96 its cause you said it on a other comment lol, i mean no harm mate

  • @whtiequillBj
    @whtiequillBj 10 місяців тому

    a almost got confused @4:35 I first thought you said an a asynchronous counter.
    anyone else?

  • @zhkingg
    @zhkingg 10 місяців тому

    W

  • @adflyadfly4137
    @adflyadfly4137 10 місяців тому

    Not working for me, i am java player. Is i mistake something??

  • @khulhucthulhu9952
    @khulhucthulhu9952 10 місяців тому

    okay but is it LRR or LLR!?

  • @kidzfrenz
    @kidzfrenz Місяць тому

    Ring-Counter: Loops
    Another name for Loops: Ring
    btw ur Ring Counter looks like a very elliptical ring from the side.
    remember Dumb It Down Smartie