Welcome to the GREAT Redstone Enabled Automatic Transit (GREAT) system's documentation!
This repository includes information about how our systems work, and how expansions or integration with other systems should be built.
If you're interested in contributing -- either to the docs or to the system itself -- contact WorldWidePixel or Blurry on the CRSS Discord.
Things may get long, so for future-proofing we'll include a chapter index.
GREAT is an easily-expansible and resource-efficient railway transit system.
The track tiles are based on a 9-1-9-1
grid (see the example below).
Block | Character |
---|---|
Cobblestone | c |
Redstone Torch | T |
Torch | t |
Rail | r |
Powered Rail | R |
Air | empty |
Grid spacing | - |
Direction signs | < and > |
=== Base Layer ===
> 9 1 9 1 9 1 9 1 >
> ccccccccc-c-ccccccccc-c-ccccccccc-c-ccccccccc-c >
> t t-c-t t-c-t t-c-t t-c >
> ccccccccc-c-ccccccccc-c-ccccccccc-c-ccccccccc-c >
=== Rail Layer ===
> 9 1 9 1 9 1 9 1 >
> >rrrrrrrrr-R-rrrrrrrrr-R-rrrrrrrrr-R-rrrrrrrrr-R> >
> -T- -T- -T- -T >
> <rrrrrrrrr-R-rrrrrrrrr-R-rrrrrrrrr-R-rrrrrrrrr-R< >
Station stops are a little more complicated. We use angled Powered Rails and buttons or redstone signals to make the minecarts stop and accelerate in a convenient way for the passenger.
Block | Character | Front-view Character | Rail Type | Type Character |
---|---|---|---|---|
Rail | r |
- |
Powered | + |
Angled Rail | R |
\ or / |
Normal | - |
=== Top-Down View - Station Stop ===
> | >
> >rrrRRrrrr> | > --++-----
> | >
> <rrrrRRrrr< | > -----++--
> | >
=== Side View - Station Stop ===
> >--- ----> | > --+ ----
> \/ | > +-
> | >
> <---- ---< | > ---- +--
> \/ | > -+
Turn Tiles are a little tricky since they must keep within the grid. They are also a bit more expensive with Powered Rails and Redstone Torches to ensure the minecart doesn't get stuck on them.
The tiles for these are massive, so I separated them each on a code block.
Block | Direction | Character |
---|---|---|
Rail | North - South | | |
Rail | West - East | - |
Curved Rail | South - East | ¹ |
Curved Rail | South - West | ² |
Curved Rail | North - East | ³ |
Curved Rail | North - West | ⁴ |
Powered Rail | North - South | * |
Powered Rail | West - East | + |
=== Multiline 'characters' ===
¹ = / - | ³ = |
| | - /
|
² = - \ | ⁴ = |
| | \ -
N |
W + E | === Turn Tiles - Top-down ===
S | <-- SOUTH - EAST -->
---------
/ + - - + - - - - - - - >
*
| / + - - - - - - - >
* *
| |
| |
| |
| |
| |
| |
| |
| |
| |
^ ^
N |
W + E | === Turn Tiles - Top-down ===
S | <-- SOUTH - WEST -->
---------
< - - - - - - + - - + \
*
< - - - - - - + \ |
* *
| |
| |
| |
| |
| |
| |
| |
| |
| |
^ ^
N |
W + E | === Turn Tiles - Top-down ===
S | <-- NORTH - EAST -->
---------
V V
| |
| |
| |
| |
| |
| |
| |
* *
| \ + - - - - - - - - >
*
\ + - - + - - - - - - - - >
N |
W + E | === Turn Tiles - Top-down ===
S | <-- NORTH - WAST -->
---------
V V
| |
| |
| |
| |
| |
| |
| |
* *
< - - - - - - - + / |
*
< - - - - - - - + - - + /