[Minecraft Computer Engineering] – Quad-Core Redstone Computer v5.0 [12k sub special!]

Video Information

Hey guys Lego masa 99 again today and today I am here to finally show you guys after over 2 years my brand new redstone computer now I have been hinting this all over the place for the longest time and I know it’s literally taken forever

For me to get this out to you guys but I am finally doing it they just finally finished and I am excited to show you guys what this new computer can do hopefully you guys liked that little montage that I put together showing some of the redstone computer version 5.0 x’

Components and we will see all of those and I will explain it and show it off in a quick minute alright so you guys might be wondering you know it’s been over 2 years what have you been doing with this computer what has changed has anything gotten

Better those kinds of questions and the answer is yes to all of them actually is it yes to all of them well regardless this computer is better in every single way and yes so let’s go ahead and talk about some of the major differences with this computer architecture early and

With the design philosophy and all that stuff compared to the rights to computer 4.0 alright so one of the first major big differences with this computer compared to the register computer 4.0 and my other redstone computers is that I’ve tried to compact it and make this computer as small as possible while

Adding as many features as possible and making it as fast as possible so let’s just go ahead and take a look at the computer so I’ve shown you guys or you guys have seen the user input panel here and we will talk more about that in a few minutes

But let’s just go ahead and get a little overview here so this is the entire computer if I back out here a little bit so here it is the redstone computer 5.0 and you guys might notice that it is a little bit smaller than the redstone computer 4.0 if you’re looking at it

From the surface there’s always that little but there so if we go ahead and drop down into these into the spaghetti of wiring here you will see that it is a lot more compact and there is a lot more going on here and then compared to the rest computer 4.0

Since when I was developing this computer when I started developing in a couple years ago it’s one of the things that I saw that the rights to computer 4.0 was very flat and it was very it was it took up a lot of area but it didn’t

Really use that area very wisely so I tried to address that here and I think I have done a pretty good job at it because there was a lot less space in here and everything is more compact which means you will have faster performance which you guys will see and

A lot of other architectural benefits as well the register computer version 5.0 is remarkably similar to its older brother the register computer 4.0 while changing up a lot of things and adding a lot more features this computer is still 8-bit all my mother computers so far

Have been 8-bit and this is a quad core computer I’m just like all my other redstone computers that I have shown on this channel so we have we can see one core here another one here and then three and then four these are the massive program memory blocks alright so

The next thing that has changed dramatically with the rights to computer 5.0 compared to the rights of computer 4.0 is the layout of the multi-core structure and how those cores interact with each other in the right side computer 4.0 world with each core while you still had a lot of freedom with

Those cores and what you could do with them they were still sort of locked down in a way the speed of all of the cores was connected to the user input panel on the right so computer 4.0 so that meant all cores had only one they shared the

Exact same speed and you could you could not control whether the cores were on or off at certain times in the program or whether they were executing code or not you had to turn on the core at the beginning of the program for it to execute and then you potentially waste

Cycles if you were using multiple cores in your program but that has completely changed with the rest of computer 5.0 the cores of this computer are designed to be a lot more independent compared to its older brothers the Wrights computer 3.0 4.0 because each one of these cores

Now can set their own speed independent of all the other cores and it can also turn on and off other cores from that core so then that means that you don’t have to be running cores unnecessarily you can start them when you need to and then stop their execution when it is

Necessary as well to ensure smoother and more efficient performance now the program memory on this computer has also been vastly improved compared to the previous rights of computers I have created this can this computer specifically each core has double the amount of program memory compared to the rights to computer 4.0 whereas the

Rights computer 4.0 had 63 lines of code with an 84 bit instruction word per line of code now the rights to computer 5.0 this version has 128 lines of code as you can see right here this huge block this is 128 lines of code with about 48 bits per instruction word the

Instruction set for this computer has also been vastly trimmed down and reduced compared to previous generations of these redstone computers which means programs will be able to run a lot more efficiently and with all of my rights the computers that I have developed thus far this instruction set is compatible with the

Arcus language specification that I have developed in the past year or so and it is also compatible with the DRC hll C compiler project which means that you can write programs in Arcis and then compile them for this computer and upload it to this computer so you can

Run programs on here this computer also has an enhanced suite of i/o compared to my previous redstone computers and as you can see here we have a display right here this is a 15 by 15 resolution display so a total of 225 pixels that we can draw on this display we have a

Decimal display here we have a raw binary display here this computer also contains a data port just like the register computer 4.0 and 3.0 but instead of it being parallel it is now serialized for much more efficient data communication and data transfers so we have our serial input port here where

You can send in serialized data and then over here we have our serial output port where you can I guess export send transfer your serialized data to external peripherals and components that you can hook up to this computer this version also has a much more efficient random number generator which is right here

Used to generate random numbers for programs and this is a new addition to the redstone computer version 5.0 we have a 31 byte stack which is in the back right here now this is a unique type of stack at this as this is a hardware stack and people familiar with

Computer science will know that you can’t really have a quote-unquote hardware stack it’s just a data model within RAM but I have included here 31 bytes of a hardware stack so you can push data onto it and then you can pop data back out while on the topic of

Memory we also have 31 bytes here of dual read enhanced Ram I’m gonna call it a ram and the reason why I call it a ram is because our compared to regular Ram is because as you can see here it’s a lot more square so if we see here it’s

This so we have the RAM modules in the middle here we have four RAM modules I’ll just call them brand modules they’re dual read just like the register computer 3.0 and 4.0 but it has been designed in such a way as to where the the data differential is minimal so the

Access times to read any byte of data in this array is essentially the same compared to the rights to computer for point on a 3.0 where the RAM was super long and if you were trying to read information at the very end of the RAM

It would take a lot longer for the data to travel around the computer so with the stack and the enhance RAM combined you have 62 bytes of available addresses that you can address through these ones you can address randomly and these addresses here you have to push and pop

Which means you can’t access them randomly each core on this computer also has 8 bytes of dual read cache and this is extremely helpful in speeding up programs and making them more efficient because as we can see here is the cash and the ALU is right over here it’s this

