Skip to content

Instantly share code, notes, and snippets.

@Edoxile
Created November 3, 2011 16:08
Show Gist options
  • Save Edoxile/1336894 to your computer and use it in GitHub Desktop.
Save Edoxile/1336894 to your computer and use it in GitHub Desktop.
Tweakcart intersection syntax
Type of carts:
Storage cart (s)
Powered cart (-) -> ignored because never used anyway
Minecart (m)
Any (a)
Voorwaarden:
empty (&)
full (*)
Directions (from and to):
North (n)
South (s)
East (e)
West (w)
Characters:
+ delimiter for FROM direction
; delimiter for TO direction
: delimiter for different directions
| delimiter for different carttypes
! delimiter for any other statement, direction only
Examples:
-------------------
intersections
n+s;w!e
e+a;n
w+a;n
-------------------
intersections
n+a*;w!e
w+a&;n!e
e+a!e
-------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment