Insane Redstone Computer v4.0 Breakdown!! 😱

Video Information

Hey guys leggo Massa 99er again with another video today and today we are back in the redstone computer version 4.0 world here as you guys can probably see a lot of you guys have seen this but yeah I am back in this world today and you might be asking why and the reason

Is is that I am going to be doing a video breaking down and explaining how this big mess and contraption of redstone actually works how it operates and everything just like I did with the redstone computer 3.0 video that I did previously so yeah without further ado let’s get

Started alright so the rights the computer for when I shares a lot of similarities with the redstone computer 3.0 but also has a lot of differences and that sort of thing and this video will be structured in a similar way compared to the redstone computer 3.0

Breakdown video that I did and if you guys haven’t seen that yet I would recommend you guys going to check that out because I explain a lot of the fundamental concepts and how the general computer model works that I use and I’ll be explaining that briefly in this video

As well but the right some computer 3.0 video covers a lot of that stuff as well so just like in the 3.0 breakdown video we will first start off with explaining everything on this UI panel and how it all works and all that stuff alright so

First we want to start off with the computer power controls and these three are also present in the Wrights 10 computer 4.0 and they basically function the same as a redstone computer 3.0 the on button essentially initializes the computer prepares it for code execution and then it also allows the clock pulse

Signal to propagate down to the cores that are enabled which I’ll talk about in a second and the core clock runs down this way I’m pretty sure right here and then it gets distributed to the different cores to initialize them and when you sleep the computer that basically just disables the the pulse

From updating the cores and then when you turn off the computer it resets all of the registers it turns off the computer officially and then also runs these settings here which I will explain in second for the software speed control here or it is a speed control in general

It works similarly to the writes and computer 3.0 except that instead of levers levers leaders we have sort of a button system here and I demoed this in my right so if you’re a 4.0 video so I’m not going to show it to you here you can

Go check that out if you haven’t seen it yeah and also in this computer this instruction set which I will go into more depth later that this computer has supports software speed control where the right stone computer 3.0 does not support that and to enable that functionality to flip the switch and

Basically what that will do is that it will start the computer or start the cores with the speed that you have selected here but you no longer have control over changing that unless you turn the computer off and then you flip the switch off and then you change the

Speed so once you flip the speed a hands overall speed control to the instruction set and the program itself and the change of speed you will have to do it through there all right so the core enabling panel here this is a pretty self-explanatory these are just e

Flip-flops and you just push the buttons to enable or disable the course and also we have the RNG toggle here and this works in the same way that the right stick you could do 3.0 is random number generator work let’s see Q let’s follow this wire down here essentially what it

Does is that it if we run all the way down here as you can see when the random number generator on it starts basically giving out random pulses and whenever the computer requests a random number generator signal or a number from the random number generator these pistons will extend enabling these signals to

Propagate through the master output bus which is which I will explain in a second but that is also covered in the write some computer 3.0 video now I know I’m referencing the other video a lot and that’s because there are a lot of similarities at both of these computers

Had like I mentioned earlier so here we have the computer input panel and this works a bit differently compared to the register on computer 3.0 in that computer you had levers and in this computer here is more of a memory system so you push one of the buttons to toggle it but you

Can’t untangle it and if the inputs essentially turn off when the computer requests any sort of computer input signal so if a program asks if computer input 1 is toggled it’ll reset after that check is done regardless of if it’s on or not and then 3 set that you can

Just press the off button like that and while we’re on that topic of user input here is our other user input panel and these are also just T flip-flops and then this connects back to the computer so you can send user input into the program which is essential all right so

On this side we have our 4 computer indicators so these are indicators that are controlled by the program and we also have our shift overflow and shift under flow lamps here and basically the shift overflow light will turn on when one of the L use or arithmetic logic

Units does a computation that exceeds the 8-bit limit which is 255 and then the shift underflow light will turn on when the ALU does a calculation that makes the answer go below zero since both of those cases this computer cannot really support that over here is the I

Guess peripheral control panel it’s not really the official name for it but these are just some options to clear stuff and reset things and as you can see here we have the reset ramonn shutdown and the reset displays on shutdown now displays includes everything on this big iron panel here I

Guess so the the screen the decimal display and the raw binary display as well and then also we have here the clear decimal display register the clear raw binary display register and then clear the display so if you just want to clear like a component of this instead

Of clearing the entire thing when the computer is turned off you can do that by pressing one of these buttons here and you can do that manually and so that just about covers all of the buttons and stuff down here but if we move up here we have the core

I guess line of code instruction info panels here and essentially what these are is that it indicates or tells the user what line of code each core is currently on if it is enabled so if we go ahead and like you know we have our checker board program turned on here I’m

Gonna turn that off because it might be lagging now if we turn the computer on and core one is enabled this this will update with the line of code so as you can see we have line 1 of code and then this should update to line 2 there we go line 2

And then line 3 so this basically gives the user visual on what line of code the computer is on without running down to the core itself and checking and maybe yeah and the computer turns off and that was the checker board program which is demoed in the redstone computer 4.0

Showcase video all right so now that we have gotten the user input panel here out of the way on how that all works and everything we’re not going to move into the breakdown of the data flow in this computer and how that works and I might

Sound like a broken record at this point but it is similar to the redstone computer 3.0 fundamentally so let’s go ahead and take a look so you’ll go ahead and go down to core 1 which I’m pretty sure this is core 1 right here and the data flow starts with the program memory

Here and essentially what happens is that when the computer turns on the first line of code gets loaded into the program memory registers which are this which is this really long green portion here and essentially what happens is that the each instruction or what each I

Guess line of code if you will not the computer has to execute will be loaded through here and once it is saved into these registers it moves on and gets decoded since all of the information for each instruction is encode or else it would be essentially impossible to have every single option

In here it would be way too impractical but everything here gets decoded and then let’s see here and I will break down that in a second and then once that happens the data and the in the opcode the operation code for the instruction is sent to the ALU so that the opcode

Which I’m going to call it is decoded in this decoder right here and that signal is sent to the cores ALU which is let me see here everything in orange right here for each core so this is for core one and then for core two and for core 30 of

Core four and these ALU support the same operations for the ALU that the writes on computer 3.0 does so we have add subtract not this is inverting nom and then left and bit shift right and once that is computed or once the instruction is finished the output will

Be pushed on to what is called the master output bus which is right here it’s just great bus and this runs down the entire computer all the way through here and essentially all of the outputs are pushed onto this bus from every single peripheral component even the ALU

And everything all merged into this bus so we have a random number generator here we have the outputs from each of the cores that are on here we have all sorts of things and where this ultimately ends up is if we follow it down here it goes all the way down to

The memory so this is the RAM here this says 31 bytes of dual read memory compared to 15 I am pretty sure of the right stone computer 3.0 and yes so once that output goes to the RAM it is usually saved here and then in the next instruction more data is usually read