Orange circuit right here or multiple circuits but it’s this orange region over here and the proximity of the cache to the ALU here for processing makes it so much faster compared to using regular Ram because when you want to read an address from you have to go through the master output

Bus which is this huge white bus here let me see if I can get a better picture of it let’s go over here so here’s the master output bus and white and this bus connects all of the components of the computer together now and this design model has been used in previous

Computers that I have designed but it takes a lot longer to retrieve data from RAM compared to the cache that means that it is very recommended to use the cache to speed up programs this computer also implements a new register based data model for accessing internal peripherals and components which enables

Us to do things such as updating the speed per course since there is a dedicated speed register on each core that you can write values to to update the speed as well as I call it the go to register the line of code register but it is more formally known as the program

Counter register the PCR and each one of these cores has a program counter register and you can write specific values from the program into that register to change the line of code that the program is on now you did not have this level of granularity and flexibility with previous redstone

Computers but this new register model has made that possible now moving on to the GPU here the plotter this is based on the same design as the previous register computer 4.0 here we have a 15 by 15 screen here which gives us a total real estate of 225 pixels on this screen

And we have the same vram model right here as the register computer 4.0 but and it also has the same function such as drawing points erasing points and the granular system which I will explain in a quick minute but I have also vastly optimized this GPU or the plotter

Compared to the rights of computer 4.0 this GPU also supports the GPU granular system that is seen in the Red Sea computer 4.0 which basically allows you to send huge amounts of screen data to this screen at once to allow updating of massive parts of the screen compared to

Drawing individual pixels to create an image and we will see that in a moment some of the demo programs that I’m going to show you guys alright so let’s talk about this user input panel here for a little bit so this control center here essentially is all you need to execute

Programs and to send data into programs and to control any sort of program from here without doing extensive debugging and we have all of the same components from previous redstone computers so over here we have the computer power controls we have our on sleep and off and essentially this just turns on the

Computer and starts up cores that are enabled this will put those cores to sleep basically stop the cores from updating their program counter registers and stop the clock from updating them and then the off signal will shut off all the cores reset the RAM reset all the internal registers and that sort of

Thing now over here we have the speed control system and this is a little different compared to previous generations of the writing of Peters so we do have the same three bit speed code here we call it a speed of code and what you can do is that you enter in the

Speed code in binary and then you press this update speed register button and that will write this speed code to the speed register on whichever course you have enabled over here we have the core toggling space here and essentially this is where you can toggle which cores that

Will start at the beginning of the program and you got we will see that in a minute and then we also have our toggling the random number generator here as well here we have some computer inputs that you can send into the computer and the computer can check

Basically hey did the user acknowledge this input that the user do this do they user do that you can do that through this section here now this here simply is an 8-bit panel to enter in any sort of data that a program might need whether it be a number or an encoded

Coordinate or encoded data or anything like that it can be entered in right here now these are the various program status indicators so here we have eight programmable indicators that programs can use to tell the user of certain things then we have a carry out indicator here too basically this will

Turn on whenever any ALU has their carry out signal or their carry flag set in the status register of core and then here we have a stack overflow indicator and that basically tells the computer and the user if the 31 bytes stack that is behind this

Screen here is full and over here we have some reset option this is pretty self-explanatory this will clear the RAM and stack on shutdown these are just simple T flip-flops here that we can toggle and then this will clear all of the displays so when we mean displays

We’re talking about everything on this huge panel here and then you can reset each one of those displays individually up at the top here we have some of the core status indicators over here so we have actually the core status indicators and this these will tell you which cores

Are currently active and then are currently executing code and then each one of these here basically will tell you which line of code each core is on if that core is on so if it’s off it’ll just look like this but then if it’s on

You will see in binary what line of code the that core is on so then we have core one info over here core to core 3 and core for this computer also has a much more utilitarian style of debug center here so I’ll show you guys that so let’s

Go ahead and go to the core 1 debug center and as you can see here we are teleported to this mass of wiring in the middle of core 1 and we were surrounded by all of these signs and switches here and yeah so you can use this to manually

Step through your programs to debug to see what’s going on with the computer and that kind of thing and yeah this debug center is extremely useful when debugging your programs as you can fly around all of the components around here as you can see and make sure that each

One of them is working and you’re able to diagnose problems and fix them and I have used this substantially to fix quite a few issues that I’ve had when I was building this computer so it is pretty useful all right now that I have talked about the specifications of this

Computer and the new things about in what’s change let’s go ahead and do some demo programs all right so the first time I program I have to show you guys is the classic Fibonacci program here and I’m going to show you guys how to

Load it and run it on this world and I will leave this world in the download of this video so that you guys can play around with it just like I have with all other racing computers so to load a program in let me see here we have the

Fibonacci program and it looks like that this is running on core 1 so we need to enable core 1 and we do that by pressing a toggle core 1 button so then as you can see now this light is on and these numbers here are is the binary value for

The speed code for this program that the program can run it and the fibonacci program can actually run at the computers fastest default speed which is 30 ticks which is unheard of if you guys have followed my other read some computers these programs have had to run at much slower speeds conventionally and

Now they like they are able to run at much faster speeds and to basically set the speed what we do is that once we have this core enabled we just set the these value this the speed code here to match whatever is on the side and it’s

The zero zero zero and then we click the update speed register button and then if we’ve done it right we will get a little message here that says the core 1 speed has been updated now that this value has been written two core ones of speed

Register and that core will run will run at 30 ticks so now that we have loaded the program in we have set the core and we have set the speed let’s go ahead and run the program and we just do that by pressing the on button and you guys will

Be amazed at just how fast this program runs and now this is in real time I’m not speeding this part up or anything but I will show benchmarks a little later compared to other computers but if we wait just a little bit we can see it’s clumb up dating really quickly

And we already have our first value here of the Fibonacci sequence which is one you will know that if you’ve watched my other Reds 2 computer videos my other showcase videos this is present unprecedented speed this is extremely fast and I’ve there’s a lot of things that have gone into making this computer

