How To Improve Your Rails in Minecraft

Sdílet
Vložit
  • čas přidán 19. 06. 2024
  • Part 1: • How to make the best A...
    In my last video I showed you how our ticket based rail network works and how you can make an automatic roundabout. In this video I show you how to implement rails into your world more effectively!
    Join my discord: / discord
    DrawnbyCC
    Designed by:
    Xyphon: / @0vercrafted
    Fazed: / @mc501stclone
    and me!
    Intro: 00:00
    Loading Platform: 00:49
    Unloading Platform: 02:49
    Player/Content Detectors: 04:20
    Practical Demonstration: 06:44
    Ticket Naming: 09:44
    Manual Tickets: 12:26
    Ticket Machine: 13:24
    Cart Sorters: 15:17
    Ticket Decoder: 16:56
    Questions/Outro: 21:09
  • Hry

Komentáře • 85

  • @stevecook1190
    @stevecook1190 Před 5 měsíci +17

    My heart melted seeing this - I have always tried...(failed) to make a fully auto rail station - you have a new fan and will be following you builds closely now - thankyou

    • @DrawnbyCC
      @DrawnbyCC  Před 5 měsíci +1

      Thank you so much. I have some other cool builds on the way

  • @0vercrafted
    @0vercrafted Před 5 měsíci +23

    Hi! Thanks for checking out our build. CC did a great job on these videos. A couple things I wanna mention:
    - For everyone worried about re-using tickets, I don't think instantly handing them back is worth it... However, I am working on a cool system that will retrieve used tickets that we'll show in an upcoming video
    - CC explains at 11:17 that you can use D tickets for both roundabouts. This is true... However, there's a reason why you might not want to. If you want your rail system to be able to create custom routes rather than the shortest possible path to a location (like lengthy tours around your world), naming your tickets different at every roundabout would allow this. Such as DNorth and DSouth for the rails pointing to the D line
    - Though CC does mention it, its worth emphasising that you can stick a ticket in a storage minecart to direct resources a specific direction
    - It wasn't covered but for the encode system, there's a stand-alone design for adding a new single station encoder along a route, we can show that in future if people want it, though its pretty self-explanatory
    - Its worth mentioning that the encode system would mean any stations connected to the system would automatically be programmed to get to any other station... You just need one piece of paper and an Anvil to get anywhere
    - The encode system also uncaps the limit of only 27 tickets per minecart chest up to infinite
    - Using lettering like ABCD in the tutorial video is just for convenience, we recommend giving unique names to your sections of rail so its easier to remember and program a route

  • @2pedroandrade
    @2pedroandrade Před 4 měsíci +7

    This is amazing! Finally some railway builds that takes advantages of the redstone for it's intended pourpose while make them useful, pretty and fun to take a ride in survival. I was never into Elytra, but railway mechanics in Minecraft are so limiting, wish Mojang update it soon. Still, it's amazing what you can do with those mechanics and the redstone is so clean, no giant laggy machines.

  • @rocketterrier
    @rocketterrier Před 5 měsíci +13

    This is AWESOME! I mean like literally I'm so amazed! I've always dreamed of a train/railway/subway setup like this and I need this in my world like right now!

    • @DrawnbyCC
      @DrawnbyCC  Před 5 měsíci +7

      Thanks for the support. We're super proud of this system, and I'm so glad that everyone else seems to be super excited about it, too.

  • @koolerpure
    @koolerpure Před 2 měsíci +2

    seeing that minecart station launching the carts one by one was crazy cool. i still use the furnace bug to link the carts but that makes it so much simpler

  • @BigmanBoi
    @BigmanBoi Před 5 měsíci +8

    This is one of the best things I've ever seen done with minecarts

    • @DrawnbyCC
      @DrawnbyCC  Před 5 měsíci +1

      High praise. Thank you!
      We're all super proud of what we made and I'm so glad everyone else seems just as excited!

  • @miranhaespada1381
    @miranhaespada1381 Před 3 měsíci +3

    So, I made a platform that combines your loading and unloading platforms
    And it's easy to build
    Like, the minecarts get in in the right rails, stop on their spots
    And if u click on one of the buttons, all the carts go out on the left rails
    It's easy to build, but not to explain exactly how it works just with text. But If I show it, it's easy to understand

    • @DrawnbyCC
      @DrawnbyCC  Před 3 měsíci +1

      You should post it in my discord server! We have a rail discussion channel in there!

  • @valle3581
    @valle3581 Před 5 měsíci +10

    Glad you took the time to make this one, very helpful 👍🏻

    • @DrawnbyCC
      @DrawnbyCC  Před 5 měsíci +3

      Thanks for the support!
      I still have a few more things I want to show but they are bigger but less universally useful. Wanted to have this one be about practical use cases.

  • @samadkins6727
    @samadkins6727 Před měsícem +2

    This is one of my favorite videos on all of youtube, i will be watching this atleast a thousand times while i build my network of rails

  • @_Hunter839
    @_Hunter839 Před 4 měsíci +1

    This is insane how in-depth this is! Thank you for the showcase!

  • @pitzahoot4618
    @pitzahoot4618 Před 16 dny +1

    Oh wow this is really cool. I've had an itch for bulding train stations in my world. I think this is a really good guide for starting with it.

  • @mrericwong
    @mrericwong Před 3 měsíci +1

    Subscribed! I’m so glad that the last video showed up on my feed and here I am watching another Minecraft railway engineering masterpiece from you! I’ve always dreamt of a system like this, finally I can leave my elytra at my base and enjoy a peaceful minecart ride. Can’t wait to build this in my world!

    • @DrawnbyCC
      @DrawnbyCC  Před 3 měsíci

      We don't need elytra where we are going

  • @east9876
    @east9876 Před 4 měsíci +3

    This video is amazing! Can't believe I'm subscriber 757. I'm only half-way through the video and already I've learned how to do so many things with minecarts and rails that I only dreamed were possible. Looking forward to what you do in the future!

    • @DrawnbyCC
      @DrawnbyCC  Před 4 měsíci

      Thank you so much!
      I've got a bunch of cool stuff in the pipeline, rails and other stuff too!

  • @bagok701
    @bagok701 Před 4 měsíci +2

    RE Ticket naming: Number the roundabouts and use NESW as the exit names so you need a ticket sequence of 1N 2E to go north and east

    • @DrawnbyCC
      @DrawnbyCC  Před 4 měsíci +1

      Yeah that should definitely work

  • @craemonmc
    @craemonmc Před 5 měsíci +3

    I'm currently planning to connect the server I play on with piston bolts and got this video recommended! Really interesting how you approached it. Also, I've got to say: Your videos have such good pacing, never getting boring but aren't too fast either, which is something I struggle to achieve a lot as they are often times either to boring or way too hyper for my taste, definitely gonna try to draw some inspiration from yours! Keep it up

    • @DrawnbyCC
      @DrawnbyCC  Před 5 měsíci +2

      Thanks for the compliments!
      It'd be interesting if you could link the ticket system up to a piston bolt. I've definitely thought about it but Piston Bolts are a bit out of my comfort zone right now.

    • @craemonmc
      @craemonmc Před 5 měsíci +3

      @@DrawnbyCC Yeah, piston bolts also don't look as good as your system, but it is kinda necessary for me to make the people choose it over the Elytra. Of course it's still slower and not as flexible but you also don't have to do anything, once you're in the Minecart. Maybe if they'd implement a way of making the minecart competitive in speed people would do more if these sorts of projects. Same applies to the nether in my opinion as well, it just keeps you from connecting your builds through rail or even paths. It's just way more convenient to use these methods:)

  • @ezde711
    @ezde711 Před 4 měsíci +1

    there's a lot of utility in this underutilized feature. nice work.

  • @stafdecoene8765
    @stafdecoene8765 Před 4 měsíci +3

    I made a variation on this system for sending minecart chests to different areas, where the filtered item goes back into the minecart, I'd love to show you, is there any way where I can send you a schematic file or world?

  • @TheeSlickShady
    @TheeSlickShady Před 4 měsíci +2

    7:26 Liked and subbed 🏆

  • @broski7792
    @broski7792 Před 5 měsíci +16

    I've always wanted to make a rail network like this, but always gave up because the Elytra outclasses it in every way. How do you keep players motivated to use a system like this when Elytra and Shulker Boxes exist?

    • @DrawnbyCC
      @DrawnbyCC  Před 5 měsíci +19

      I play with a group of people who just aren't that interested in being overly efficient.
      Aside from that making the rails be a group project and treating it like some fun building makes people more interested in actually using it I find.

    • @TheRealInky
      @TheRealInky Před 4 měsíci +2

      ​@@DrawnbyCCdo you accept new members? I've experimented with this for years and you guys have by far some of the best I've seen of this type of thing. I'm super interested in joining in if possible

    • @DrawnbyCC
      @DrawnbyCC  Před 4 měsíci +2

      @@TheRealInky Sorry, but it's a private server.

    • @nogginthenoggfubar2862
      @nogginthenoggfubar2862 Před 4 měsíci +5

      We have several long minecart railways on my go-to server and even though I have the elytra, I will often jump in a minecart if I wanna make a coffee or grab a snack.
      Also, I think some of us just dig minecarts and railroads.
      One of us. One of us. One of us.

    • @TheRealInky
      @TheRealInky Před 4 měsíci

      @@DrawnbyCC it's all good, thanks for letting me know

  • @B4UATRE
    @B4UATRE Před 4 měsíci +2

    😊👍👍👍

    • @DrawnbyCC
      @DrawnbyCC  Před 4 měsíci +1

      😃🫡🥳✌️✌️👌

  • @user-gx8gd2ih7p
    @user-gx8gd2ih7p Před 4 měsíci +1

    cool video)

  • @Wack2theHead
    @Wack2theHead Před 3 měsíci

    My nether rail network works on a similar idea. Although mine differs in the way a rider uses it. First the rider enters any station and selects a destination, a fixed length train is despenced, consisting of 1 chest cart and 2 passenger carts. Once the rider has boarded they press the go button. The chest cart guides the train anywhere in the system, and ejects the rider at the selected station. Carts and tickets are sorted and stored ready for the next trip. I'd love too go over it with you and share ideas.

    • @DrawnbyCC
      @DrawnbyCC  Před 3 měsíci

      You should join my discord! We have a rail discussion channel in there. Link is ij the description

  • @Adrianito4747
    @Adrianito4747 Před 4 měsíci +1

    A litematice file would be awesome 😌

  • @Ferrous92
    @Ferrous92 Před 4 měsíci

    My network won't need roundabouts, so I managed to make my own T-junction inspired by this. Hope you figure out how to make one too!

  • @Akira-Aerins
    @Akira-Aerins Před 4 měsíci +1

    big brain

  • @InFiniTy-
    @InFiniTy- Před 5 měsíci +1

    Ay that what i waiting for , i appreciate ur work broo ❤ , btw the last ep there is some broken things that wont work for bedrock and 1 of this thing are the main thing too make it work , can make a fix vedio for it 🙂

    • @DrawnbyCC
      @DrawnbyCC  Před 5 měsíci

      I'm not super familiar with bedrock but I can take a look

  • @fearofthechippan
    @fearofthechippan Před 4 měsíci

    Would we be able to get a world download for these? I’ve been inspired by your vids to make a railway in my survival world!!

  • @electra_
    @electra_ Před 4 měsíci +1

    With respect to slowly running out of tickets...
    I bet once Autocrafting is added, you'll be able to create more with that
    use a copyable item like a banner, map, or written book, and set up a crafter to create more of them
    you then just need to create the base item, which might be a little annoying but it can be renewable
    banners would need wool farm + wood farm, maps would need sugarcane farm, iron farm, redstone
    dunno whats easiest

    • @DrawnbyCC
      @DrawnbyCC  Před 4 měsíci +1

      That is definitely an option. I'd imagine banners would be easiest. And you could colour code em!

  • @robertsimpson9010
    @robertsimpson9010 Před 4 měsíci

    Is there a version of the station both as an unloading and loading bay?
    Ie: I roll in with my line of chest. They all load into little compartments. I choose my direction and they all start off again? I hope this makes sense. I’m wanting to design something without a ticket system as I intend to ride along with all my chest all the time to prevent loading issues.

    • @DrawnbyCC
      @DrawnbyCC  Před 4 měsíci

      Not just yet, I do want to figure it out though. Will make a video if I get a good design

  • @lucasBricks1234
    @lucasBricks1234 Před 4 měsíci +1

    Does it work on bedrock. Also how would you make a 3 way juction as 4 ways is not always needed.

  • @anotherguy2836
    @anotherguy2836 Před 4 měsíci

    Just wanted to say that all of the designs are really cool, you did a great job with all of this stuff, and even a better one in explaining in a simple way!
    I build a lot of things and play the game for more than a decade now, but I'm not a redstoner myself (always found it too hard), and even I could understand what was going on.
    After watching the roundabout video, I tried to build it in Bedrock and most of it worked as expected, but I found a problem with the T flip-flop, for some reason the bottom droppers don't shoot the filler item back up after the minecart passes by, locking the system. Do you guys know how to solve this issue?
    Sorry for the long text, but once again, thank you for sharing these amazing tutorials 👍

    • @DrawnbyCC
      @DrawnbyCC  Před 4 měsíci

      Thanks for the kind words!
      As for your issue, that is the second time I've heard someone mention an issue with the dropper not firing. I'm gonna have to investigate. May be an issue with bedrock Minecraft.
      I'll get back to you with what I find

    • @DrawnbyCC
      @DrawnbyCC  Před 4 měsíci

      so I just tested it and it seems in bedrock you just need to get rid of the piston between the pulse extender and target blocks. Apparently in bedrock that is not required.
      All you need is a line of redstone that runs directly to the target blocks

    • @anotherguy2836
      @anotherguy2836 Před 4 měsíci +1

      @@DrawnbyCC It works! Thanks for the update, didn't expect to be answered so quickly :D
      It honestly blew my mind when I realized your channel has less than a thousand subscribers, despite the high quality content.
      I wish you good luck with your journey as a youtuber. Just wanted to let you know that your content succesfully reached Brazil, you're doing a great job!

    • @DrawnbyCC
      @DrawnbyCC  Před 4 měsíci +1

      @@anotherguy2836 Such kind words! Thankyou.
      Also glad it fixed your issue!!

  • @Melsana
    @Melsana Před měsícem

    I've been having trouble with the cactus destroying my minecart and not sending it back into the dispenser. Any ways to fix that?

  • @TheLinkcable
    @TheLinkcable Před 4 měsíci

    any chance of a world download of test world?

  • @lajawi.
    @lajawi. Před 5 měsíci +1

    11:50 How are you putting only one item of a stack into the container?

    • @DrawnbyCC
      @DrawnbyCC  Před 5 měsíci +1

      oh yeah, that's the itemscroller mod. I forget I have it cause it just feels so natural lol

  • @cray_draws
    @cray_draws Před 4 měsíci

    I made a similar design to yours a while back, but as it was made for my singleplayer world, it has it's cons for a server use.
    It uses a hub station that can go to any extremity of the rail system. It allows for several things, like a ticket return system (the whole design is centered around it), an intersection with very little redstone (but it's only T sections) and the use of a single rail for both directions.
    I really like your design. The roundabout is very elegant and I found the system used to keep the rail turned for as long as there are minecart going thought very neat.
    I'll put the link to my design at the end of my comment in case it can inspire you for your design. Yours certainly inspired me to improve mine so I'm looking forward to seeing it getting even better.
    I'm not used to making video tho so hopefully it's not too fustrating to watch
    czcams.com/video/NWyuV3yVXmI/video.htmlsi=1TaFTpTNNY1jgiqC

    • @DrawnbyCC
      @DrawnbyCC  Před 4 měsíci

      That's awesome dude! I'll definitely take a look!

  • @YawningYeti512
    @YawningYeti512 Před 5 měsíci +1

    For the T junction, couldn't you just modify the player detector by adding the ticket reader?

    • @DrawnbyCC
      @DrawnbyCC  Před 5 měsíci +2

      Yeah you could if you just wanted a single track
      The issue with the t junction is making it 2 way. A single rail is easy but making it have 2 rails in opposite directions is more of a challenge.
      We have a design I'm just working on simplifying it now

    • @YawningYeti512
      @YawningYeti512 Před 5 měsíci +1

      I just forgot about that part... Whoops. These are great concepts and I appreciate you sharing them! Keep it up@@DrawnbyCC

    • @lajawi.
      @lajawi. Před 5 měsíci

      @@DrawnbyCC After watching and following the first tutorial, I tried making a t-junction myself, and as you said in the video, it's entirely possible to just make a roundabout with one less exit, which works perfectly, as far as I've tested it!

    • @DrawnbyCC
      @DrawnbyCC  Před 5 měsíci +1

      Awesome to hear. I have a T-Junction design mostly ready for a new video. It's more complicated but a little more compact.@@lajawi.

  • @lajawi.
    @lajawi. Před 5 měsíci +1

    The CZcams links to Xyphon and Fazed in the description, once again, don't work... 😭

    • @DrawnbyCC
      @DrawnbyCC  Před 5 měsíci +1

      Fixed, dunno why they keep breaking. I'll be more careful in the future

  • @stevecook1190
    @stevecook1190 Před 5 měsíci +1

    Please ... please check if builds work for both java 'and' bedrock (if they don't then pop it in the title) many thanks (would hate for someone on the other team to not be able to use it ;)

    • @DrawnbyCC
      @DrawnbyCC  Před 5 měsíci +2

      The roundabout design has been confirmed to work in bedrock with only a minor change. Will have to check the other builds, but most of them should work since they all use intended mechanics.

  • @antoinemercier9112
    @antoinemercier9112 Před 4 měsíci

    Do you mind of letting world download ?, the flat example part I mean, because it would help a lot !

    • @DrawnbyCC
      @DrawnbyCC  Před 4 měsíci +1

      Will get one out soon. Wanna add some labels and t junction designs

    • @antoinemercier9112
      @antoinemercier9112 Před 4 měsíci

      Oh dude, I'm really excited of these informations !@@DrawnbyCC

  • @andrewdoelitsch9016
    @andrewdoelitsch9016 Před 4 měsíci

    I can’t get the observer to register me inside a Minecart in bedrock edition.

  • @yvindeide7588
    @yvindeide7588 Před 5 měsíci +2

    9:05 Either lose 1 iron ore ore a stack of iron ore

    • @DrawnbyCC
      @DrawnbyCC  Před 5 měsíci +1

      Haha that's true. Fair point.

    • @2pedroandrade
      @2pedroandrade Před 4 měsíci

      Well, in his design it's easy to pick up the leftover ore if you want

  • @meilingh6283
    @meilingh6283 Před 23 dny

    Too bad carts and cactuses does not get along well anymore.

  • @usecodepearinforniteitemshop24
    @usecodepearinforniteitemshop24 Před 5 měsíci +2

    can u make a tutorial of these pls

    • @0vercrafted
      @0vercrafted Před 5 měsíci +2

      The previous video has tutorials for the roundabouts!

  • @coolmojito
    @coolmojito Před 3 měsíci

    Can it be reversed for normal Europeans? (trains on the right side)

    • @DrawnbyCC
      @DrawnbyCC  Před 3 měsíci

      Yeah if you just mirror the design it works fine. Just make sure all the rails are positioned correctly!