From the this Ram and since I mentioned this is dual reading memory we have our read a up here and our read B so if you wanted to add two numbers you would load up number one here and then number two there and then let’s see here yeah so those inputs

Are those numbers I guess then travel around back up to the AL use again to be input so it’s basically a big loop that goes from the the RAM to the ALU to the master output bus and then back down to the RAM again and that is all controlled and how

That data moves in everything and how to manipulate that data is controlled by the instruction set which is right here which is all of this stuff that gets decoded each time the computer pulses a signal and I will break this down really quickly here so this component here is

The go-to I guess go to sections so basically each line of code has the next line of code programmed into it or a condition to determine which line of code to go to and just the lines of code to go to next are stored here so if the

Condition is true or if if a condition is true it’s in one of these and then if it’s a false if it’s in another one excuse me I can’t I can’t really talk them which I haven’t recorded in a while but and then this gets sent to a decoder

Here which basically reads that specific line of code and then we have the condition decoder here so let’s say you wanted to jump to a certain line of code if a certain condition was true you would put that condition here and there are a bunch of different conditions

Which are all listed in these signs here I will just go through all of them so some of them are at least most of them actually are arithmetic conditions that are from the ALU and then the last four here we have the computer inputs and then we have if the random number

Generator is on or not and then we have the this is what’s called the immediate input in the instruction set and essentially this is where you can send data through the program straight to the ALU so if you took a number i was stored

A ram and you wanted to add like five to it then you would put that five that constant in here to do that and then we have the ram control here so this is essentially what addresses so what essentially spaces in memory to read and

Write from which is put here and then we have our opcode operation code for the instruction so this basically tells the computer what do you want to do in this instruction so we have adds subtract not all of the ALU operations and we have some IO stuff and new with the register

Computer 4.0 is GPU stuff or GPU opcodes rather so we have GPU reset GPU drop point GPU erase point GPU granular and I will get into all of those later when we talk about the GPU on the screen I should rather just call it a plotter because there’s no real graphics

Processing here but that’s what it’s referred to in the instruction set and then here we have some these are just options this is just to essentially select options for certain opcode so for an example if we had the IO IO output instruction you would put or and here

You would encode what specific device are peripheral to output to so if you wanted to output to the decimal display up there you would first of all select IO output as your opcode and then you would specify that you want the decimal display by putting that it’s correct

Value in here and this is the cache control as I mentioned in the rights to computer 4.0 video this computer has a caching system for extra memory and faster memory and I will talk about that later as well and then over here we have more caching stuff that’s just this is

For caching the specific addresses that you want to use and that sort of thing so that is essentially a breakdown of the data flow in the computer and a little bit of a breakdown of the instruction set here for the redstone computer 4.0 all right so now that I have explained

The data flow I’m going to go ahead and break down how each one of these core is wired and how it works and each one of the four cores is essentially identical in functionality and everything so let’s go ahead and start at the input of the core so just like the redstone computer

3.0 there’s an input a Dan input B and the signals from or the data from RAM then I was talking about earlier when you read data from RAM it travels up these buses and it stopped essentially right here and as you see it won’t travel forward unless these Pistons are

Retracted which happens whenever we have any ALU opcode selected and once the data is allowed to go flow through into the ALU it goes through the ALU I guess master bus I think that’s what I called it in the right so computer 3.0 video it’s essentially the same concept the

Data runs through the entirety of the ALU and in this case it’s more compact so it runs all the way through here and then it branches off into different components of the ALU to manipulate that data on so on the left here we have the

ALU and not the ALU excuse me the adder and the subtractor I what is it in this iteration of the Redstone computer the two’s complement that is necessary to do subtraction is integrated into this ALU or I keep saying ALU adder sorry and this is also proper anguishes I’m gonna

I’m gonna say it’s Engrish yeah proper Engrish is adder here big props to him because I in my opinion this is one of the best adders out there and so that is the adder and the subtracter and then on let’s see here we have the not opcode to

Invert the signals right here just branches off and goes up here we have the bit shifting left then right I a circuit on this side on the left here and then we have the binary comparator at the very end which essentially compares the two inputs and

Sees which one is greater which one is smaller or if they’re equal and that sort of thing oh yeah with the binary compared to as well all of the signals that are sent here essentially the a equals zero B equals zero the greater than or less than and the equals to all

Of that is sent to the ALU conditional register which is right here and essentially every instruction this will update with the correct status of the numbers that are being manipulated so if I wanted to add five and seven this register would update while that that calculation is being performed the

Reduce register would update with the fact that 7 is greater than 5 and that a is not equal to zero B is not equal to 0 there is no shift overflow or yeah there’s no shift overflow and all that sort of stuff so all of those flags

Essentially are stored here and then the outputs of that essentially converge in the conditional decoder or the conditional section of the instruction set which I discussed a few minutes ago and that essentially determines whether the condition is true or not so if we want the test for a shift overflow we

Would need to this is basically a NAND gate here and both of these need to be turned off for this line to turn on which essentially means that the condition is true and for this for both of these to turn off you need to have you need to be testing for the condition

And the condition needs to be true and this condition true data comes from this ALU conditional register as well as for the computer inputs the computer inputs themselves then this just connects back up to the user input panel oh also oops I forgot one more we have the GPU point

Encoder here I will explain this when we talk about the GPU and the screen but that is also here and all of those the results from all of those calculations merge onto this gray bus that you see here I guess is the ALU output bus and this all merges to the

ALU output register which is right here and essentially what happens is that when when the data is let through it essentially computes through all devices at the same time and what happens is that based on the opcode that you’ve selected in the instruction set it will choose which output to use from the

Peripheral if that made any sense so all the data would basically be added it would be bit shifted it would be inverted it would be compared against it would be encoded in everything it would do all of that at the same time and then let’s say we wanted to do a bit shift

Left it would select the bit shift left output from the bit shifting circuit to push on to the output bus here and then that output would be saved to this register and then once it is saved there that output is pushed back on to the master output bus which runs right here

And as I explained a few minutes ago it’ll run all the way down back into memory so that is essentially how the ALU works for each core here but what the redstone computer 4.0 there is an extra component to each ALU that was not present in the right some computer 3.0

And that is the inclusion of a cache all right yeah so the rest of computer 4.0 has a cache on it and I’m pretty sure it is I think it’s four bytes of readwrite memory yes of dual read dual write memory so that is right here and let me give you a

Perspective of where the cash is so let’s go out here so this is the ALU right here this orange part here and then the gray and the orange up here is the cache so the cache essentially sits right on top of the ALU and the cache is

Deeply integrated with the ALU as well and the cache controls as I mentioned from the instructions to earlier this green these green wires here from the instruction set is essentially control if you want to save data to the cache if you want to read from it if you want to manipulate