A lot more optimized and a lot more efficient to allow this sort of program runtime behavior so as you can see we already are on the third number of the fibonacci sequence and my computer is starting to slow down a little bit it’s not lagging necessarily because I still

Have well over 60 FPS by starting to slow down just a little bit because of the efficiency and speed of this computer and the core that it’s running on all right so here is a benchmark of the fibonacci program running on the res commuter 5.0 at the

Top and the rights to computer 4.0 at the bottom now this program has been heavily optimized for both of these computers and the rejig meter 4.0 has received some updates since its initial launch two years ago so these programs are running pretty quickly and we can see here that the fibonacci program for

The res feeder 5.0 finish with two minutes and 54 seconds and the register computer 4.0 finishes with a time of 4 minutes and 8 seconds alright so the next program that I have to show you guys is the classic multiplication program and I have already loaded this

Into our program settings here so we have it set to 60 ticks which is the speed code value 0 1 1 and I have it set right here we have Core 2 enabled now the multiplication program when it starts up it will ask for two numbers through our user input system here in

This program multiplies two numbers by doing repeated addition which I know is a very rudimentary algorithm to calculate multiplied numbers but for the purpose of this video it should suit us just fine alright so if we start this program here and we go ahead and look at

Our settings here we can see that Core 2 has been turned on with our score status indicator as we can see here and then we’re getting some messages in the chat here with the courts who started in the clock and now we could see the line of

Code being updated here and now as you can see the this first indicator will turn on and you will see that it will start blinking and basically this is the program telling us that we need to input our first number so for this demo we’re

Just going to do 7 times 7 which is classic multiplication or the classic numbers that we used to multiply so to do that we just enter 7 here in binary and then we press the computer input 1 button and what this will do is that once we press this button the computer

Will check if we’ve press this button and if we have which we have here then it will load this number that we’ve input here into the program as the first number to multiply and now that we’ve done that the computer will do some calculation with this number and now we

Can see here that as another second indicator has turned on and you also see that it will start blinking as well and this is the program telling us to enter in a second number to multiply so the second number and we’re also going to use seven since you want to do

Seven times seven so now we just need to press the computer input to button and what this will do is that the computer will realize or check that we have submitted the second number to multiply and then it will read this number in and it will multiply seven times seven doing

Repeated addition alright so here we have a benchmark of the multiplication program running on the residue Peter 5.0 on the top and 4.0 on the bottom and just like the Fibonacci program the this program is heavily optimized for both of these computers now this does take a little bit longer because there’s a

Little more computation going on or rather there’s yeah there’s a bigger volume of computations going on compared to the Fibonacci sequence but as we can see here the read to computer 5.0 finishes with a ton of six minutes and five seconds and then the register computer version 4.0 comes in with a

Time of 7 minutes and 36 seconds which shows the speed of the writes on computer version 5.0 now the third program that I have to show you guys is the smiley face program and this program actually is a tribute back to my very first redstone computer that I made

About four years ago now I think around four years ago and yeah it’s a little tribute to that and to prepare this program we’re gonna go ahead and toggle core three and then I’m going to write the speed zero one zero so fifty tix into our speed system here and then

Update Core three speed register and as we can see we have core three speed updated person that again and now essentially what this program will do is that if we have this button pressed here it will draw a smiley face and then if it’s not pressed it will draw a sad face

So let’s go ahead and see the sad face first alright so I’m just going to leave this button here unpressed and we turn on the computer here we will not see anything for a little bit cuz that’s doing some initialization checks and that kind of thing but in a few seconds

Here we will see the computers start to draw something on the screen here and there we go now we have our first the GPU draw command as you can see on the output there and now we have another GPU draw command and as you can see we

Have two pixels that have been drawn on the screen and this is using the GPU pixel mode just drawing individual points and we have four pixels on the screen now and now the this program utilizes the GPU granular system so we will see what they will do in a little

Bit and it’s sending over lots of GPU data right now so it’s taking it takes several clock cycles to send all of that data over and now that we have our final GPU draw command and we lag a little bit but as you can see the GPU granular

System has drawn an entire line right here and then the core shuts off and the computer shuts off because that’s what the program does but as you can see here the GPU granular system can draw lines it can draw all sorts of stuff on here and if you’ve seen the right so computer

4.0 video they can update basically the entire screen in one singular GPU granular update instruction which is pretty incredible alright now that we have seen the sad face here let’s go ahead and clear the screen and to show the happy face so actually I think this program clears our screen by itself so

Let’s go ahead and set this input so now it’s on and now if we start the program again the screen should be cleared and then we will see something else on the screen instead of a sad face so as you can see the GPU has been cleared and it

Also can do that in a singular instruction set of erasing every single pixel on there so that’s very useful and then it does a couple of checks checks to see if this button was pressed and as you can see it check to that and now we

Are starting to get some action on the screen again so we have our two little eyes here and then it will draw the bottom half of the of the face I’m not going to say what face it is because I want you guys to see bump pretty sure

You guys already know what kind of face it’s going to be now the program is sending over GPU granular data and with this computer it takes four clock cycles to send over a full 30 bit GPU granular or to send over all of the data needed for a GPU

Granular instruction which is 30 bits compared to just one instruction on the right so computer 4.0 but as you can see now a drew a smiley face so they drew that same line but just one row lower and it has done that very quickly now this would have taken a lot longer if

The plotter had to draw each pixel one by one all the way across but we have the GPU granular system for that so that is not necessary and we have our smiley face now the final showcase program that I want to show you guys is I call it a

Random drawing program and it’s not a random drawing program but essentially what it does is that it draws randomly generated pixels on the screen and it draws 16 pixels I am pretty sure so let’s go ahead and see that all right so I’ve gone ahead and set the program

Settings for our random drawing program I have clear the screen and we are all set to go now one thing I will note though is that with the random drawing program you need the random number generator to be toggled on or else you will not have random points generated on

