Tutorial: End Gateway

  • These work in Overworld aswell!
    What you want to do is have two coordinates!
    I'll be refering to your coordinates as A and B.
    The A coordinates are where you want the portal block, B as the destination. Example: xB are the x coordinates of B.

    /setblock A end_gateway{ExitPortal:{X=xB,Y=yB,Z=zB}}
    It's pretty useful, and im pretty sure it doesnt even do the big laser beam end gateways do.

  • If anyone was interested, i made the robotop command for the robotop bot to do this. Just make a custom command and put in /setblock {args|1} {args|2} {args|3} end_gateway{ExitPortal:{X:{args|4},Y:{args|5},Z:{args|6}}}
    Do NOT seperate with comma's. The bot does it itself.