@@Choubidou197 That isn't very helpful. Imo it's just so inefficient to start with high level design using boolean logic, translate that to gates, and then build that with redstone. Also, things like 4x4 vault doors or flying machines are not easily represented by a truth table. We can afford to do inefficient things like make transistors out of semiconductors, gates out of transistors, have some layer of hardware process that enables basic functions, make assembly language using these basic functions, have system calls that perform more general functions, have an os to manage those functions separate kernel and user space and generally provide some security, then have programs with very nice interfaces that take in very readable code because the transistors are so fast. This doesn't at all work in mine craft because if every transistor has a response time of 1/20 second or something, we are sort of fked. We sort of need very clever designs that are built on basically nothing.
I love how the last machine uses a flying machine that flies off after its delivered the materials. Flying machine: "My job is done here. Now then, my people need me, I must go!"
I’m gonna tell you a secret: youtubers are almost never the best in the world at what they make their videos about because they also have to spend time learning how to produce a good video.
It's also funny that his mustache grew back! Seriously, did no one saw this except me? I guess removing diorite was kind of a medicament for mumbo. Oh and great video by the way...
I finally managed to make a 3x3 piston door without a tutorial the other day... it was absolutely enormous, and it had 2 seperate circuits for the opening and the closing using an observer moving back and forth to power two different lines, but I was still proud of myself. Then these jerks build a self-building 4x4 that's not much bigger lol
it took me so many time and thinking to build my FIRST 3x3 piston door, that was a few days ago, and now i see a self building 3x3 door that is smaller than mine, i have so much things to learn and improve
RhuanNoober just put some pistons and dust and repeaters here and there, prey to the rain gods, and sacrifice your firstborn you’re all done! :D Edit: this is for Kyle
I'm the one who built it. Hmm that's a good idea, but where would the used machines go? Would they have to be torn down when they got to the destination and inputted back to the machine? Also, I think it would be simpler (since they're already 2 way flying machines) to just have a calling system where you can call a flying machine from the other side. But I think chunk loading is a but advanced for Mumbo.
These aren't self building machines. These are purpose built complex manufacturing machines. A true self building machine would build a replica of itself that in turn could build a replica of itself and so on. Now there's your next challenge
Yeah, I thought his terminology was a bit strange for that, but I just built what I assumed he meant. Also, he did say "a redstone machine that builds a redstone machine." Just the title he made us put was a bit questionable.
Actually with command blocks it would be fairly simple, just have an always active repeating command block clone itself one block away. Unless cloning causes it to not get updated for some reason of course.
you have an amazing community on this channel mumbo. don’t fool yourself by thinking this channel is not special :-) I’m just giving credit where credit is due.
Great vid Mumbo! I really think you should do more of these kinds of videos, where you ask your fans to build redstone contraptions and then you showcase them!
Eventually, people will build a self building machine, which builds a machine, which builds a machine, which builds a machine, which builds a working Mumbo Jumbo, which builds a 64x64 redstone door with honey blocks, and takes 0.2747193830183 hours.
I forgot about this challenge! I could've done it.. You said "It's hard to create something in minecraft that will create another Redstone contraption." (Or something similar) I was going to build a gigantic Redstone machine (idk if I would've actually made it work, but I've done similar things before) and them a gigantic Mumbo placing the last bit of redstone. After all, it's a machine creating a machine....right?
R2bEEaton I feel like we could do a collab at some point! Here's an invite link to my group: discord.gg/6vcdK From there you will be able to add me to friends.
This video is like taking a glimpse over the threshold of eternity. Realising there are dark fathoms of the redstone community infinitely more complex than you could possibly imagine. To realize mumbo is by far not the best redstoner is to cling to the depths of the iceberg, confident in your obscurity, only to look down and realize you're standing on the tip of a void-black woman iceberg that extends for countless miles below what you previously thought was the lowest point of the universe.
*Walks into an open tunnel* *Suddenly 4 by 4 vault doors build themselves out of the walls.* *Mumbo's video over a speaker plays.* Would you like to play a game?
Roses are red, Violets are blue, But roses can also be white, and violets should be purple. Roses are red, Violets are red, my garden is on fire. Roses are dead, Violets are dead, I am a bad gardener.
Come on keep being the best you tuber ever you da best keep on chugging and giving me lots of ideas. Oh a pun is when there’s redstone trouble you know who to call MUMBO JUMBO any Americans know that
The person who built the second contraption can probably build a missile making factory just like cubehamster did. Maybe not a very large scale contraption but he can try. The creator of the second contraption-- If you are reading this comment and you feel like you could build one missile making factory(or machine)then please build it and submit it to Mumbo. Who knows he may feature it in one of his videos.
Gotta be honest: I came expecting Von Neumann machines. There were no Von Neumann machines. I can't help but be a bit disappointed. Though in all fairness, a true Von Neumann machine is probably impossible in vanilla Minecraft. A Von Neumann machine is a machine whose main function is to construct a complete copy of itself. The copy would then activate and construct another copy, which would activate and construct yet another copy, and so on, indefinitely. Naturally, you would not get an *infinite* number of machines; each machine takes some materials, and you don't have infinite materials. But each new machine would at least build a copy of itself if it had enough materials to build a copy. (Also note: Each machine is only required to attempt to build one copy of itself. It does not have to keep building copies once the first is finished. But it may, if it wishes.) My gut says vanilla Minecraft cannot do this. It might be possible with mods. (Especially if you make a Von Neumann block that just places a copy of itself once placed. That's borderline cheating though.)
Viewers: make a self building contraption
Mumbo: no u
viewers:🔃
Old School RuneScape
I choked on my potato chips ya bum
Make a self building contraption that builds a self building contraption that builds a self building contraption and so on and so forth
Reverse uno card take this
I've studied electrical engineering and logic for a while. Redstone still confuses me
Because it really isn't electrical or logical ,it redstone
@@wolfsden6479 it IS logical.
AlexINF not in the same way as it is in real life, it is it’s own type of logic.
@@wolfsden6479 It can help with Boolean logic. And/Nor and all the gates are binary logic.
@@Choubidou197 That isn't very helpful. Imo it's just so inefficient to start with high level design using boolean logic, translate that to gates, and then build that with redstone. Also, things like 4x4 vault doors or flying machines are not easily represented by a truth table.
We can afford to do inefficient things like make transistors out of semiconductors, gates out of transistors, have some layer of hardware process that enables basic functions, make assembly language using these basic functions, have system calls that perform more general functions, have an os to manage those functions separate kernel and user space and generally provide some security, then have programs with very nice interfaces that take in very readable code because the transistors are so fast.
This doesn't at all work in mine craft because if every transistor has a response time of 1/20 second or something, we are sort of fked. We sort of need very clever designs that are built on basically nothing.
It’s so sad not to hear that amazing intro music. Thanks Warner.
@KhakiPeach67 Warner Chappel Copyrighted all of his videos and removed his intro
@@MersonEdits Yeah, that was a fuckin asshole move to do that
I liked the old intro
Copyright is a bitch when a company just decides to take away such an iconic intro/outro (pyrocynical)
Aydan Metsch HermitCraft season 4 episode 86 if you ever feel sad.
F
I love how the last machine uses a flying machine that flies off after its delivered the materials.
Flying machine: "My job is done here. Now then, my people need me, I must go!"
Until it reaches the block limit and can't go any farther up into the sky
@@Damariobros Thats where its people are.
"Change the world. My final message. Good bye."
country roads
machine AWAY!!!!!!!
MAKE A FLYING MACHINE THAT MAKES FLYIMG MACHINES
wow.that cool
No make a term that eats terds
Like a heli-carrier
An aircraft carrier?
@@trentlabelle7916 they don't make planes they launch and land them
that moment when your proud that you can make a 3×3, but people are making 4×4 doors that literally build themselves.
NRG Authentik I can only make a 2 by 2 😢
@@alexz9912 can you make a vertical double piston extender, cuz if so then you can make 3×3. I believe in u
NRG Authentik no
@@alexz9912 oh...
Yeah well try doing something in bedrock edition, sometimes things works and sometimes they go "nah man not really in the mood"
And I am proud of myself when I open a door using a lever
Jez Eugene same here dude
It's a great start. It'll only be a few more days. Practice.
TCarrot Gaming he’s joking -_-
Yes, Jar Jar Binks. I respond to jokes with jokes.
Jar Jar Binks he's joking -_-
mumbo: "i'm so proud of this 4x4 vault door it took so long to build!"
opisek: hold my beer
Stubborn stingy: ecause me coming thought
Hahahahahahahahahahahahahhahahahahahahahahahahaahahahaha
wow
Funny
It sucks
Nub
i dont get it
i am probably to young to know
7:09 did they just build a functioning printer?
Angelina Hilton no but someone did make a printer In Minecraft
@@xeome5596 ilmango did it
@@valentinpy409 you replied the wrong comment///////// btw not only il mango did that, there are tons of people who did a printer
No
It's really easy to
Me: *makes dirt house*
Mumbo's viewers: *makes flying machine gun*
*flying carpet bomber*
both of these can be interpreted 2 ways
I have never made a dirt house. Even when I’m about to die... lol
The military: *We need your help*
Then you can also make a flying machine gun
If you think about it, a piston door is a self-building wall.
Nobody:
Mumbo: A self building self building Mumbo.
That’s not how the Nobody format works
The Overlander Yes. It is.
This is why you read the comments
3:31 hey do you maybe think you could alter it so it shoots functional missles?
Cubehamster do that yet
I prefer Adriel over than sans
No it would be impossible
Edit oh my fucking god does anyone know what sarcasm is
Maybe like a timed TNT dropper. That would be cool to see.
The NuggetBacon lmao
And introducing...
The father of skynet
Lol now I want a terminators mod
Dogdog.
lol
the moment you thought mumbo was the master
*DOUBT*
_x_
I’m gonna tell you a secret: youtubers are almost never the best in the world at what they make their videos about because they also have to spend time learning how to produce a good video.
And then honey blocks come in......
@@captainsnake8515 r/woooosh
Ridiculous but FUN 🤗
La légende elle-même
RedKill24 as for the self building flying machine contraption cubehamster has already made a self building missile factory. Go watch it
Tient un RedKill24 sauvage apparait !!!
RedKill24 oh! Mais qui voilà?
It's also funny that his mustache grew back! Seriously, did no one saw this except me? I guess removing diorite was kind of a medicament for mumbo. Oh and great video by the way...
1:21 It looks like the door is calibrating itself. That is super cool and a really nice touch.
Fans: You're breathtaking!
Mumbo: NO! YOU'RE BREATHTAKING!
TheEnderAnimations this is so underrated
WE’RE BOTH BREATHTAKING
_"Redstone is quite simple!"_
Redstone opened another field of mathematics
Ikr, simple my ass
It is very
Bad....................
-- Famous Last Words. 😂
I finally managed to make a 3x3 piston door without a tutorial the other day... it was absolutely enormous, and it had 2 seperate circuits for the opening and the closing using an observer moving back and forth to power two different lines, but I was still proud of myself.
Then these jerks build a self-building 4x4 that's not much bigger lol
Next day: self building self building 5x5 vault door
@@uaQt with a total mass of 4 blocks
I made a 3x3 so fast the update order of redstone components factors into where I can put the input.
Still can't fathom this stuff
Parker Lee so like with 0ticks?
I've actually built both 3x3 and 4x4 piston door in one day :p
"Self Building Flying Machine"
Conway's Game of Life in a nutshell
As a Life Enthusiast, I find that not exactly true.
Edit: www.conwaylife.com/forums/viewtopic.php?f=12&t=2703&p=95677#p95677
it took me so many time and thinking to build my FIRST 3x3 piston door, that was a few days ago, and now i see a self building 3x3 door that is smaller than mine, i have so much things to learn and improve
I don’t even now what a comparator is, and can someone tell me how to build a 2 by 2 piston door😐
RhuanNoober just put some pistons and dust and repeaters here and there, prey to the rain gods, and sacrifice your firstborn you’re all done! :D
Edit: this is for Kyle
Can you make a machine that self-builds my self confidence?
lol
Diamond Player I wish
Same
Please do
Mumbo better bring The second machine to area 51 we are gonna need it
You should use the self building flying machine contraption as a station and have networks of them for transportation on the hermitcraft server.
Because building them yourself would be harder...
I'm the one who built it. Hmm that's a good idea, but where would the used machines go? Would they have to be torn down when they got to the destination and inputted back to the machine? Also, I think it would be simpler (since they're already 2 way flying machines) to just have a calling system where you can call a flying machine from the other side. But I think chunk loading is a but advanced for Mumbo.
It was the best of the bunch by far. Once it's built you can then make flying vehicles quickly :)
Lol minecarts are way faster than pistons. And pistons are more expensive to make
These aren't self building machines.
These are purpose built complex manufacturing machines.
A true self building machine would build a replica of itself that in turn could build a replica of itself and so on.
Now there's your next challenge
Yeah, I thought his terminology was a bit strange for that, but I just built what I assumed he meant. Also, he did say "a redstone machine that builds a redstone machine." Just the title he made us put was a bit questionable.
even with command blocks this is really hard unless you have a flat world with redstone blocks...
Actually with command blocks it would be fairly simple, just have an always active repeating command block clone itself one block away. Unless cloning causes it to not get updated for some reason of course.
Have you seen Stargate SG1? This never ends well!
yea I nearly had a heart attack when I read the OP!! I was like noooooo
Lmao I would of put a double piston extender and say it self builds a single piston extender
How do u build an extender
What is an extender
@@scrublord3376 this is: th-cam.com/video/dQw4w9WgXcQ/w-d-xo.html
@@whiteblade798 here's how: th-cam.com/video/dQw4w9WgXcQ/w-d-xo.html
The Redundant Gamer bruh I think everyone knows that link
My favorite is the last one, that just has that part that just flies off into the sunset like “I must go, my people need me”
For those of you who watch the hermitcraft series, i forgot what mumbo’s mustache looked like.
Garion Playz i thought that i was the only one
Same
Wow
Same :-)
“I’m fairly certain I filled in all the holes”
-Mumbo Jumbo 2018 5:10
Mumbo sus?????
you have an amazing community on this channel mumbo.
don’t fool yourself by thinking this channel is not special :-)
I’m just giving credit where credit is due.
I agree
Totally agreed
I don't agree, If i get hate for this comment, then this is a bad community.
You are so beatiful.
OurTube - Beyblades n’ Animation tru
could turn the flying machine build into a missle launcher...
Cubehamster did that.
Self assembling missile launcher
When you can't figure out how to make a 4x4 piston door so you make a machine that builds a 4x4 piston door
👌
A 4x4 VAULT DOOR
Great vid Mumbo! I really think you should do more of these kinds of videos, where you ask your fans to build redstone contraptions and then you showcase them!
The second one was a minecraft version of aircraft assembly machine
Minecraft is reaching it's industrial age.
I love how all these GIANT AMAZING Redstone creations literally start with a push of a button 😂😂👌
When machines build redstone better than you...
humans need not apply
Eventually, people will build a self building machine, which builds a machine, which builds a machine, which builds a machine, which builds a working Mumbo Jumbo, which builds a 64x64 redstone door with honey blocks, and takes 0.2747193830183 hours.
Including future redstone components
episode on fixing your Hermit Craft builds for 1.13
Zippy2707 hermitcraft episode 5 isn't going to be update to 1.13. However, Hermitcraft Episode 6 is probably going to be 1.13
GTXGaSteR Episode?I think the word you are looking for is season!
dont correct me, I am not english
Dude English or Klingon IDC it is ok to correct someone he/she wasn't being nasty XD
I forgot about this challenge! I could've done it..
You said "It's hard to create something in minecraft that will create another Redstone contraption." (Or something similar)
I was going to build a gigantic Redstone machine (idk if I would've actually made it work, but I've done similar things before) and them a gigantic Mumbo placing the last bit of redstone. After all, it's a machine creating a machine....right?
maybe a useless machine? ;)
Crazy Potaut i will sub to u if u sub to me
Do it don’t just say it.
Do u want a trophy or what?
Gaming Why Is Your Picture A Dog If You're Called GamingKitten?
1990:there will be an flying car in the future
2018:*self building redatone contraption*
Honestly this red stone is more impressive.
@@defaulty-minecraftstuff5169 well we have this redstone
We don’t have flying cars
Seeing as how there were so many requests. . . I guess you could say there was a lot of. . .
BUILD UP!
Hunny, pumpkin, cupquak... NEVER DO THAT AGAIN...
LOL
Lolz
I couldn’t KETCHUP with my laughter
Ba dum tiss
When THE MUMBO couldnt build a self building machine I know there was no hope for me 😂
Mumbo couldnt build a self building machine, but someone could build a self building machine, that builds a self builsing machine, that builds mumbo
TheDiamondGamer Awesomeness LOL
Wtf is your profile pic?
I was VERY proud of my self when I used observer blocks
I didn’t even do that yet
Okay, the 2nd contraption should be used as a fully-automated flying machine warehouse. Just imagine, a fully-automated warehouse in Minecraft.
Clap clap clap clap...
Engineer 7 meme review
Clap clap clap clap clap clap clap clap clap clap clap clap clap clap clap clap clap clap clap clap clap clap clap clap clap
Insert lenny
( ͡° ͜ʖ ͡°)
3:36
Second Industrial Revolution Colourised
I thought I was good at redstone
But this video triggered me XD
A redstone contraption....
THAT MAKES A REDSTONE CONTRAPTION????????
That makes another redstone contraption
That makes another redstone contraption
That makes another redstone contraption
That makes another redstone contraption
That makes another redstone contraption
(How is this chain not broken yet)
Mumbo:This is Crazy Redstone WOW
Everyone:Imposseble.
Oil this is mad in2018
When you notice you have a water bucket in your inventory when your doing redstone
I PREDICT MUMBO MAKING AN APRIL FOOLS VIDEO 😂😂
When a genius engineer in real life understands physics and engineering but still doesn't know how to build a piston door
I think that self building 3x3 Piston Door is smaller than my first 3x3 Piston door lol
Slef building self building redstone contraption🤔🤔🤔
Edit: WHAT THE ACTUAL SHIT, THE MAD LAD MADE IT
*self
Mar 31, 2018: self building vault door
Now: Say sike right now
A contraption that builds another contraption that builds the first contraption...
contrapception.
Daniel van staden 😂
Daniel van staden then the first one has to be massive
Yep.
contraception?
100% Accu-RAT genius
Thanks for featuring me! :D
Same! Made my day!
Omg I exploded when I saw my contraption in there
SAME
R2bEEaton I feel like we could do a collab at some point!
Here's an invite link to my group: discord.gg/6vcdK
From there you will be able to add me to friends.
It expired or invalid. I think I got there to late
This video is like taking a glimpse over the threshold of eternity. Realising there are dark fathoms of the redstone community infinitely more complex than you could possibly imagine. To realize mumbo is by far not the best redstoner is to cling to the depths of the iceberg, confident in your obscurity, only to look down and realize you're standing on the tip of a void-black woman iceberg that extends for countless miles below what you previously thought was the lowest point of the universe.
Make an Easter egg that breaks and a chick comes out! Sry for my bad English. :)
Veikka Laukkanen good idea you are smart
Is that you unspeakable gaming
Hi brother
Tekvezar
I mean
7:32 you never applauded
)
Mumbo: It builds a flying machine!
Cubehamsters tnt missile building machine:Am i a joke to you?
I dare u to make:
Self building self building redstone contraption
Someone did that in the video
@@-Name-here- but not with self bulding self building. Its self building redstone contraption
donny bro yes it is dumbfuck
@@ShowMe7. nah stupid ass. He is talking about the video. Stupid 9 yrs
@@donnybro6536 there is a self building self building contraption in the video.
and today,he built an flying machine machine gun himself
Imagine rolling up to your homie's base and you have to wait for the door to roll up too
You are best mumbo jumbo!! ♥️
Amazing video mumbo jumbo :-)
:)
1:13 WOW YOU BLOWN UP MY MIND
You should build a missile factory, like the flying machine, but with tnt
th-cam.com/video/dYEOmBaSswo/w-d-xo.html
Now make another machine that makes this machine.
Yes, I'm a sadist.
me: makes basic flying machine
mumbo: "and that's how you make a walking town."
Me : makes a block move with a piston
me: searches spooky scary skeletons minecraft note blocks
youtube:
First one reminds me of Floweys entrance in undertake for some reason
Actually impressing Mumbo is a big accomplishment. Congrats to that vault opener creator.
8:00 automatic F1 pit-stop of the future
Imagine using honey blocks with these.
*Walks into an open tunnel*
*Suddenly 4 by 4 vault doors build themselves out of the walls.*
*Mumbo's video over a speaker plays.*
Would you like to play a game?
Redstone legends
Roses are red,
Violets are blue,
I think I love redstone,
How bout you?
si compandri
April Fools! april fools its not april fools
Roses are red
Violets are blue
I did a poo
So I hope you did too!
I love redstone
Roses are red,
Violets are blue,
But roses can also be white,
and violets should be purple.
Roses are red,
Violets are red,
my garden is on fire.
Roses are dead,
Violets are dead,
I am a bad gardener.
Always a classic of Redstone. You are a great Redstoner (or is it Redstone artist? Engineer? Either way, the sentiment stands)
“I used the redstone to create the redstone”
Great video mumbo
I know as a fact that you didn’t finish watching the video when you posted this comment.
Garion Plays there are moustaches, mumbo and self-buulding contraptions. Like mumbo has never ever uploaded a video that wasn't great.
3:02 makes it compact after 2 years
MAKE A FALLOUT 1/2/3/New Vegas/4 VAULT!!!! THAT WOULD BE LEGENDARY!!!
The self building vault door could be the entrance/exit
Come on keep being the best you tuber ever you da best keep on chugging and giving me lots of ideas.
Oh a pun is when there’s redstone trouble you know who to call MUMBO JUMBO any Americans know that
I’m a fool of myself
2:47 *Boeing engineers, take note.*
I dont care that I'm a year late this video just appeared in my recommended
Build i giant gun around the second one and make the trigger the activation device
5:59 What's next,a Self-Building Self-building Self-building machine?
The person who built the second contraption can probably build a missile making factory just like cubehamster did. Maybe not a very large scale contraption but he can try. The creator of the second contraption-- If you are reading this comment and you feel like you could build one missile making factory(or machine)then please build it and submit it to Mumbo. Who knows he may feature it in one of his videos.
Gotta be honest: I came expecting Von Neumann machines. There were no Von Neumann machines. I can't help but be a bit disappointed. Though in all fairness, a true Von Neumann machine is probably impossible in vanilla Minecraft.
A Von Neumann machine is a machine whose main function is to construct a complete copy of itself. The copy would then activate and construct another copy, which would activate and construct yet another copy, and so on, indefinitely. Naturally, you would not get an *infinite* number of machines; each machine takes some materials, and you don't have infinite materials. But each new machine would at least build a copy of itself if it had enough materials to build a copy. (Also note: Each machine is only required to attempt to build one copy of itself. It does not have to keep building copies once the first is finished. But it may, if it wishes.)
My gut says vanilla Minecraft cannot do this. It might be possible with mods. (Especially if you make a Von Neumann block that just places a copy of itself once placed. That's borderline cheating though.)
ok well I feel challenged
Watch ilmango do this with worldeaters.
Hi
Idea 1- Flying machine builder+Redstone missiles Idea 2- Redstone door, but you need to put in the right blocks
Now let’s make it all of these, flush, seamless and retractable self building red stone machine
If anybody says it’s impossible, it’s a joke
Clash With Demons you never know, people have made 100x100 piston doors
Waiting for april fools!
Clash Sokağı APRIL FOOOOOOOOOLS!!!!!!!!!!!!
Clash Sokağı ye
Clash Sokağı (Hint:It wasn't that good)
It's in two days (for you)
Mumbo:it's s-o easy to do a very secure 10x10 vault door!
Me:I can do this. I opend a door with a Redstone.
make an redstone scary elevator that kill you
Who are these witches?
Nikhil Mukraj mages who are headmaster of Hogwarts
I'm one of em and can confirm: me.
R2bEEaton dude loved your work.
thankyou!
Yes I don’t think I’m a witch
That was so amazing! Keep making more of these videos please!
Wow I thought I was good in red stone cause I know how to open a door with lever😂