Man, I was looking for something to put in my storage skyscraper so i coukd get between floors, and I wasn't expecting something of this quality. Nice job, you're very underrated.
Somebody say that tomco is a elivator wizerd.whos with me?.if there was the greatest bedrock elivator it will be tomcos really nice too meat you tomco for the best elivetor for bedrock yup
24:00 when i tried it, only half of my elevator went up. I think i’m gonna double check the video if I did anything wrong 😅 Edit: 3 attempts later, you didn’t properly copy the other mirror’s components in the video, it should be: Observer, Piston, A Gap, and Observer, Sticky Piston. What you did was: Observer, Piston, Observer, Sticky Piston and Slime. Also found out that the trapdoor was a very important so never take that off
I mirrored it right because it worked xd, the reason I placed slime at the end was because I removed some slime to be able to place the piston in the right place, but if I didn’t do it right it wouldn’t of worked.
@@TomcoTwo odd. Maybe it’s the edit cut and made me confused, but I eventually figured it out. Also may I add the concrete door seems to fail on me as one of the concrete block magically falls off and disapears jamming the elevator. I instead used Chiseled Deepslate and it worked much better. Anyway, thanks for the tutorial. The 20 minutes (+ pauses and actually doing it in my game) was definitely worth it.
This is exactly what I needed for my house. The house is a cliff side ultra mansion that somehow define gravity. It have 7 total floors (4 floors+2basements+dock) and it very huge and with this elevator I could get to the bottom to the top of the house in a couple seconds. Thanks for the tutorial. :)
If your elevator or part of it is bugged, make sure that no slime block comes into contact with any block except obsidian during ascent or descent. Edit: The problem is that the lectern cause a rolback when the book is modified and it destroys the machine.
Edit: Sorry in advance for the length of this comment, I am typing this at 2:00 in the morning, so I don't have a very sound mind right now... I need sleep 😅 This is a very ingenious design. I build a lot of elevators in Java edition, but I rarely play in Bedrock, so I never thought of the idea of having the lectern move with the flying machine, since you can't move tile entities in Java. Again I say this was ingenious because like you demonstrated, there is no wired connections between floors, since the value in the lectern is compared to the ROM at each individual floor. In Java, I need to run the input signals from each floor down a 15-wide wall (made with actual wall blocks) to send signals down to the "brains" of the system (this utilizes a 1.16 feature where walls can "stack," and observers can detect the block state change when a wall goes from flat to a column; this essentially can be used to send instant signals downwards, and bubble columns from soul sand + water can be used for instant upward signals). Anyway, not only do my input signals need to be ran down walls, the cabin location signals also need to run down a separate wall, so that the 2 values can be compared. The "brains" at the bottom then take the output of the 2 compared values, and either send a signal for up movement or down movement, based off the desired-current floor relation. Then, once the cabin is at the desired floor, the system stops the flying machine; there is much more nuance to this last part, as I can't do what you did with this design, since I cannot move the lectern in the cabin to constantly check if it's at the right floor. In my most recent design, the system uses a variable timer that ranges anywhere from 50gt to 700gt. Its input comes from the absolute value of the difference between the desired floor and the current floor that the cabin is on. This difference could be defined as the number of floors that the flying machine needs to travel. The timer is based off of a 50gt interval per floor, since the flying machine I use travels at 1 block per 10gt, and each floor is 5 blocks apart, so it takes 50gt to travel 1 floor. Once this timer finishes, it then sends the signal to stop the flying machine. Anyway, I've been talking too much about my own design, so I just want to finish with saying that this design is incredible. One critique I will add though, is that you do not need nearly as many comparators as you have; you only need 1 above and 1 below each individual floor module. You can plug the signals from the comparators into what I like to call signal strength "stasis" cells: they are basically memory cells that store the signal strength value indefinitely. All you need to do is have two comparators side by side, facing in the opposite direction of each other (not back to back, but side to side, so that the backs of the comparators are still accessible). Then, have both point into blocks, and put redstone dust next to each block, in-line with the comparators so that the dust feeds into the back of each comparator (this circuit looks extremely similar to a typical pulse extender, but each end is closed off with a block, which causes both ends to equalize at the same constant signal strength value, which means it will never decay and will remain indefinitely). This will create a signal strength memory unit, and the way to reset it is to either physically break the circuit by pushing one of the blocks with a piston, or to turn off one of the comparators by setting it to subtract mode and putting signal strength 15 into the side of it; I prefer the latter as it is silent, but either way works fine. With these memory units, there would be no need for all the excessive comparators that run all the way down the entire shaft. You would only need 1 above and 1 below each floor module, to check only at the floors. I hope this comment isn't too long. Keep up the good work. 👍
After watching further into the video I saw that you have a pulse extender to accommodate for the gap between each comparator. Obviously, this fixes the issue posed by all the comparators in the first place, so my suggestion about the signal strength memory unit is a bit redundant. However you can still experiment with it to see if it would work better or not
Uns dias atrás estava idealizando como seria um elevador para vários andares usando atril e acabei achando o seu vídeo onde essa ideia foi concretizada. Fico me perguntando se seria possível fazer um elevador desses na Java Edition. Parabéns pelo vídeo e pelo trabalho de desenvolver um elevador incrível desses.
Is there away to make it have a button like if u have other players and they have a home on a diff floor is there a way for the elevator to come to ur floor if it’s at an other?
I REALLY needed something better than slime launching for my underground laboratory. Thank you so much!!! By the way, can you think of any possible way, even if bulky and super technical, to have a return button for only one floor? I have a main floor where it would be nice to be able to call it to. Aka the top floor of the underground lab. Id try to figure that out myself , but its always hard for me to try and add things to other peoples work. Its always way more confusing
Is your main floor the very top or bottom floor? If not, then it is impossible with this design sorry, I originally wanted it to have one but I did explain in the video why it cant happen
Is your main floor the very top or bottom floor? If not, then it is impossible with this design sorry, I originally wanted it to have one but I did explain in the video why it cant happen
@TomcoTwo yeah I saw you said that , especially with the tip and bottom floor, I was just wondering if anyone pointed out any advancements. Or if you had ideas just unrealistically complex ones you haven't fully fleshed out as you considering them not even worth attempting. Regardless this is still amazing much respect for the work you did!
I have 3 floors, and for whatever reason, whenever it passes the 2nd floor, the elevator gets cut in half. Edit: i fixed the problem, but now it happens every time it goes down. Final edit: turns out a block was touching a slime block. I fixed it and everthing works now. Great tutorial!
@@TomcoTwo Thank You I built it and it somehow didn’t worked may be I was unable to place the observer to the right direction. I tried every diffèrent angle, watched the video clips more than 5 times, but still somehow I was not able to adjust the orientation correctly of the observer. Despite every other part of the video turned out great, but this single problem is what I am unable to solved. Can you help me with that of what issue I might be facing? Thanks for your reply once again! Looking forward to hearing from you!
This doesn't work for the latest version of bedrock, the red stones frequency just doesn't go far enough. Is there any way that I can get it to work in the latest update rite now?
Such a nice effort. I appreciate that. Actually my little 9 year old brother wants to build it and I really don't know anything about it. We are looking for a seven floor elevator in which 6th floor is covered with ice and the seventh floor is covered with water. I was curious if this elevator will work in all flours especially in ice and water filled floors in iphone?
@@TomcoTwo i build it in bedrock and it did not work :( it somehow does not want to stop in the right floor or the door is broken. Edit: i got it working i watched the vid again it was just cuz i set the books the same as the floor
at one part in the build the red stone gets weak and stop working, any solution? the piston and repeater dont work because the red sone doesnt get powered for some reason 11:53
Hi! I need your help. I just finished but when i was trying the elevator, when i try the 2nd floor, it didn't move, and then i click on the next page and only the right half starts moving, the left side of the elevator was just stuck, did you know what could be wrong?
Lmao I just found why it doesn't work. We just need to place a glazed terracota with a redstone dust next to the slime block which is just above the lowest observer. The left part didn't go up because the piston never activates. I wish I'm understandable because I'm french so tell me if you don't understand what I've said before.
@@henrycoasterfanaticAt 13:30 I've placed another redstone dust on a glazed teracotta on the left of the glazed teracotta that he place on the vidéo (on the direction of the comparator) idk if you understand
This is amazing. The only thing that is missing to make this elevator perfect would be a call system although I can’t even begin to imagine how to make that work
Hey when i did the middle layers thingy the pistons did not go up or do anything when i put it into 2 it only moves when i put in 3 is that sopposed to happen or not?
I did the whole thing but the car elevators won't go up the left moved 2 times and the right one moved more but got stuck when I hit floor 2 or 4. Is there a reason for a problem?
One question, on the top floor do you have to do one on top of the other? Because I didn't build the top floor on top of the other, then I wanted to add more floors but it doesn't work because it reaches the top last one and it goes straight through, but I even made a plan and placed the obsidian before the elevator arrived, But the elevator won't go down HELP PLEASE
@@TomcoTwo I'm talking about the elevator system, if the penultimate and last system you install has to be glued together, because you made it glued. (The system I mean That's what you did in the video You probably can't understand much because I'm using Google Translate on the keyboard because I'm from Brazil 🇧🇷
I noticed that a lot of comments are saying how to fix it, because a step is missed! Could you please edit the video and make it also clear with the structure blocks, because their is one cut moment, where you add blocks to match the 3 block height!
There isn’t any steps missed sorry, if you could send a timestamp to the part you’re talking about I’m happy to take a look at it. But the structure block thing is just a short cut and all I do is copy and paste the one I built. So I’m confused why you think I’m adding blocks
How do fix the elevator only splitting in half? How do I make both parts go up and down? Could you also please include a time stamp of which blocks prevent it from moving upwards? Thanks
All I did between 18.49 and 18.50 was load the structure block, I’ll admit I should of kept it in but it’s quite an old tutorial now. About the elevator splitting in half, there’s no like timestamp that focuses on it but it means somehting has been built wrong somewhere sorry
Can you write whatever you want on each page or does it have to only say the numbers? I want to write the numbers and label each floor for my realm I’m planning on building this on
Hello this elevator looks fantastic and is just want I want but in the version of mincraft that I play PS3 legacy edition + lectures are not a thing is there another way of doing this or will I simply have to just say I can’t build this? Thanks for any Help Matthew
Tomco I have a problem on the 2nd, 3rd, 4th and 5th floor inside the elevator at the lectern I select floor 3 until there everything goes up and everything goes well but when it reaches the 3rd floor it doesn't stop the elevator keeps going up endlessly until I stop it I don't stop going up and down the same. Tell me if there is a solution please and happy new year 2025
Just a working elevator😊😊😊 Goooood joooob😊😊😊😊😊 Me takes 10 min. To work continously without eating food or without drinking water😀😀😀perfectly worked. But very hard to make it. 🎉🎉 But i did.....,..... Thanks tomoco tow. Give the link of your world. Also why are you making this in air. Dont worry This worked. 😊😊😊thanksssssssss
I would like to build this movement with a lectern, but it's too complicated for me... isn't there an even more compact movement with the same technique?
Hey I love this build but for some reason it won’t stop on any floors? I’m putting this in a airport I’m building and it has 3 floors, the elevator moves but just passes the designated floor. Any suggestions help
@@TomcoTwo first off thank you for the help, im new to building so this has been very helpful. one question, have you, since posting this video, firgured out how to create an elevator with all these features but also add a call function? again thank you for the help too
I forgot to add the book when he did u til the end, everything is good if i dont add the book in the second lectern. How do i fix that so the elavator works? When i place in the book only the right side opens. I tested that side as he did and it worked yet when i add the book and take it away only the right side opens
Hi Tom I my name is Noah I make videos I subscribed to you’re channel I also make Minecraft videos and real life videos I love youre videos they are awsome
This Redstone build is just amazing But I have a question for some reason the Redstone torch at the second test out that you did when I change on my book to number two. It’s still lights up but when I change to number three or any number above it turns off. Is it going to cause any issues and if so, How do I fix that?
I made the build but on the lowest level the door mechanism opens on page one and page two and does not close until page 3. I am going to try again from the start but do you have any idea what caused this malfunction or which colour circuit I should troubleshoot? Thanks for the bedrock tutorials you're amazing!!
I built the elevator in my world but I really wanted a call function. So I've been trying to develop a mechanism for the last few days and I also managed it (unfortunately it only works in creative mode). I also have an idea to build it in survival mode.
Thank you so much Tomco I love your videos and your redstone because it helps me show off to my friends and also makes me stop raging at my terrible redstone skill. You are the best, thank you
I have rebuilt the top floor three times and for some reason I cannot get the left half of elevator to go back down and the right half stops before making it to the bottom floor and obsidian stoppers.
so the door closes but nothing happens any idea why? i built it exactly as shown pausing nearly 80 plus times to make sure i had it placed exactly as shown but it still won't do anything i'm on mobile so i'm wondering if that's why it wont work
Man, I was looking for something to put in my storage skyscraper so i coukd get between floors, and I wasn't expecting something of this quality. Nice job, you're very underrated.
Glad you like it :)
Does this work on xbox( not xbox 1 edition)
@@TomcoTwo link download mcworld?
Unfortunately my elevator just missed 2nd and 3rd floor 😔
Yes
This is the most useful redstone build i've ever seen. Keep up the good work!!
Somebody say that tomco is a elivator wizerd.whos with me?.if there was the greatest bedrock elivator it will be tomcos really nice too meat you tomco for the best elivetor for bedrock yup
@@janedough9577Thank you 😊
Every redstoner ever: "It's actually not that complicated" **Makes a whole computer with redstone**
You know its a good day when Tomco posted a new video🎉🎉
Let’s go!
0:00 Showcase
3:55 Start building
17:29 Rebuilding
24:00 when i tried it, only half of my elevator went up. I think i’m gonna double check the video if I did anything wrong 😅
Edit: 3 attempts later, you didn’t properly copy the other mirror’s components in the video, it should be:
Observer, Piston, A Gap, and Observer, Sticky Piston.
What you did was:
Observer, Piston, Observer, Sticky Piston and Slime.
Also found out that the trapdoor was a very important so never take that off
I mirrored it right because it worked xd, the reason I placed slime at the end was because I removed some slime to be able to place the piston in the right place, but if I didn’t do it right it wouldn’t of worked.
@@TomcoTwo odd. Maybe it’s the edit cut and made me confused, but I eventually figured it out.
Also may I add the concrete door seems to fail on me as one of the concrete block magically falls off and disapears jamming the elevator. I instead used Chiseled Deepslate and it worked much better.
Anyway, thanks for the tutorial. The 20 minutes (+ pauses and actually doing it in my game) was definitely worth it.
This is exactly what I needed for my house. The house is a cliff side ultra mansion that somehow define gravity. It have 7 total floors (4 floors+2basements+dock) and it very huge and with this elevator I could get to the bottom to the top of the house in a couple seconds. Thanks for the tutorial. :)
Seven?! What else do you other than a weapon/enchant room, living room, bedroom, toilet, roof and a basement???☠️☠️☠️
If your elevator or part of it is bugged, make sure that no slime block comes into contact with any block except obsidian during ascent or descent.
Edit: The problem is that the lectern cause a rolback when the book is modified and it destroys the machine.
Is it fixable
and thats fixable, right?
Please is it fixable
18:42 I need to make the space between floors as tight as this but I simply cannot do it the way you did. Is there a way I can get some extra help
He cut the footage of manually replacing the destroyed blocks of the redstone!
HOW ARE YOU SO SMART YOU ARE LITERALLY MUMBO JUMBO FOR BEDROCK!
Bro, Pulled Out A Whole Structure Block. This Guys Videos Are Actually The Best. All Of He Machines That He Makes Work.
this man needs more subscribers
Lol ty
Finally, something advanced
👏🏽👏🏽
🤓
Edit: Sorry in advance for the length of this comment, I am typing this at 2:00 in the morning, so I don't have a very sound mind right now... I need sleep 😅
This is a very ingenious design. I build a lot of elevators in Java edition, but I rarely play in Bedrock, so I never thought of the idea of having the lectern move with the flying machine, since you can't move tile entities in Java. Again I say this was ingenious because like you demonstrated, there is no wired connections between floors, since the value in the lectern is compared to the ROM at each individual floor. In Java, I need to run the input signals from each floor down a 15-wide wall (made with actual wall blocks) to send signals down to the "brains" of the system (this utilizes a 1.16 feature where walls can "stack," and observers can detect the block state change when a wall goes from flat to a column; this essentially can be used to send instant signals downwards, and bubble columns from soul sand + water can be used for instant upward signals).
Anyway, not only do my input signals need to be ran down walls, the cabin location signals also need to run down a separate wall, so that the 2 values can be compared. The "brains" at the bottom then take the output of the 2 compared values, and either send a signal for up movement or down movement, based off the desired-current floor relation. Then, once the cabin is at the desired floor, the system stops the flying machine; there is much more nuance to this last part, as I can't do what you did with this design, since I cannot move the lectern in the cabin to constantly check if it's at the right floor. In my most recent design, the system uses a variable timer that ranges anywhere from 50gt to 700gt. Its input comes from the absolute value of the difference between the desired floor and the current floor that the cabin is on. This difference could be defined as the number of floors that the flying machine needs to travel. The timer is based off of a 50gt interval per floor, since the flying machine I use travels at 1 block per 10gt, and each floor is 5 blocks apart, so it takes 50gt to travel 1 floor. Once this timer finishes, it then sends the signal to stop the flying machine.
Anyway, I've been talking too much about my own design, so I just want to finish with saying that this design is incredible. One critique I will add though, is that you do not need nearly as many comparators as you have; you only need 1 above and 1 below each individual floor module. You can plug the signals from the comparators into what I like to call signal strength "stasis" cells: they are basically memory cells that store the signal strength value indefinitely. All you need to do is have two comparators side by side, facing in the opposite direction of each other (not back to back, but side to side, so that the backs of the comparators are still accessible). Then, have both point into blocks, and put redstone dust next to each block, in-line with the comparators so that the dust feeds into the back of each comparator (this circuit looks extremely similar to a typical pulse extender, but each end is closed off with a block, which causes both ends to equalize at the same constant signal strength value, which means it will never decay and will remain indefinitely). This will create a signal strength memory unit, and the way to reset it is to either physically break the circuit by pushing one of the blocks with a piston, or to turn off one of the comparators by setting it to subtract mode and putting signal strength 15 into the side of it; I prefer the latter as it is silent, but either way works fine. With these memory units, there would be no need for all the excessive comparators that run all the way down the entire shaft. You would only need 1 above and 1 below each floor module, to check only at the floors. I hope this comment isn't too long. Keep up the good work. 👍
After watching further into the video I saw that you have a pulse extender to accommodate for the gap between each comparator. Obviously, this fixes the issue posed by all the comparators in the first place, so my suggestion about the signal strength memory unit is a bit redundant. However you can still experiment with it to see if it would work better or not
Thanks for this. this will be useful for my redstone house (also i used all ur redstone shenanigans so thanks)
Uns dias atrás estava idealizando como seria um elevador para vários andares usando atril e acabei achando o seu vídeo onde essa ideia foi concretizada. Fico me perguntando se seria possível fazer um elevador desses na Java Edition.
Parabéns pelo vídeo e pelo trabalho de desenvolver um elevador incrível desses.
Is there away to make it have a button like if u have other players and they have a home on a diff floor is there a way for the elevator to come to ur floor if it’s at an other?
This elevator can’t have a call function sorry
I REALLY needed something better than slime launching for my underground laboratory. Thank you so much!!!
By the way, can you think of any possible way, even if bulky and super technical, to have a return button for only one floor? I have a main floor where it would be nice to be able to call it to. Aka the top floor of the underground lab.
Id try to figure that out myself , but its always hard for me to try and add things to other peoples work. Its always way more confusing
Is your main floor the very top or bottom floor? If not, then it is impossible with this design sorry, I originally wanted it to have one but I did explain in the video why it cant happen
Is your main floor the very top or bottom floor? If not, then it is impossible with this design sorry, I originally wanted it to have one but I did explain in the video why it cant happen
@TomcoTwo yeah I saw you said that , especially with the tip and bottom floor, I was just wondering if anyone pointed out any advancements. Or if you had ideas just unrealistically complex ones you haven't fully fleshed out as you considering them not even worth attempting.
Regardless this is still amazing much respect for the work you did!
enjoy making videos bro, you are the real king of redstone, I'm sure this Chanel will grow rapidly, greetings from INDONESIA❤️
exactly what i needed for my skyscraper, thx man u r really underr8ed, new sub!
I have 3 floors, and for whatever reason, whenever it passes the 2nd floor, the elevator gets cut in half. Edit: i fixed the problem, but now it happens every time it goes down. Final edit: turns out a block was touching a slime block. I fixed it and everthing works now. Great tutorial!
How did you fix it im having trouble
It keeps splitting in half or half just stays and the other just goes 😊
So the space in between the things is the floor separation area?
@solar_fish5511 Can I make it high enough to be more than 9 blocks?
If i take the book out of the lantern do it break the machine?
I love it! And this helped so much to me to make my shopping.
Merci pour ce tuto d'une qualité exceptionnelle et très bien expliquée 😊. Que demander de plus?
Yes
@TomcoTwo The video was awesome! Will It work on iphone Minecraft 1.20? My little 9 year old brother wants to build it
yep
@@TomcoTwo Thank You I built it and it somehow didn’t worked may be I was unable to place the observer to the right direction. I tried every diffèrent angle, watched the video clips more than 5 times, but still somehow I was not able to adjust the orientation correctly of the observer. Despite every other part of the video turned out great, but this single problem is what I am unable to solved. Can you help me with that of what issue I might be facing? Thanks for your reply once again! Looking forward to hearing from you!
Noice, I'mma try recreating it in my underground bunker that reaches the deep dark(I'll tell if there's a problem)
Cool
This doesn't work for the latest version of bedrock, the red stones frequency just doesn't go far enough. Is there any way that I can get it to work in the latest update rite now?
It still works, nothing redstone related has changed in any update recently and I’m not Sure what you mean about the frequency sorry
Such a nice effort. I appreciate that. Actually my little 9 year old brother wants to build it and I really don't know anything about it. We are looking for a seven floor elevator in which 6th floor is covered with ice and the seventh floor is covered with water. I was curious if this elevator will work in all flours especially in ice and water filled floors in iphone?
I have a question. Right where the lectern is, why is that piston block moving? 0:26
I was really searching for a elevator to put into a new city project. Btw does it work in java
This probably won’t work in java sorry
@@TomcoTwo i build it in bedrock and it did not work :( it somehow does not want to stop in the right floor or the door is broken. Edit: i got it working i watched the vid again it was just cuz i set the books the same as the floor
at one part in the build the red stone gets weak and stop working, any solution? the piston and repeater dont work because the red sone doesnt get powered for some reason 11:53
Hi!
I need your help.
I just finished but when i was trying the elevator, when i try the 2nd floor, it didn't move, and then i click on the next page and only the right half starts moving, the left side of the elevator was just stuck, did you know what could be wrong?
I've the same problem. Did u find what was the problem ?
Lmao I just found why it doesn't work.
We just need to place a glazed terracota with a redstone dust next to the slime block which is just above the lowest observer. The left part didn't go up because the piston never activates. I wish I'm understandable because I'm french so tell me if you don't understand what I've said before.
@@gegefitdeskills7504I do not understand where to place the dust.
@@gegefitdeskills7504also a piston is covering up the place anyway
@@henrycoasterfanaticAt 13:30 I've placed another redstone dust on a glazed teracotta on the left of the glazed teracotta that he place on the vidéo (on the direction of the comparator) idk if you understand
Can i put oak planks? For the flying machine
Yea
It Really Really Work Bro. And I made it. Huge thanks for your elevator and I´m much appreciated it ❤
Glad you like it :)
I love your work. I’m not able to do anything and yours is the only thing that works for me so I love your work.
Thanks :)
This is amazing. The only thing that is missing to make this elevator perfect would be a call system although I can’t even begin to imagine how to make that work
Can you use structure block to copy the entire build even with the piston contraption?
No bc the elevator itself will get activate Right After pasting it in
What if you want a 4 block gap?
I’m having trouble putting the repeater on top of the piston 10:00
Hey when i did the middle layers thingy the pistons did not go up or do anything when i put it into 2 it only moves when i put in 3 is that sopposed to happen or not?
I did the whole thing but the car elevators won't go up the left moved 2 times and the right one moved more but got stuck when I hit floor 2 or 4. Is there a reason for a problem?
I had the same problem. I think the solution is that one of the honey blocks on the bottom is supposed to be slime, so changing that makes it work
@@darthcoffee6502 I would do the same thing for the top as well because I believe it will do the same as it goes up.
One question, on the top floor do you have to do one on top of the other? Because I didn't build the top floor on top of the other, then I wanted to add more floors but it doesn't work because it reaches the top last one and it goes straight through, but I even made a plan and placed the obsidian before the elevator arrived, But the elevator won't go down HELP PLEASE
I don’t get what you mean sorry, what do you mean on top of the other?
@@TomcoTwo I'm talking about the elevator system, if the penultimate and last system you install has to be glued together, because you made it glued. (The system I mean That's what you did in the video
You probably can't understand much because I'm using Google Translate on the keyboard because I'm from Brazil 🇧🇷
@@TomcoTwo broo help pleaseeee
Bro help 😭
omg ur so cool how did you make this
btw does it work for java?
It doesn’t work for java sorry
@@TomcoTwo awh alright ill just buy bedrock thanks!!
Does this work in java edition
No sorry
The best youtube posted something again
hi i just wanted to ask does this work on java
No sorry
@@TomcoTwooh ok thanks
Does it work on java?
It doesn’t sorry
are there elevators with a call function??
I noticed that a lot of comments are saying how to fix it, because a step is missed! Could you please edit the video and make it also clear with the structure blocks, because their is one cut moment, where you add blocks to match the 3 block height!
There isn’t any steps missed sorry, if you could send a timestamp to the part you’re talking about I’m happy to take a look at it. But the structure block thing is just a short cut and all I do is copy and paste the one I built. So I’m confused why you think I’m adding blocks
How do fix the elevator only splitting in half? How do I make both parts go up and down? Could you also please include a time stamp of which blocks prevent it from moving upwards? Thanks
18:49 Here is how I had it! Then 18:50 The redstone under the red wool block is there! Before it got destroyed
All I did between 18.49 and 18.50 was load the structure block, I’ll admit I should of kept it in but it’s quite an old tutorial now. About the elevator splitting in half, there’s no like timestamp that focuses on it but it means somehting has been built wrong somewhere sorry
@ okay thanks though! Do you think it’s possible to make another similar version of this video?
Bro thank you so much my friend made a 3 story house and your only one on yt that looked legit
Np :)
@@TomcoTwopls help i built it and half of the flying machine stops and the other goes
Amazing, I’ve watched this video many times and to me I think it’s fun to build red stone thank you very much bedrock mumbo jumbo
Your the best tomco
Can l attach with an observer to all of floors 🤔🤔 reply:-
Does it have the recall feature?
only the side with the lectern of my elevator went up the other side didnt move at all no matter what i did
Can I make it high enough to be more than 9 blocks?
Can you write whatever you want on each page or does it have to only say the numbers? I want to write the numbers and label each floor for my realm I’m planning on building this on
You can write whatever as long as there’s the same number of pages
Hello this elevator looks fantastic and is just want I want but in the version of mincraft that I play PS3 legacy edition + lectures are not a thing is there another way of doing this or will I simply have to just say I can’t build this?
Thanks for any Help
Matthew
I don’t think PS3 has bedrock either so I’m Aftaid you probably won’t be able to build this design sorry
@@TomcoTwo ok don’t worry will have to wait for a bit until I get newer software !!
Thanks for the vid it helps helps alot,but now to collect all the items. im not going to sleep any time soon
Tomco I have a problem on the 2nd, 3rd, 4th and 5th floor inside the elevator at the lectern I select floor 3 until there everything goes up and everything goes well but when it reaches the 3rd floor it doesn't stop the elevator keeps going up endlessly until I stop it I don't stop going up and down the same. Tell me if there is a solution please and happy new year 2025
Just a working elevator😊😊😊
Goooood joooob😊😊😊😊😊
Me takes 10 min. To work continously without eating food or without drinking water😀😀😀perfectly worked.
But very hard to make it. 🎉🎉
But i did.....,.....
Thanks tomoco tow.
Give the link of your world.
Also why are you making this in air.
Dont worry
This worked. 😊😊😊thanksssssssss
Mine bugged I made 3rd floor and the lectern I made to 3rd floor and it go to 2rd floor mine not worked whats your version?
Hello, brother, can you create a video clip explaining how the elevator that was at the beginning of this clip works?
if i wanted only 2 floors would i have to build the redstone part twice?
What so just a bottom and top floor?
@@TomcoTwo yes, yo ur the goat responding 4 hours later on almost a year old video
I have a video called ‘the Realstic elevator’ which is essentially just a 2 floor version of this, it’s much simpler so I’d recommend it lel
I would like to build this movement with a lectern, but it's too complicated for me... isn't there an even more compact movement with the same technique?
...What do you mean? Follow the video.
I built it, the flying machine works, but it doesn’t stop at the floors. Does this not work on iPad?
No it should work on iPad
Yup I tried some of the redstones and they worked for me and I’m on iPad
Does this work in Java
No sorry
@jacoblister8305 Thanks bro
Hey I love this build but for some reason it won’t stop on any floors? I’m putting this in a airport I’m building and it has 3 floors, the elevator moves but just passes the designated floor. Any suggestions help
You must do it exactly like the video, but there is a part which you should not follow and repair, the video is cut, (I do not speak English).
23:16 (posible error)
Hello tomko. Please tell me if it is possible to make an elevator call button in this elevator.
It’s not possible sorry
Can this work for pocket because I play on iPad
Get this dude to 1 mil, for the ones who watched this and didn't sub, wtf r u doing
Quick question, a book can go up to 50 pages so will it work if I have 25 floors or does it have to be 15 max
It can go up to 50, but there’s only 15 redstone signals it outputs which is why the max is 15 sorry
The Flying Machine works to stop on 2 but doesn't stop at other floors that I select a number, Can someone figure out the reason why?
Hmm mayby the book in lectorn For example on THE 4th floor the book is on Page 3
how do i get/craft the numbers book?
theyre called a book and quill and you can google the recipe 👍
@@TomcoTwo I can google the recipe for the book with the numbers 1-15 and pages 1-30?
No, you can craft the book and then write the numbers in
@@TomcoTwo first off thank you for the help, im new to building so this has been very helpful. one question, have you, since posting this video, firgured out how to create an elevator with all these features but also add a call function? again thank you for the help too
@@guestaccount8304 no sorry, I have since made a multi floor elevator with a call function but it can’t use the lectern floor selection this uses
0:01 0:41 0:43
I forgot to add the book when he did u til the end, everything is good if i dont add the book in the second lectern. How do i fix that so the elavator works? When i place in the book only the right side opens. I tested that side as he did and it worked yet when i add the book and take it away only the right side opens
hola amigo, esta excelente este mecanismo, realmente impresionante, tuve dificultades al inicio pero lo pude arreglar.
why is mine going up and not stopping
no obsidian 😂
Tomco I having problems with the stuture block
Tysm ,Best minecraft player in the world
Lol ty!
Hi Tom I my name is Noah I make videos I subscribed to you’re channel I also make Minecraft videos and real life videos I love youre videos they are awsome
This Redstone build is just amazing But I have a question for some reason the Redstone torch at the second test out that you did when I change on my book to number two. It’s still lights up but when I change to number three or any number above it turns off. Is it going to cause any issues and if so, How do I fix that?
I have no idea sorry, if you have discord or Twitter you could send some photos for me to take a look at tho
I made the build but on the lowest level the door mechanism opens on page one and page two and does not close until page 3.
I am going to try again from the start but do you have any idea what caused this malfunction or which colour circuit I should troubleshoot?
Thanks for the bedrock tutorials you're amazing!!
Also can you write other things in the book such as what is on each floor or does it have to be only the numbers on each page?
How do you get a number book? I dont know how to get it
It’s just a book and quill that you then need to write numbers in
@TomcoTwo So is it just a regular book & quill?
Yea
Does this still work on 1.21.4 Garden Awakens update?
Yes
My elevator keeps going into the sky got any tips? I'm not that good at redstone
Do you think You could invent a copper bulb selector panel? I was having too much trouble with bedrocks redstone
I built the elevator in my world but I really wanted a call function. So I've been trying to develop a mechanism for the last few days and I also managed it (unfortunately it only works in creative mode). I also have an idea to build it in survival mode.
How did you manage to do that!? Im rlly interested
Does this still work?
Ye
Thank you so much Tomco I love your videos and your redstone because it helps me show off to my friends and also makes me stop raging at my terrible redstone skill. You are the best, thank you
Thank you
I have rebuilt the top floor three times and for some reason I cannot get the left half of elevator to go back down and the right half stops before making it to the bottom floor and obsidian stoppers.
Best elevator I’ve seen so far! Just wish you could call it to the floor you’re on but that might be too complicated for a UA-cam tutorial
Like I said in the video, it’s pretty much impossible to add a call function to this design, I may make one where it is tho in the future :)
@@TomcoTwo I added a note block and observer to make it ding when the elevator doors open
so the door closes but nothing happens any idea why? i built it exactly as shown pausing nearly 80 plus times to make sure i had it placed exactly as shown but it still won't do anything i'm on mobile so i'm wondering if that's why it wont work
I’m tryna figure out too
I wanna build this but so many people in the comments saying it doesn’t work. So does it work?
It does work, it’s just very easy to build it wrong lel, which is why there’s some comments saying it doesn’t
@@TomcoTwo thank you what I figured just needed to hear it from the creator. Thanks for the response 🫡
What happens if you change the lectern while you're moving?
You’ll just not stop until you get to the very bottom or very top
Is there a 2 floor version of this that you can call?
There is
tomco how many floors that i can build this
Maximum is 15
Does it works on Java too?
No sorry
Oh my god thank you very muchh