It all that sort of thing and essentially the cache is like additional memory but the key advantage is two things rather one it is in theory faster than RAM because the cache the memory literally sits right next to the ALU compared to the memory running down

A long bus all the way down at the very physical bottom of the computer as vertical space is pretty important here and the second benefit of having a cache is that it is isolated memory so if you were running multiple cores at the same time and each core needed its individual

Memory you would use the cache because each cache is contained within its own core and you cannot share the data in cache with other cores unless you route it through Ram because the Ram is the shared memory and then you could consider the cache as individual core

Memory yeah and then you won’t have to route it through the master output bus and everything like that all right yeah so since the cache is deeply integrated with the ALU here it has to be able to basically manipulate data and always possible and a few examples of that are

When we have the data sent through from the inputs you can save it to the cache immediately and that is on this Lane I guess Lane this these watt buses up here you can save the inputs to cache you can save the outputs to cache so if we see

Here there’s also another bus that runs vertically here to the outputs of the cache to be able to write to it and then you can as with the memory or not the memory the RAM to be more specific is a dual read as well so

We can read two values at the same time to enable faster computations and yeah that’s basically it and one thing is that this memory here is solid state compared to the RAM being I guess mechanical can I say mechanical essentially the dual read Ram of the not

Delivery I’m getting all my terms mixed up I’m sorry they dual read cache the cache is in each core don’t have any Pistons in them at least the actual physical I guess the each bit of memory but in the RAM it does and that may introduce some instability with high speed signals with

Zero tic pulses and that kind of thing but yeah that is essentially the cache it is it was intended to be a very versatile and nice addition to the redstone computer to enable more efficient programming and processing of data and that sort of thing so once let’s say once your computation is

Complete from the ALU the data travels down into the master output bus and let’s say you want to go ahead and output it to one displays or that kind of thing so how would that work so essentially all of the data from all cores comes up to around here

And then it gets split off into the different possible outputs that we can use so let’s see here I’m pretty sure this is where right here or what am I trying to say there are different outputs so you can output to the parallel output port which essentially

Is like a it’s a USB port but it’s parallel which essentially means that you have all eight signals instead of just one so here’s a parallel output port you can output your data to that and then you can connect this to like some sort of other device that you’ve

Created like over here or something and you can also output it to the the decimal display and the raw binary display and that is through here I’m pretty sure these two registers so the master output bus connects to these two registers and the right line on these registers is

Controlled by the opcode we talked about earlier which is right up here io output opcode and then once you’ve selected the specific display in the options section here it will basically enable the right on that register to allow the data to go through to that and we also have the

Master output bus connecting to the GPU or the plotter and I will explain this later as well but this is where the the specific coordinate data goes compared to the I guess mass image data if you will and that is about it for peripherals and that sort of thing we

Also have the parallel input port which is connected to the master output bus as well because data that let’s say for example you had a encoder or something and that would connect to this like some sort of device you would want that data to be saved somewhere and that is how it

Is done so once the data is sent through here you can save that to memory and then manipulate it to your liking alright so now that I have broken down most of the computer that essentially a lot of those things that I just described we’re pretty similar compared

To the rights to computer 3.0 except the cache which I described a little earlier that is new on the rest of peter 4.0 but if you’ve seen the rights to computer 3.0 break down video you can see that a lot of the fundamental concepts and the model a computer model essentially of

This computer is pretty similar in fact to the writes no computer 3.0 it is just more upgraded and it’s faster and more efficient and that kind of thing but now I want to talk about the big elephant in the room here the new the most obvious new additions to the computer and that

Is the GPU plotters the display thing here and in the red some computer 3.0 I was not able to include a plotter because I essentially didn’t have enough space and everything I don’t plan for that kind of thing but in this computer I made sure that I was able to get this in

And I did and I want to explain how this whole thing works alright so to start off we are going to go ahead and head back to the opcode decoder of each core or at least four core one here as an example and as I mentioned earlier we

Have four specific op codes for controlling the plotter and what is put on the screen that is GPU reset GPU drop point and GPU erase point and GPU granular so the GPU reset this is pretty self-explanatory this just sends a signal to the GPU to be to clear the screen essentially and

That’ll wipe all of the pixel data off of the screen and then we have the GPU drop point and erase point commands or op codes and essentially what this will do is that this will enable a specific coordinate to be sent to the GPU since the screen is 15 by 15 every

Single pixel on here can be encoded into an 8-bit number which is oh so convenient it’s not like I plan that or anything but essentially how you send this encoded coordinate to the GPU it takes a multitude of steps but we will start off in the RAM here so let’s say

You wanted to encode the point 5 comma 7 so what you would do is that you would read the numbers 5 and 7 from RAM and then that would propagate up through these buses into the input of the core or input of the ALU here rather or just

The yeah the core in general and this signal will be sent through to the GPU encoder which I mentioned I would talk about and here we are talking about it so this is a GPU point encoder and essentially what this does is that since

The screen is only a 15 by 15 there only you know can be 15 by 15 amount of pixels so what it’ll do is that it’ll take each a bit input and have it has it split in half and take one half from the first input and one half from the second input

And combine them into one 8-bit number so for example if we had five column of seven the GPU point encoder would take that five which is only encoding three bits out of four and it would put that in the first part of a new 8-bit number

And then seven it would also do the same thing so now you have those two numbers five and seven in one 8-bit number which is then once it’s encoded is sent back to the output of the ALU and saved in the register and then if you want to

Draw a certain point or erase a certain point now that that point is encoded all you have to do is send it to the GPU so that encoded point will be sent on to the master output bus and it would make its way onto this bus right here where

It basically makes its way into the GPU controller which is back here and I will go in more depth into that in a minute and once that encoded point and sense and you have a drop point or erase point command it will be executed and then you will see that point essentially appear

Or disappear on the screen alright so that covers three GPU op codes but the fourth GPU opcode here that we have is GPU granular now this is a pretty data intensive opcode and that is the only function of let me see if I can get through here of this massive 30 bit bus

Right here that you see that runs into the GPU plotter and all that stuff and it’s connected to all four cores as you can see here so it is a pretty massive number and it carries a massive amount of data to say the least alright so how does this GPU granular

Opcode work specifically well you can send to specific points of X and y coordinate data to the GPU all at once instead of sending it individually one time like you would with the drop point and erase point op codes so for example if I wanted to draw an entire line on

The GPU at one time instead of drawing each and every single point on that line we would be able to use the GPU granular opcode and the way that works is that you just toggle the opcode here and then you input your image data in the

Instruction set in the 30 bit gray bus so 15 bits are for X and 15 bits are for Y and that corresponds for each for each position rather on the x and y plane for the plotter and there are some options that you also can select in the options