The screen you’ll just have one point and you won’t see anything else on there so now that we have the random number generator on and the random drawing program core enabled let’s go ahead and start our program here so now I wanted to do just press the computer on button

And we will wait a little bit so this program uses the random number generator like I explained to generate random pixels to be drawn onto the screen here and it does this by or the the number that it generates is actually an encoded coordinate and these in court encoder

Coordinates are then just updated or put on the display as pixels and we will see that very shortly all right so there is our first GPU draw command as you can see right here we have a GPU draw and a pixel has appeared on the display now this was a completely

Randomly generated pixel and the program will do this 15 more times and then it will shut off all right so there is our second GPU Druckman and as you can see we now have a completely different random pixel on the screen and this will basically happen with this will happen 14 more

Times and then the program will shut off and we will have a finished random assortment of dots on our screen you all right so as you can see here the program has running the computer has shut off and all the cores have been reset and as you

Can see here we have some random points on the screen and optimally there would be 16 random points but sometimes there may not be 16 points because sometimes the random number generator generates the same number and then the same pixel is drawn based on that number so some of

These pixels are actually duplicates but you can’t really see it so now it drew 16 times but there may not be 16 unique pixels on this display and yeah guys that is basically it those are all of the demo programs that I have for you guys today and now this computer is

Capable of so much more and I will hopefully be releasing new videos showcasing the potential of this computer taking full advantage of it before I wrap this video up I just wanted to give a huge huge huge huge thank you to all of you guys for all of

The support and all of the encouragement all of the comments I read all of you guys’s comments actually and I reply to a lot of them but I just want to thank as so much for all of the support the growth the channel growth this year has been absolutely ridiculous I hadn’t I

Did not imagine my channel to be to have like 12,000 subscribers right now that’s insane so I didn’t even think that I’d reach you know 1,000 much less 12 so I just want to thank you guys so much for all the support and please give me suggestions give me ideas comments

Anything it’s greatly appreciated and yeah I just want to thank you guys so much for everything this year and yeah I really appreciate it it’s been an insane journey with that thank you guys so much and I will see you guys in the next video which is hopefully coming soon and

Yeah thank you guys so much once again and yeah buh-bye

This video, titled ‘[Minecraft Computer Engineering] – Quad-Core Redstone Computer v5.0 [12k sub special!]’, was uploaded by legomasta99 on 2018-12-30 00:30:00. It has garnered 3530204 views and 112500 likes. The duration of the video is 00:31:17 or 1877 seconds.

Hey guys! After over two years of development, I am finally here to show you guys the Redstone Computer v5.0, the latest installment in my series of Redstone Computers! It is improved in every way compared to the Redstone Computer v4.0, and it adds a plethora of new features as well while making existing operations more efficient!

I know I say this a lot, but thank you guys so much for the insane support with all of my computer science and computer engineering projects! The growth and support has been absolutely incredible, and you guys have been incredible! 😀

Computer download (with information included): Main: https://tinyurl.com/RC50v1-2main Mirror: https://tinyurl.com/RC50v1-2mirror

DRCHLL Compiler Project Repository (to write your own programs for this computer using the ARCISS language): https://bitbucket.org/AGuyWhoIsBored/duncans-redstone-computer-hll-compiler

Video timestamps: 0:00 – Introductory Montage 1:22 – Introduction 2:26 – Differences and additions between this computer versus the RC4.0 12:23 – User Input Panel Breakdown 16:25 – Demo Programs 16:33 – Demo Program #1: Fibonacci Program 19:33 – Demo Program #2: Multiplication Program 22:15 – Demo Program #3: Smiley Face Program 26:24 – Demo Program #4: “Random Drawing” Program 30:00 – Conclusion and Thank You 😀

Computer specifications: – 8-bit architecture and interface – Register-based data model – Four cores (which consist of an ALU + control unit + cache + a few other things) that are truly independent from each other – Each core can run at separate speeds (variable clock speed integration) – 32 bytes (31 accessible) of dual-read ERAM – Each core has 128 lines of program memory (768 bytes per core, 3.072Kbytes of total program memory) – Runs custom instruction set – Can write, compile, upload, and execute programs on this computer that are written with the latest revisions of the ARCISS language specification with the DRCHLL Compiler Project – Enhanced suite of IO to allow for better connectivity with other peripherals – And much more! (you’ll have to watch the video to find out 🙂 )

Thank you to everyone who helped me make this possible / giving me inspiration for this project: 1. My subscribers 2. Bennyscube – https://www.youtube.com/user/bennyscube 3. Properinglish19 – https://www.youtube.com/user/Properin… 4. Laurence the Great – https://www.youtube.com/user/laurensweyn 5. Newomaster – https://www.youtube.com/user/Newomaster 6. Gathering – https://www.youtube.com/user/skupitup 7. n00b_asaurus – https://www.youtube.com/user/n00basaurous

Let me know what you guys think of my latest Redstone Computer! All feedback is welcome 😀