Component here the instruction set to do a thing called fill X or fill Y and essentially that is filling certain points excuse me certain points of the display so if you had a point here and a point here instead of specifying to draw all the points in between in this bus

You could just say fill X and then it would fill everything in between for you so that is just a convenient little tool you can use so that is essentially how the GPU granular opcode works and that is how the checkerboard program is able to run so quickly in just 2 lines of

Code you have exactly half the screens like 128 bits or 8 or 8 bytes of image data sent to the screen and just 2 cycles which is pretty crazy because if you were to do that with the GPU and a race point and GPU drop point if you

Were to do it one at a time it would take significantly longer and you wouldn’t have I wouldn’t think you’d have enough space on one core to execute that operation so that is just shows the power of the GPU granular system that is included in the Redstone computer 4.0

All right so now that I have explained the GPU operation and how to control the GPU and everything let’s go ahead and take a look at the controller behind this thing so if we look back here we have this is essentially the same controller or the same plotter vram

Video memory that the rights to computer 3.0 has except I have modified and added some things to it and this originally has been II cubes design so I want to give him credit for that I think he makes an amazing design here and that’s why I’ve decided to use

It so let’s begin down here so the data for the specific encoded points is here and it runs down and it splits up here into decoders and these lines of four bits each because remember is only you only can have 0 through 15 so that’s for

4 bit numbers so those two encode of 4 bit numbers gets split up and then it runs through these two coders here and essentially this selects one x position and one Y position to select on the screen and then once that happens and then that actually runs through up here

So let’s see here the Y data like the see which row – right – is controlled by these wires here and then the X data runs through here and then this runs into the back of the memory and into the memory itself so this is basically a bunch of D flip-flops essentially in

Here so it’s super compact and I love it and let’s see here so that data runs into there and then we have our 4 op codes right here the GPIO so you have GPU reset that runs up into here and this essentially clears all of the memory system essentially sets or right

To zeros – every single position in the screen and then we have GPU drop point and that draws a specific point on the screen and that runs into the controller and then we have a race point and that also runs into the vram here and I had to modify

Benni cubes original vram design here to include a singular erase point option but I thought that would be necessary so that we could have a functional plotter here and then the GPU granular opcode essentially runs down here and enables the different options I was talking

About with the fill X and the fill Y and it opens all of that up so it basically allows all of these signals to run through into the VM as well and since we’re here I’ll explain how to fill X in the fill why work so essentially if you

Have two coordinates so let’s say you wanted got a coordinate here and you under coordinate there anyone to fill everything in between when you selected the fill X or the fill why it would literally if you see here there’s repeaters that are basically chained all the way down and it will essentially

Power every single input in between those two and that is how that works and then that all of that data is sent up here to be updated with the screens that can be shown on the display so that is essentially how the controller works and how the data is

Processed for the GPU and yeah another thing that is different between the rights to computers 3 point on the register computer 4.0 is that pretty obviously as you can see here this has a lot more program memory compared to the rights in computer 3.0 in the rights to

Computer 3.0 there was a there were 20 bytes not 20 bytes excuse me 20 lines of code that were in the read secure 3.0 with a hardware maximum of 31 lines of code and for the rights of computer 34.0 here excuse me there are 63 lines or 64 lines of code

Rather 6463 I’m pretty sure it’s 63 but 63 lines of code so that essentially triples the lines of code from the writes give you a 3.0 to the 4.0 so you can have much larger programs on the rights to computer 4.0 compared to the 3.0 and also another difference in the

Instruction set for the rights to computer 4.0 compared to the rights on computer 3.0 is the fact that the register computer 4.0 has the ability to change the speed of its own core through the program instead of through the user input panel here so as you can see we have four bits

Of orange space here and essentially if you want to change the speed of the core so let’s say you anticipated operations where the computer can run faster and execute those instructions faster you can change the speed in advance to speed up the computer to allow faster execution of those lines of code and

Then let’s say you have started you knew you were approaching more core or computer intensive instructions such as drawing for the GPU or doing ALU calculations you can slow down the the computer in advance the core specifically so that everything stays stable and that sort of thing alrighty so that is basically the

Entirety of the redstone computer 4.0 broken down and hopefully by the end of the video here you guys know now know at least a little better than you did before how the computer works how things are managed how the data flows through the computer how this GPU works or the

Plotter how their cache works how all of this mass of redstone comes together to make what I call a redstone computer so yeah thank you guys for watching and thank you guys for the immense amount of support that I have received throughout these past several months I know I say

It all the time but I’ve been super busy and I haven’t been able to put figures up but I’m going to start putting more videos out hopefully soon I have a lot of projects I’m working on a lot of ideas so I just want to thank you guys

For your immense amount of support throughout this time and yeah thank you guys so much I will see you guys in the next video and yeah peace guys

This video, titled ‘[Minecraft Computer Engineering] – Redstone Computer v4.0 Breakdown’, was uploaded by legomasta99 on 2018-07-01 07:00:00. It has garnered 24759 views and 848 likes. The duration of the video is 00:41:55 or 2515 seconds.

Hey everyone!

This is a video breaking down and explaining the various different components of the Redstone Computer v4.0, how it works, and the hardware differences between this computer and the Redstone Computer v3.0!

If you guys have any questions about how any of this stuff works, please let me know! 😀

Here are schematics of the hardware layout of this computer as well: General Diagram: https://tinyurl.com/rc40gendiag Single Core Diagram: https://tinyurl.com/rc40corediag

Video markers: 00:00 – Introduction 01:23 – UI Breakdown 07:45 – Data Flow and Data Model Explanation 15:44 – Single Core Breakdown 21:33 – Cache Breakdown 25:31 – Peripheral Data Flow and Breakdown 28:28 – GPU (Plotter) Breakdown 39:01 – Other Differences Between RC3.0 and RC4.0

Redstone Computer v4.0 Showcase Video (you can find the world download here): https://youtu.be/SPaI5BJxs5M