Music credits: Buddha by Kontekst https://soundcloud.com/kontekstmusic Creative Commons — Attribution 3.0 Unported— CC BY 3.0 http://creativecommons.org/licenses/b… Music promoted by Audio Library https://youtu.be/b6jK2t3lcRs

  • Herobrine Haunts Minecraft! (The Horror) #2

    Herobrine Haunts Minecraft! (The Horror) #2 The Mysterious Herobrine in Minecraft Herobrine, a legendary figure in the world of Minecraft, has been a source of fascination and fear for players around the globe. In a recent video, Herobrine made a chilling appearance at 05:30, sending shivers down the spines of viewers. Who is Herobrine? Herobrine is often described as a ghostly figure with glowing white eyes, haunting the game and causing mysterious occurrences. While some believe Herobrine to be a real entity in the game, others dismiss it as a myth or a hoax. The Horrifying Encounter In the video, the player encounters Herobrine in… Read More

  • Experience Sky-High Adventures on Minewind Server!

    Experience Sky-High Adventures on Minewind Server! Welcome to NewsMinecraft.com, where we bring you the latest and most exciting updates from the Minecraft community! Today, we stumbled upon a fascinating YouTube video showcasing a unique flying minecart creation in Minecraft. While the video itself may not be about Minewind server, it sparked our interest in the endless possibilities that Minecraft has to offer. Imagine being able to soar through the skies in your very own flying minecart, without the need for mods or complex installations. The creativity and innovation displayed in the video inspired us to explore similar experiences in the Minecraft world. If you’re looking… Read More

  • World’s End Unveiled: Gamers Stunned by Sight!

    World's End Unveiled: Gamers Stunned by Sight! In the world of Minecraft, players were in shock, When they reached the end, it was quite a block. The Ender Dragon awaited, fierce and bold, But with teamwork and skill, its story was told. A million guardians, a powerful sight, Could they defeat the dragon with all their might? In seconds it fell, a legendary feat, The end of the world, a victory sweet. So dive into the game, explore and create, With Minecraft, the possibilities are great. Keep crafting, keep building, let your imagination soar, In this pixelated world, there’s always more. Read More

  • Minecraft Pigs Fight

    Minecraft Pigs Fight Exploring the World of Minecraft with Allay Embark on a thrilling journey through the blocky landscapes of Minecraft with Allay, a dedicated gamer who shares their adventures and creations with the world. From building magnificent structures to battling fierce creatures, Allay’s channel is a treasure trove of excitement and creativity. Join Allay on Their Minecraft Quest Allay’s channel is a hub of Minecraft content, featuring gameplay, tutorials, and more. Dive into the world of Minecraft alongside Allay as they showcase their skills and imagination. Whether you’re a seasoned player or a newcomer to the game, there’s something for everyone… Read More

  • Join Minewind Server for Epic Minecraft Adventures!

    Join Minewind Server for Epic Minecraft Adventures! Welcome to Newsminecraft.com, where we bring you the latest and greatest in the world of Minecraft! Today, we stumbled upon a fantastic YouTube video showcasing the BEST BONEMEAL FARM in Minecraft, producing a whopping 8,300 Bonemeals per hour! The farm is compact, fast, and self-sustaining, making it a must-have for any Minecraft player looking to up their game. But here’s the catch – this incredible farm might be affected on some servers due to limitations. That’s where Minewind Minecraft Server comes in. With a thriving community of players and a wide range of features, Minewind provides the perfect environment… Read More

  • 7 Hilarious Pranks That Went Too Far

    7 Hilarious Pranks That Went Too Far The World of Minecraft: A Digital Playground Enter the enchanting realm of Minecraft, where creativity knows no bounds and adventures await at every turn. With its pixelated landscapes and endless possibilities, this sandbox game has captured the hearts of millions worldwide. Exploring Minecraft Shaders One of the most captivating aspects of Minecraft is the ability to enhance its visuals with shaders. These modifications add stunning lighting effects, realistic shadows, and vibrant textures to the game, elevating the player’s immersive experience. Immersive Gameplay with Minecraft Memes As players delve into the world of Minecraft, they often encounter humorous and relatable… Read More

  • 100th Video Milestone: Roblox Death Ball Thrills All!

    100th Video Milestone: Roblox Death Ball Thrills All! In the world of Roblox, Death Ball is the game, Where players compete, aiming for fame. With Brother Ian and Ethan leading the way, Their 100th video, a milestone to display. Subscribe to their channel, filled with gaming delight, Minecraft, BTD6, and more in their sight. Join the fun, join the crew, For gaming adventures, they’ll guide you through. So give them a like, a comment, a share, Support their journey, show them you care. Brother Ian and Ethan, here to stay, In the world of gaming, they’ll pave the way. Read More

  • Crafted Chaos: 1.5 Years, 1 Epic Map

    Crafted Chaos: 1.5 Years, 1 Epic Map In the world of Minecraft, where creativity thrives, I spent 1.5 years crafting these islands, oh how time flies. With dedication and passion, I built this map, Every block, every detail, a labor of love, no gap. Join me on this journey, as I unveil the creation, Each island, each structure, a new revelation. Support me on Patreon, if you feel so inclined, To continue this project, with your help combined. So come along, let’s explore this world so vast, In Minecraft we trust, our adventures will last. Stay tuned for more tutorials, in-depth and true, As we dive… Read More

  • Crafty Tub Game: Mine for Fun in HD!

    Crafty Tub Game: Mine for Fun in HD! In the world of Minecraft, where blocks reign supreme, Creativity thrives, like a never-ending dream. Build, explore, survive, in a world so vast, With friends by your side, the adventure will last. Join Tub Game Center, where the fun never ends, With updates and news, from your favorite friends. Craft your own story, in this pixelated land, With Tubby and Txbby, lending a helping hand. So leap into the verse, with rhymes that ignite, And let your imagination take flight. In Minecraft’s world, where anything goes, Let your creativity bloom, like a beautiful rose. Read More

  • Silo Shuffle: JaredH4’s EP2 Minecraft Mischief

    Silo Shuffle: JaredH4's EP2 Minecraft Mischief In the world of Minecraft, JaredH4 reigns supreme, Crafting and building, fulfilling his dream. In this episode, a silo takes shape, With timelapse footage, no need to escape. The path is laid, the blocks align, Every detail, every design. Shorter than expected, but still a delight, Next episode promises, a longer flight. Curseforge, Modrinth, and PlanetMinecraft too, Links to explore, for a Minecraft crew. Seed number shared, for a world to explore, Vanilla Tweaks and Crafting Tweaks, for even more. No world download yet, the series just begun, But stay tuned for more, for more Minecraft fun. Modpacks and… Read More

  • 🏴‍☠️ Build EPIC Spanish Galleon in Minecraft

    🏴‍☠️ Build EPIC Spanish Galleon in MinecraftVideo Information This video, titled ‘🏴‍☠️ Minecraft – Spanish Galleon Build’, was uploaded by AkaLxndon on 2024-01-13 11:03:53. It has garnered 1761 views and 37 likes. The duration of the video is 00:01:01 or 61 seconds. #Minecraft #PiratesOfTheCaribbean #Gaming Welcome friends to the first major Minecraft project I have produced in YEARS. Taking well over 6 hours to make in Minecraft, this piratey themed Spanish Galleon is definitely one of my best Minecraft Pirate Ship Builds yet! The best part? I completely winged this. None of it was planned, not even me getting on Minecraft to begin with. Loosely based… Read More

  • Vinland SMP – SMP RolePlaying

    𝙑𝙞𝙣𝙡𝙖𝙣𝙙𝙎𝙈𝙋 Fresh start Support 24/7 uptime Java & Bedrock edition Custom bi-weekly events Server lore Dynmap Whitelisted 16+ In-Game Features Shoping district & player-driven economy Enhanced terrain generation Custom bosses Custom items and much more! How to join Join our Discord server Read More

  • PixelPeak

    We are PixelPeak Network, a new and growing network, we have our main modality, Towny Earth, a towny/cities modality, but with the map of the earth. Read More

  • Minecraft Memes – Spicy Minecraft Memes #24

    Minecraft Memes - Spicy Minecraft Memes #24Why did the Creeper join the math club? Because it wanted to improve its EXPLODING skills! Read More

  • Love Blooms in Minecraft School: Part 4

    Love Blooms in Minecraft School: Part 4 In the Minecraft world, love and drama unfold, With characters bold, their stories untold. From basketball games to shy confessions, Friendships and romances, in all directions. Paws, the handsome one, catches everyone’s eye, But his heart belongs to someone, oh my! With kisses and love, emotions run high, In this Minecraft tale, where feelings can’t lie. So join the adventure, in this animated show, Where love and friendship, in Minecraft, grow. With twists and turns, and surprises galore, This story of love, we can’t ignore. Read More

  • Herobrine vs Dream: Spicy Minecraft Karma! 🔥

    Herobrine vs Dream: Spicy Minecraft Karma! 🔥 Herobrine thought he could outsmart Dream in Minecraft, but little did he know that karma works faster than a creeper explosion in this game! #instantkarma #minecraftmishaps Read More

  • Minecraft Animation: Ping Pong Shenanigans

    Minecraft Animation: Ping Pong Shenanigans Minecraft Ping Pong Animation: A Fun Twist in the Minecraft Universe Exploring the vast world of Minecraft always brings surprises, and the latest trend of Minecraft animations adds a whole new dimension to the game. One such unique creation is the Ping Pong animation by bagasgg50yt, a talented Minecraft animator. Engaging Gameplay The Ping Pong animation showcases a friendly game of ping pong between two Minecraft characters. The animation captures the essence of the game, complete with the back-and-forth rallies and competitive spirit. It’s a refreshing take on the traditional Minecraft gameplay, adding a fun and light-hearted element to… Read More

  • Join Minewind: Where Crazy Builds Come to Life!

    Join Minewind: Where Crazy Builds Come to Life! Welcome, Minecraft enthusiasts! Are you ready to take your building skills to the next level? If you’re looking to enhance your structures and create jaw-dropping landscapes, then you need to join Minewind Minecraft Server. With a vibrant community of creative players and a variety of innovative building techniques, secret tricks, and creative strategies, Minewind will inspire and transform the way you approach building in Minecraft. Imagine exploring hidden passages, collaborating on epic builds, and showcasing your unique designs to a supportive gaming community. Whether you’re a seasoned architect or a beginner looking to learn and grow, Minewind is the… Read More

  • Minecraft’s Sneaky Ghost Secrets

    Minecraft's Sneaky Ghost Secrets The Spooky World of Minecraft Ghosts Did you know that ghosts in Minecraft are not your average spooky specters? These ethereal beings have some unique characteristics that set them apart from other mobs in the game. Let’s delve into the fascinating world of Minecraft ghosts and uncover some interesting facts about these elusive creatures. Speedy Spirits Ghosts in Minecraft are known for their incredible speed, making them the fastest mobs in the game (excluding bosses like the end dragon and the wither). These spectral beings can travel at an impressive speed of 20.83 blocks per second, making them a… Read More

  • Unbelievable Minecraft Enchanting Room Mini Build! #shorts

    Unbelievable Minecraft Enchanting Room Mini Build! #shortsVideo Information This video, titled ‘Automatic Enchanting Room in Minecraft! #shorts’, was uploaded by Mine Magic on 2024-04-26 03:20:05. It has garnered 589 views and 16 likes. The duration of the video is 00:00:49 or 49 seconds. #Minecraft #MinecraftBuilds #minecrafttutorial Read More

  • Minecraft Maverick: CoreX Live!

    Minecraft Maverick: CoreX Live!Video Information right if anyone’s here say hi right oh shoot I can hear myself turn the off real quick right what’s up guys in it for a another stream what’s up anyone here anyone here uh this W is kind of annoying not going to lie I’m just chilling right now okay great to know that chat integration thing whever it is is not working so I’m just going to look at the stream chat hello gamer Bry what’s up I’m just minding some deep slate for my shop refill it you know what’s up the ceiling so true… Read More

  • Unbelievable Minecraft Transformation: Luxurious Mahir Goes Sigma Ironman! #viral

    Unbelievable Minecraft Transformation: Luxurious Mahir Goes Sigma Ironman! #viralVideo Information This video, titled ‘Minecraft Sigma Edit | Minecraft Ironman Edit | #shorts #minecraftshorts#viral’, was uploaded by Luxurious Mahir on 2024-04-09 18:00:07. It has garnered 44 views and 1 likes. The duration of the video is 00:00:31 or 31 seconds. Minecraft Sigma Edit | Minecraft Ironman Edit | #shorts #minecraftshorts#viral minecraft 1.8 pvp,minecraft hardcore,sapnap,minemanner,sharpness,minecraft 1.19 pvp,hypixel,clownpierce,minecraft,minecraft smp,conexion,minecraft pvp,#shorts,minecraft pvp guide,pot pvp,1.19 pvp,minecraft 1.9 pvp,minecraft pvp tutorial,minecraft but,pvp legacy,pvp tutorial,crystal pvp,lifesteal smp,sharpness pack,smp,donutsmp,minecraft 1.19,serb-craft,how to pvp in minecraft,minecraft pvp tips,combos,mc pvp,pvplegacy,minecraft shorts,donut smp,minecraft 1.18, @SenpaiSpider @PSD1GamingShorts @YesSmartyPie @TechnoGamerzOfficial @DarkwebGamer @GamerFleet Read More

  • Pro Gamer Hacks: Ultimate Java & Bedrock Server Guide! #1milLikes

    Pro Gamer Hacks: Ultimate Java & Bedrock Server Guide! #1milLikesVideo Information है गुमरा हों का रास्ता मुस्काने झूटी है पहचाने झूटी है रंगीन है छाई फिर भी है तन्हाई कल इन्ही गलियों में इन मसली कलियों में तो ये धूम थी जो रूह प्यासी y This video, titled ‘How to create Java plus bedrock server (part 2) #1millionlikes #minecraft @rjdreamers’, was uploaded by NOOB CLASHER on 2024-01-08 16:45:00. It has garnered 57 views and 9 likes. The duration of the video is 00:00:31 or 31 seconds. 🙏 Seeking your support! If you find value in our content, consider contributing to the channel’s growth. Donations are greatly appreciated! 💰 **Donate:**… Read More

  • Insane Minecraft Build: COMPUTER STORAGE!

    Insane Minecraft Build: COMPUTER STORAGE!Video Information last time at the spell Corp industrial complex we built this massive warehouse and we filled it up with drawers and forklifts with the intention of cleaning up this mess all right so today we’re going to be looking at moving some of this stuff out of here and getting it in the warehouse and we’re also going to be looking at getting an applied energistics system set up so that we can start digitizing all of this extra stuff because there’s a lot here first thing we have to tackle then is this Quest line here for… Read More

  • “HACKED! SOUL SEND PORTAL in MINECRAFT!! 😱🔥” #CLICKBAIT

    "HACKED! SOUL SEND PORTAL in MINECRAFT!! 😱🔥" #CLICKBAITVideo Information [Music] he he This video, titled ‘SOUL SEND PORTAL IN MINECRAFT VIRAL TIK TOK HACK #MINECRAFT #SHORTS #VIRAL #TRENDING #GAMING’, was uploaded by Kunal gaming on 2024-03-28 14:45:22. It has garnered 11295 views and 222 likes. The duration of the video is 00:00:37 or 37 seconds. SOUL SEND PORTAL IN MINECRAFT VIRAL TIK TOK HACK #MINECRAFT #SHORTS #VIRAL #TRENDING #GAMING GAMING #TREND #minecraftlive #music #new #newsong #null #newvideo #nocopyrightmusic #best #viralvideo #vlog #videos #comment #xbox #like #livestream #live #life #herobrine #herobrinesmp #hindi #highlights #happy #gameplay #games #gaming #gamingvideos #gyangaming #daku #dakusong #dj #dog #subscribe #share #shorts #short #shortvideo… Read More

  • INSANE Fire Planet Build – EPIC Minecraft Challenge!

    INSANE Fire Planet Build - EPIC Minecraft Challenge!Video Information This video, titled ‘Minecraft building challenge 3’, was uploaded by Fire planet on 2024-02-24 19:17:27. It has garnered 3 views and 1 likes. The duration of the video is 00:28:25 or 1705 seconds. Read More

  • Minecraft Magic: Building Super Nintendo World LIVE

    Minecraft Magic: Building Super Nintendo World LIVEVideo Information This video, titled ‘Let’s Build Super Nintendo World Universal Studios Japan (Minecraft Time-Lapse)’, was uploaded by yosi_game on 2024-01-06 15:00:19. It has garnered 551 views and 11 likes. The duration of the video is 00:06:11 or 371 seconds. Today I’ll Build Super Nintendo World Japan Thanks for watching, Don’t forget to like and subscribe! #supernintendoworld #universalstudios #universalstudiosjapan #themepark #minecraft #minecraftbuild #lets_build #time_lapse #gameplay Read More

  • “Gaming Gone Wild: Bees Attack Steve & Alex in Minecraft Village!” #clickbait

    "Gaming Gone Wild: Bees Attack Steve & Alex in Minecraft Village!" #clickbaitVideo Information This video, titled ‘BEES FIGHT steve and alex village ( episode-1 ) #shorts #minecraft’, was uploaded by The bsStar 24 on 2024-01-14 04:19:00. It has garnered views and [vid_likes] likes. The duration of the video is or seconds. BEES FIGHT steve and alex village ( episode-1 ) #shorts #minecraft create by … Read More

  • Life in the Village 3 Modded

    Welcome to Our Friendly Community! Are you looking for a pack centered around town-building with NPCs and a welcoming community? Or do you want to escape reality and immerse yourself in a safe space? Join us! Server Info Available commands: /rtp, /tpa, /back, /home and more Lag-free experience, 20 tps when server is full (12 slots) Claims (Minecolones and OPAC), Teams, Quests, Economics Forceload enabled for all colony chunks IP: omrs.servegame.com (Not pre-added server!) Pack Features 🏘️ Manage (Colonies, backpacks, storage organization, new villager professions) 🧱 Building (decorative blocks, furniture, roofs, windows and additions) 🏭 Technology (immersive machines for basic… Read More

  • 🔥DEOWorld Network – Survival, Factions, Prison, Creative and MORE!🔥

    Amazing new server network created for the live streamer BruceDropEmOff (https://kick.com/brucedropemoff) with tons of games and minigames!GAMES:FactionsPrisonSkyblockSurvivalCreativeRedstonePvPSkyPvPJunior LifestealBedwarsSkywarsSurvival GamesBuild BattleMurder MysteryArcade (Tons of small random Minigames)Join our discord @ https://discord.gg/2dTVf5t2dmCheck out our server’s store @ https://store.deoworld.net Read More

  • Minecraft Memes – RETURN THE DIAMONDS

    Why did the creeper break up with his girlfriend? Because she couldn’t handle his explosive personality! Read More

  • Love Blooms in Minecraft School: Part 5

    Love Blooms in Minecraft School: Part 5 In the Minecraft world, love and drama unfold, With animations that are bold and stories untold. Join the channel for perks, a community to find, With artwork that’s divine and a creative mind. The characters in the story, emotions run deep, With twists and turns that make you leap. But amidst the chaos, a love story shines bright, With moments of joy and moments of fright. The narrator’s voice, sharp and keen, Describing each scene with a storytelling sheen. Emojis and rhymes, playful and light, Bringing Minecraft news to new heights. So dive into the verse, no need for… Read More

  • “Hot debate: Best ore portal in Minecraft?” #shorts #meme #memes

    "Hot debate: Best ore portal in Minecraft?" #shorts #meme #memes The best ore portal in Minecraft is definitely the one that leads straight to a room full of diamonds and never-ending cake! But good luck finding that one! #MinecraftGoals #OrePortalDreams Read More

  • Homeless in Minecraft: Where to Rest? All Mods 9

    Homeless in Minecraft: Where to Rest? All Mods 9 Minecraft Adventures in All the Mods 9 Welcome to the exciting world of Minecraft, where every block holds a new adventure. Today, we delve into the realm of All the Mods 9, a modpack with over 400 mods to explore. But what sets this pack apart is the inclusion of the beloved Create mod, offering endless possibilities for creativity and innovation. Questing Through a Rich World As you embark on your journey in All the Mods 9, you’ll encounter vast biomes teeming with resources and challenges. The game is structured around quests, guiding you through a storyline that culminates… Read More

  • Join Minewind Server for the Ultimate Minecraft Building Experience!

    Join Minewind Server for the Ultimate Minecraft Building Experience! Are you a fan of Minecraft and looking for a new server to join? Look no further than Minewind! With an exciting and dynamic gameplay experience, Minewind offers a unique twist on the classic Minecraft experience. Join a community of like-minded players and embark on epic adventures together. Whether you’re a seasoned builder or just starting out, there’s something for everyone on Minewind. Explore vast landscapes, build incredible structures, and engage in thrilling PvP battles. The possibilities are endless on Minewind. So why wait? Join us today at YT.MINEWIND.NET and start your next Minecraft adventure! See you in the… Read More

  • Sneaky ASMR Skywars with Red Switches

    Sneaky ASMR Skywars with Red Switches Welcome to BitFusionSA: Your Oasis of Relaxation in the Digital Universe 🌟 BitFusionSA invites you to immerse yourself in a unique ASMR Minecraft Skywars experience, where serenity merges with the excitement of exploring the pixelated skies. Let yourself be enveloped by the harmonious symphony of red switches as we navigate this virtual world, where each click and movement takes you to a state of deep peace and well-being. Exploring a Landscape of Calm and Relaxation 🌌 Imagine exploring a landscape where stress disappears, and only space is left for calm and relaxation. BitFusionSA is dedicated to offering you moments… Read More

  • INSANE RUBY FARMING IN MINECRAFT SKYBLOCK!!!

    INSANE RUBY FARMING IN MINECRAFT SKYBLOCK!!!Video Information all right guys before this episode starts I just wanted to mention that we are going to be doing a giveaway on this video I completely forgot to open up the brand new crates in this episode but we’re going to be giving away three brand new loot boxes so if you guys want to enter in that just comment your IG down below and again it’s going to be three of the brand new fantasy loot boxes that just dropped again I forgot to open them in this episode but we will be opening them in the… Read More

  • Nova Rates My Skills, Must Watch!

    Nova Rates My Skills, Must Watch!Video Information This video, titled ‘Rate My Skills…#minecraft #shorts’, was uploaded by Nova on 2024-04-04 15:10:00. It has garnered 11821 views and 370 likes. The duration of the video is 00:00:32 or 32 seconds. SKILL ISSUE??? #2sayt #trainerdario #shorts #bedwars _______________________________________________________________________ #minecraft #minemenclub #hypixelbedwars #bedwars #minecraftpvp #hypixelbridge #minecraftbedwars #hypixelskyblock _________________________________________________________________________ (dont read) Tags: lunar client, badlion client, forge, 1.7.10 forge, 1.8.9 forge, hack download, vape.gg, vape download, vape v4, vapev4, vape v4 crack, vape cracked, vape free download, vape lite, vape lite cracked, free vape crack, minecraft, minecraft pvp, pvp, 1.7.10, fps boost, fps boost 2020, fps boost 2021, hypixel,… Read More

  • XRose – The Incredible Journey from Rags to Riches

    XRose - The Incredible Journey from Rags to RichesVideo Information This video, titled ‘OD PRAWIE ZERA DO MILJONERA’, was uploaded by XRose on 2024-02-12 20:24:30. It has garnered views and [vid_likes] likes. The duration of the video is or seconds. DISCORD #minecraft #youtube #elonmusk NASZ DISCORD : / discord https://discord.gg/SUUpdztSj7 ❤️ If you are new… Read More

  • Ultimate Relaxing Minecraft Parkour Compilation – Pixel Art Galore!

    Ultimate Relaxing Minecraft Parkour Compilation - Pixel Art Galore!Video Information [Applause] [Music] [Music] n [Music] he [Music] [Music] [Music] n stranded in the open Dy out tears of Sorrow lacking all emotion staring down the barel waiting for the final gates to open to a new tomorrow moving with the motion following the light that sets me [Music] free [Music] a [Music] [Music] yeah [Music] [Music] he [Music] [Music] hey stranded in the open dried out tears of Sorrow lacking all emotion staring down the Barrow waiting for the final gates to open to a new tomorrow moving with the motion foll the light [Music] that [Music] n… Read More

[Minecraft Computer Engineering] – Quad-Core Redstone Computer v5.0 [12k sub special!]