**NOTE** I forgot to mention in the video that a lot of the plotter mechanics were also inspired from Bennyscube’s GPUs, so big credit to him!

  • Join Minewind Minecraft Server for Epic Builds and Community Fun!

    Join Minewind Minecraft Server for Epic Builds and Community Fun! Welcome to NewsMinecraft.com! Are you a fan of building amazing structures in Minecraft? Do you enjoy learning new building techniques and challenging yourself with creative projects? If so, you need to join the Minewind Minecraft Server today! Imagine being able to showcase your building skills in a vibrant community of like-minded players. On Minewind, you can explore a vast world filled with endless possibilities, including the opportunity to build your very own sphere in just 5 minutes! Whether you’re a seasoned builder looking for a new challenge or a beginner eager to learn from experienced players, Minewind is the… Read More

  • Crafty Chaos: Upin Ipin Part 5 Mines Dark Things

    Crafty Chaos: Upin Ipin Part 5 Mines Dark Things In the dark of night, Upin Ipin’s plight, Trapped in a time warp, no end in sight. A mystery unfolds, with each passing scene, As they navigate through a world unseen. Ehsan’s secret revealed, a sibling unknown, Hidden in shadows, his true colors shown. Why does he hide, his brother so dear? The answer lies close, so crystal clear. Join the adventure, in this Minecraft tale, Where imagination soars, without fail. Subscribe for more, to see what’s in store, In the world of Upin Ipin, forevermore. Read More

  • Paradox Event in Free Fire for Samsung Devices

    Paradox Event in Free Fire for Samsung Devices The Paradox Event in Free Fire The latest event in Free Fire, known as the Paradox Event, has brought a wave of excitement among gamers. With new legendary bundles and skins, this event is a must-see for all Free Fire enthusiasts. New Legendary Bundles The Paradox Event introduces a new legendary bundle featuring a Paradox ring emote and a unique sword skin. Additionally, players can enjoy new animations and emotes, including one with a katana theme. Exciting Rewards Players can participate in daily tasks to earn rewards such as the Cairo character and exclusive in-game items. By completing tasks… Read More

  • Real Life Minecraft Mall Prank

    Real Life Minecraft Mall Prank Minecraft Real Life Shopping Mall: A Trending Minecraft Short Imagine stepping into a real-life Minecraft world where everything is possible. The latest trend in the Minecraft community is the creation of a virtual shopping mall within the game. Players are diving into this immersive experience, exploring the intricately designed mall and having a blast. Exploring the Minecraft Shopping Mall Players are amazed by the attention to detail in the Minecraft shopping mall. From clothing stores to food courts, every aspect of a real-life mall is replicated within the game. The vibrant colors, bustling crowds, and interactive elements make the… Read More

  • Minecraft Farming Frenzy: Shekhar Jiv’s Harvest Hustle

    Minecraft Farming Frenzy: Shekhar Jiv's Harvest Hustle In Minecraft, I did some farming today, Planting crops in the sun’s warm ray. With a hoe in hand, I tilled the land, Sowing seeds with a gentle hand. Watching them grow, day by day, Harvesting crops, come what may. From wheat to carrots, all in a row, In Minecraft, farming is the way to go. So join me in this virtual land, Where farming is key, oh so grand. In Minecraft, the possibilities are endless, Come along, let’s be friends, let’s be friends. Read More

  • Discover the Ultimate Minecraft Experience on Minewind Server

    Discover the Ultimate Minecraft Experience on Minewind Server Welcome to NewsMinecraft.com, where we bring you the latest and greatest in the world of Minecraft! Today, we stumbled upon a charming YouTube video titled “Minecraft: 一棵种子【我的世界方块轩】” that showcases the creativity and fun that can be had in the Minecraft universe. While this video may not be directly related to Minewind Minecraft Server, it serves as a reminder of the endless possibilities and joy that Minecraft can bring. If you’re looking to join a vibrant and welcoming community of Minecraft enthusiasts, look no further than Minewind. With unique gameplay features, exciting events, and a dedicated player base, Minewind offers… Read More

  • Discover the Ultimate Minecraft Experience at Minewind Server

    Discover the Ultimate Minecraft Experience at Minewind Server Are you tired of endlessly searching for villages in Minecraft? Looking for a new and exciting server to join? Look no further than Minewind! With seamless cross-platform play on Minecraft: Bedrock Edition, you can join the fun solo or with friends. Explore an infinite, randomly generated world filled with blocks to mine, biomes to discover, and mobs to befriend or fight. The choice is yours in Minecraft – so play your way on Minewind server! Expand your game with the Minecraft Marketplace, where you can discover the latest community creations, unique worlds, skins, and texture packs. Customize your experience… Read More

  • EPIC Bridge Fail! Minecraft Just Survival – Part 13

    EPIC Bridge Fail! Minecraft Just Survival - Part 13 Exploring a Unique Bridge in Minecraft Just Survival Türkçe Join Bahayo and LoSerhat in their latest adventure in Minecraft Just Survival Türkçe as they encounter strange events and build a one-of-a-kind bridge. The duo faces unexpected challenges and showcases their survival skills in this exciting episode. Unveiling Tuhaf Olaylar In this episode, Bahayo and LoSerhat stumble upon peculiar occurrences that test their wit and creativity. From mysterious creatures to unforeseen obstacles, the duo navigates through the unpredictable world of Minecraft with determination and humor. Building a Remarkable Bridge One of the highlights of the episode is the construction of… Read More

  • Unleash Your Power on Minewind Minecraft Server

    Unleash Your Power on Minewind Minecraft Server Welcome Minecraft enthusiasts! Have you ever wanted to experience the thrill of facing off against powerful foes in Minecraft? Well, look no further! Join us on Minewind Minecraft Server for an epic adventure like no other. Imagine taking on formidable enemies like the Warden, but with a twist – using gun mode in Minecraft to defeat them. The excitement, the challenge, the adrenaline rush – it’s all waiting for you on Minewind. With a vibrant community of players and endless possibilities for exploration and conquest, Minewind offers a unique and exhilarating Minecraft experience that you won’t find anywhere else…. Read More

  • Dalek Dumbness: Episode 6

    Dalek Dumbness: Episode 6 In the world of Minecraft, where blocks abound, Creativity and adventure know no bounds. Updates and news, always on the rise, With rhymes and wit, we’ll keep you wise. So leap into the verse, with beats that sing, And let the truth take flight on rhyming wings. Minecraft facts and fun, all in one place, With a grin and a spin, we’ll keep up the pace. Read More

  • Vanilla Playground SMP Vanilla Anarchy – No hacks

    Welcome to MCVPG! A Public Vanilla SMP With No Plugins. Rules: NO Hacks. IP: play.mcvpg.org Version: 1.20.4 Discord to find a team: discord.mcvpg.org Classical survival on modern version that been up for 3 years You can grief, explore, build with friends, ANYTHING! JOIN NOW. Read More

  • Minecraft Memes – Don’t Be a Minecraft Party Pooper

    Minecraft Memes - Don't Be a Minecraft Party PooperWell, looks like the true losers are the ones who can’t appreciate a good Minecraft meme with a score of 51. They must be living in the Nether regions of humor. Read More

  • Hardcore Crafting: Netherite Armor Delight

    Hardcore Crafting: Netherite Armor Delight In the world of Minecraft, I’m the one to watch, Crafting Netherite armor, no need for a crutch. An adventure so thrilling, diamonds in sight, With TNT in hand, I’m ready to fight. Thanks to Duckio for the thumbnail so bright, In this hardcore world, I shine so light. So like, subscribe, and share with delight, For more Minecraft madness, stay tuned, alright! Read More

  • Surviving Minecraft traps: From toddler to pro gamer 😂

    Surviving Minecraft traps: From toddler to pro gamer 😂 At age 10: “Avoid traps by carefully studying the terrain and being cautious.” At age 20: “Avoid traps by using redstone contraptions and complex mechanisms.” At age 30: “Avoid traps by asking your kids to play for you.” At age 40: “Avoid traps by accidentally falling into them and blaming it on lag.” Read More

  • Enter a New Universe on Era’s Edge!

    Enter a New Universe on Era's Edge! Minecraft Reimagined: Step Into Another Universe on Era’s Edge! Temporal Reconnaissance Unit: Safeguarding Timelines Lieutenant Corstrom, also known as ‘Time Bandit,’ is a key figure in the Temporal Reconnaissance Unit operating from Era’s Edge. This unit falls under the Eras Oversight Council: Tempus Imperium, tasked with maintaining balance across timelines and protecting humanity’s collective memory. As Lieutenant Corstrom stands by for duty, the world of Minecraft takes on a whole new dimension. Exploring the Multiverse in Minecraft In this reimagined version of Minecraft, players delve into a universe where time and space intertwine. The concept of different timelines and… Read More

  • Dr. Swablu LIVE: Transforming Villager Area NOW! 😱🔥 #minecraft

    Dr. Swablu LIVE: Transforming Villager Area NOW! 😱🔥 #minecraftVideo Information This video, titled ‘🔴LIVE🔴 – Working on the villager area! Come hang out! #minecraft #minecraftsmp #furry’, was uploaded by Dr. Swablu on 2024-05-20 23:23:51. It has garnered 95 views and 11 likes. The duration of the video is 06:19:40 or 22780 seconds. ➤ Donations: https://streamlabs.com/drswablu ➤Twitter: https://twitter.com/drswablu​​​​​ ➤Photography: https://www.instagram.com/JamesPepperPhotography ➤Discord: https://discord.gg/PcgHNtdQyy ➤TikTok: https://www.tiktok.com/@drswablu ➤Instagram: https://www.instagram.com/drswablu ➤Switch FC: 5504-4495-3413 Rules 1. This is a PG-13 live stream with no cussing!! (damn can be allowed on rare circumstances). 2. Don’t be toxic! I try to make a friendly area for all of us to hang out in. 3a. Don’t Squid… Read More

  • Minecraft World Revamped: 5-Year Build Update!

    Minecraft World Revamped: 5-Year Build Update!Video Information This video, titled ‘Inayos Ko Ang BUILD Sa 5 YEAR OLD Minecraft World Ko!’, was uploaded by BeeBuYog on 2024-02-16 08:46:50. It has garnered 98046 views and 3041 likes. The duration of the video is 00:13:29 or 809 seconds. #Minecraft #BeeBuYog #kadacraft I Fixed The BUILD On My 5 YEAR OLD Minecraft World! https://www.roblox.com/groups/9744348/Barya-Gang#!/store https://billing.apexminecrafthosting.com/aff.php?aff=8664 For Chinese Business: [email protected] ================================= ►Watch , Like , Comment , and Subscribe to be updated on new vids! Thank you! ================================= ►Social Media https://www.facebook.com/BeeBuYogYT ================================= ►Contact me here Facebook: https://www.facebook.com/BeeBuYogYT ================================================== ================ Filipino | Tagalog | Filipino | Philippines | Pinoy Gaming… Read More

  • INSANE strategy for INSTANT Bedwars victory!

    INSANE strategy for INSTANT Bedwars victory!Video Information This video, titled ‘Easiest Way To Win Bedwars!’, was uploaded by Good Gamers on 2024-03-21 03:45:01. It has garnered 27 views and 1 likes. The duration of the video is 00:00:12 or 12 seconds. Join our discord server with the link below! https://discord.gg/KJNvsYgvpT #minecraft #gaming #minecrafthypixel #minecraftshorts #javaedition #minecraftjava #minecraftskywars #skywars #hypixel#bedrockedition #hypixel #godbridge #hypixelskyblock #subscribe #sumo #shorts #minecraftmemes #motivational #gameplay Bedwars, Bedwars Tournament, Tournament, Tourney, Good Gamers, Isaac, Taisaku, Win, Winning, How To Win, How To Win In Bedwars, YouTubers, YouTube, How To, How to Gain, Subscribers, Growing Channel, Hive, Mineplex, Stars, Skywars, Rocket League, Fornite, Grand… Read More

  • “Insane Trading & Gaming Tricks! EV Car, Bike, Hoverboard in Minecraft” #clickbait #secrets

    "Insane Trading & Gaming Tricks! EV Car, Bike, Hoverboard in Minecraft" #clickbait #secretsVideo Information This video, titled ‘EV CAR EV BIKE HOVERBOARD IN MINECRAFT #minecraft #minivlog #minecraftshorts #minecraftanimation’, was uploaded by Tricks Of Trading And Gaming 2M views on 2024-02-29 12:30:10. It has garnered 131 views and 1 likes. The duration of the video is 00:08:50 or 530 seconds. Minecraft is a game made from blocks that you can transform into whatever you can imagine. Play in Creative mode with unlimited resources, or hunt for tools to fend off danger in Survival mode. With seamless cross-platform play on Minecraft: Bedrock Edition you can adventure solo or with friends, and discover an infinite,… Read More

  • வசந்த் gaming – Epic Minecraft co-op! 😍

    வசந்த் gaming - Epic Minecraft co-op! 😍Video Information This video, titled ‘New beginning 😍|Minecraft co-op part – 1 gameplay|On vtg!’, was uploaded by vasanth தமிழ் gaming on 2024-03-18 11:00:45. It has garnered 126149 views and 9095 likes. The duration of the video is 00:15:35 or 935 seconds. Millions of crafters have smashed billions of blocks! Now you can join the fun! Minecraft is a game made from blocks that you can transform into whatever you can imagine. Play in Creative mode with unlimited resources, or hunt for tools to fend off danger in Survival mode. With seamless cross-platform play on Minecraft: Bedrock Edition you can adventure… Read More

  • INSANE Minecraft Solo Leveling Mod VOD! 😱

    INSANE Minecraft Solo Leveling Mod VOD! 😱Video Information This video, titled ‘Minecraft Solo Leveling Mod VOD #8’, was uploaded by GingyVODs on 2024-05-14 19:00:00. It has garnered 73 views and 1 likes. The duration of the video is 04:25:20 or 15920 seconds. Main Channel – https://www.youtube.com/user/Thetruegingershadow Discord – https://discord.gg/KfWmyVB Twitter – https://twitter.com/TheGingershadow ————————————————————————— Channel Avatar and Banner are made by Charwiewie check out their stuff! Charwiewie – https://twitter.com/charwiewie —————————————————————————- Read More

  • INSANE PARKOUR CHALLENGE IN MINECRAFT 🤯🔥

    INSANE PARKOUR CHALLENGE IN MINECRAFT 🤯🔥Video Information This video, titled ‘PARKOUR CHALLENGE | MINECRAFT #funny #trending #minecraft #livestream #viral’, was uploaded by RIZVI GAMING on 2024-01-11 06:12:34. It has garnered 133 views and 12 likes. The duration of the video is 03:08:53 or 11333 seconds. HELLO GUYS! welcome to the live stream Share and Support plzz Subscribe Subscribe: https://youtube.com/@mr_rizvigaming Discord :https:https://discord.gg/v5ttvvvxR4 Facebook: https://www.facebook.com/rahil.rizvi.566?mibextid=ZbWKwL Instagram: https://instagram.com/mr_rahilrizvi?utm_source=qr&igshid=MzNlNGNkZWQ4Mg%3D%3D #gaming #trending #youtube #youtubegaming #youtube #gaming #youtuber #youtubechannel #gamer #youtubers #ps #twitch #youtubegamer #gamingcommunity #youtubevideo #youtubevideos #sub #playstation #pcgaming #videogames #youtubecommunity #youtubegamingchannel #games #youtubelife #twitchstreamer #xbox #youtubegamers #subscribe #gameplay #game #instagaming #gamers #gamingchannel #maze #viral #trending Read More

  • Insane Minecraft Server Hacks for Custom Armor & Tools | ItemsAdder Plugin

    Insane Minecraft Server Hacks for Custom Armor & Tools | ItemsAdder PluginVideo Information This video, titled ‘| 👉 | How To Add Custom Armor & Tools in Minecraft Server | How To Use ItemsAdder Plugin’, was uploaded by ShayanGamerz on 2024-04-27 11:41:28. It has garnered 99 views and 5 likes. The duration of the video is 00:21:16 or 1276 seconds. ˜”°•✩•°”˜ ⋙━━━━━[ 𝕋𝕚𝕥𝕥𝕝𝕖 ]━━━━━⋘ ˜”°•✩•°”˜ | 👉 | How To Add Custom Armor & Tools in Minecraft Server | How To Use ItemsAdder Plugin ˜”°•✩•°”˜ ⋙━━━━━[ 𝙻𝙸𝙽𝙺 ]━━━━━⋘ ˜”°•✩•°”˜ | 👉 | ᴘʀᴏᴛᴏᴄᴏ ʟɪʙ: https://www.spigotmc.org/resources/protocollib.1997/ | 👉 | ɪᴛᴇᴍ ᴀᴅᴅᴇʀ: https://www.spigotunlocked.com/resources/✨itemsadder⭐custom-items-armors-hud-gui-mobs-emoji-blocks-wings-hats-liquids.129/ | 👉 | ʟᴏɴᴇ ʟɪᴘѕ: https://www.spigotmc.org/resources/lonelibs.75974/ | 👉 | Generate… Read More

  • Ultimate Gamer Showdown: Minecraft vs Real Life 2023-2050

    Ultimate Gamer Showdown: Minecraft vs Real Life 2023-2050Video Information This video, titled ‘minecraft vs reality 2023 vs 2050 #shorts #short #minecraft @#technogamerz #gta5’, was uploaded by ALPHA NIGHT GAMER on 2024-01-13 03:00:44. It has garnered 4859 views and 73 likes. The duration of the video is 00:00:10 or 10 seconds. minecraft vs reality 2023 vs 2050 #shorts #short #minecraft @#technogamerz #gta5 #gtav #gta4 #trending #technogamerz #viral #shorts #trending #freefire #freefireshorts #gta6 freefire video on this channel top 5 content daily 1,2 video please support ad don’t forget like share subscribe and comment please support– song jalaby baby artist–Jason derulo song -https://youtu.be/IFtwhMK64H8 tags Minecraft minecraft Minecraft build hack… Read More

  • Connected Construction – Semi Vanilla

    Connected Construction Server Welcome to Connected Construction, a 1.20.4 server with Experimental Features enabled. The rules are simple: No hacked clients All building connections and construction must continue from an existing part of the structure. Can be in any direction on any axis You can explore the world and place blocks, but all building, including farms, must be part of the communal building End is disabled World border is 3k x 3k centered on 0 0 (1,500 in all cardinal directions) To join: Discord link Read More

  • Inoos Mc

    Welcome to InoosMc, where your adventure begins! Dive into the best Skyblock experience with our uniquely crafted islands, custom items, and exciting challenges. Enjoy our exclusive custom plugins that enhance gameplay, offering you a seamless and engaging experience. Earn free ranks and unlock special perks as you progress. Join our vibrant community and discover the endless possibilities that await you in InoosMc. Whether you're a veteran player or new to Minecraft, there's something for everyone here! Read More

  • Minecraft Memes – “Why do villagers always ignore my emeralds??”

    Minecraft Memes - "Why do villagers always ignore my emeralds??"“Why? Because in the world of Minecraft, even memes have a leaderboard!” Read More

  • Secret Base Bliss: Minecraft SMP303 Ep. 48 Build

    Secret Base Bliss: Minecraft SMP303 Ep. 48 Build In Minecraft, episode 48, we’re diving deep, Building a secret base, our secrets to keep. Sneaky and sly, we’ll craft and create, No one will find us, we’ll seal our fate. Gather the blocks, the tools, and the gear, Our secret base, no need for fear. Digging and building, our skills put to test, In this Minecraft world, we’ll be the best. No spoilers here, no hints to give, Just watch the episode, see how we live. Crafting and mining, our adventure unfolds, In this secret base, our story told. So join us now, in this Minecraft quest, Building… Read More

  • “Pick a portal, reach level 99999 in Minecraft!” 🔥😂 #minecraftmemes

    "Pick a portal, reach level 99999 in Minecraft!" 🔥😂 #minecraftmemes I’d choose the portal that takes me straight to the fridge for a snack break in between levels 1 and 99999 in Minecraft! #priorities #minecraftmunchies Read More

  • Awkward Moments in Class【Minecraft 方块轩】

    Awkward Moments in Class【Minecraft 方块轩】 Minecraft: Awkward Moments in Class【My World Block Pavilion】 Welcome to the world of Minecraft, where creativity knows no bounds and adventures await at every turn. In this virtual realm, players can build, explore, and survive in a blocky, pixelated world filled with endless possibilities. Today, we delve into the humorous and entertaining world of Minecraft through the eyes of 方块轩, a creator known for his funny animations and joyful content. About 方块轩 方块轩, a prominent figure in the Minecraft community, is dedicated to providing child-friendly content that steers clear of any elements that may impact the well-being of young… Read More

  • Discover the Excitement of Minewind Minecraft Server!

    Discover the Excitement of Minewind Minecraft Server! Are you a fan of Minecraft and all its quirky mobs? Have you ever wondered what happens to those mobs when you leave the game? Well, look no further than the entertaining video by Blazzy on YouTube. While you’re enjoying all the Minecraft content out there, why not take your gaming experience to the next level by joining a unique Minecraft server like Minewind? Minewind offers a one-of-a-kind gameplay experience that will keep you on your toes. With its exciting features and active community, you’ll never have a dull moment on this server. Whether you’re a seasoned player or… Read More

  • Stalked by a Sneaky Minecraft Creature!

    Stalked by a Sneaky Minecraft Creature! The Mysterious ModPack “From The Fog” in Minecraft Exploring the depths of Minecraft can lead players to discover intriguing modpacks like “From The Fog.” This modpack, which has been modified for a potential series, offers a unique and mysterious gaming experience that keeps players on their toes. What Makes “From The Fog” Stand Out? “From The Fog” introduces new elements and challenges to the Minecraft world, making it an exciting choice for players looking for a fresh experience. The modified features in this modpack add an air of mystery and suspense, keeping players engaged and eager to uncover its… Read More

  • “Shocking Dark Magic in Minecraft with Prince Joshi 😱🔥” #viral #shorts

    "Shocking Dark Magic in Minecraft with Prince Joshi 😱🔥" #viral #shortsVideo Information This video, titled ‘Horror Black & Dark Magic In Minecraft 🤯🔥 #minecraft #shorts #viral’, was uploaded by PRINCE JOSHI VINES on 2024-03-10 12:10:00. It has garnered views and [vid_likes] likes. The duration of the video is or seconds. Horror Black & Dark Magic In Minecraft #minecraft #shorts #viral #Horror #Blackmagic Ram Ram Bhai About the Video:- In … Read More

  • NUBIGAMER UNCOVERS MINECRAFT’S CREEPY SECRET

    NUBIGAMER UNCOVERS MINECRAFT'S CREEPY SECRETVideo Information This video, titled ‘CÓ THỂ BẠN CHƯA BIẾT BÍ ẨN NÀY TRONG MINECRAFT ( Creepypasta ) #minecraft #nubigamer’, was uploaded by NUBI GAMER on 2024-02-14 11:53:01. It has garnered 46868 views and 5942 likes. The duration of the video is 00:00:51 or 51 seconds. Read More

  • Unbelievable! BoyGamer battles alternate self 😱 #shorts

    Unbelievable! BoyGamer battles alternate self 😱 #shortsVideo Information This video, titled ‘Fighting my alter ego😱😱 | #shorts #minecraft’, was uploaded by BoyGamer on 2024-03-21 04:07:48. It has garnered 5470 views and 169 likes. The duration of the video is 00:00:10 or 10 seconds. MCCI Skybattle Clipped from Medal ==================================================== SOCIALS Discord : https://discord.gg/pHvNtSXeX8 Twitter : https://twitter.com/BoyGamerTV3 Twitch : https://www.twitch.tv/boygamer0413 ————————————————————————————————————- Want to help me out further? https://streamlabs.com/boygamertv4/tip TAGS Like ParrotX2 videos and the LifeSteal SMP, a Minecraft Server Not like Dream SMP or Tommyinnit or Technoblade or any other Dream SMP members. This SMP is like LifeStealSMP and OneTrySMP, this is the hardest Minecraft Sever ever!… Read More

  • INSANE Minecraft Border EXPANDS if I Take Damage!

    INSANE Minecraft Border EXPANDS if I Take Damage!Video Information This video, titled ‘Minecraft, But If I Take Damage The Border EXPANDS’, was uploaded by WyFryWab on 2024-03-24 21:10:17. It has garnered 50328 views and 1853 likes. The duration of the video is 00:00:58 or 58 seconds. Read More

  • Insane Minecraft Texture Pack Install Tutorial! 😱🔥

    Insane Minecraft Texture Pack Install Tutorial! 😱🔥Video Information This video, titled ‘Minecraft Texture Pack installieren Tutorial deutsch’, was uploaded by Obst on 2024-04-26 10:00:52. It has garnered 62 views and 3 likes. The duration of the video is 00:02:32 or 152 seconds. Today I’ll show you how to install a texture pack for Minecraft. The way to install a texture pack is the same for every Minecraft version. I’m downloading the texture pack from Modrinth. If you have a question, write a comment. ___________________________________________________________________ 📲Treat me to a subscription: https://www.youtube.com/channel/UCUhcgSuWxxliXgn6fnhFyMw?sub_confirmation=1 ___________________________________________________________________ 📜If the Optifine/Forge installer does not open or a text document with strange characters appears,… Read More

  • Unleash Villager Timoth’s INSANE AI Cover

    Unleash Villager Timoth's INSANE AI CoverVideo Information This video, titled ‘Minecraft Villager Timoth – Pure Imagination (AI cover)’, was uploaded by Pro-BloX on 2024-01-02 14:24:27. It has garnered 120 views and 2 likes. The duration of the video is 00:03:09 or 189 seconds. 2024 🙂 ignore : Adopt Me!, Murder Mystery 2, Slap Battles, Arsenal, Blox Fruits, Tower of Hell, Survive the Killer, Piggy, pls donate, toilet tower defense, tower defense simulator, pet simulator x, psx, jailbreak, prison life, flamingo, kreekcraft, olix, steak, kakav420, thinknoodles, telanthric, dax, dax btd, legit, legit btd, mm2, mrbeast, solo, duo, trio, #dac #dax #dummy #btd #r6 #spidertv #toilettowerdefense #ttd… Read More

  • Secrets of the Vikings: Surviving the Lava

    Secrets of the Vikings: Surviving the LavaVideo Information This video, titled ‘At least I didn’t fall in the lava | vikingpilot on #Twitch’, was uploaded by VikingLIVE on 2024-01-09 02:13:57. It has garnered 4171 views and 97 likes. The duration of the video is 00:00:07 or 7 seconds. #shorts #minecraft #VikingPilot Did I mention I got my doctorate in comedic Timing? Thanks for watching JOIN THE DISCORD! ►DISCORD: https://discord.gg/gZYZSxjugt ◄ SUBSCRIBE TO THE VODS CHANNEL! ► VODS: https://www.youtube.com/@VikingPilotLive ◄ FOLLOW THE TWITCH! ►TWITCH: https://www.twitch.tv/vikingpilot ◄ ⭐VikingPilot Socials⭐ ►TWITTER: https://twitter.com/Viking_Pilot ◄ ►MERCH: https://vikingpilot-shop.fourthwall.com/ ◄ Read More