Skip to content

Instantly share code, notes, and snippets.

@CubitsDev
Created July 20, 2021 21:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save CubitsDev/c5b5239ea1358de01ce0bd238e6a8df0 to your computer and use it in GitHub Desktop.
Save CubitsDev/c5b5239ea1358de01ce0bd238e6a8df0 to your computer and use it in GitHub Desktop.
Ender Crystal Sequence example
## Important Line (must be at the top of every light sequence
Sequence Light
## Define crystals line - <type> <nameToUse> <Actual/Relative>
EnderCrystal l0 Actual
## Spawn Line - <time> <name> <startPos> <endPos>
0.00 l0 Spawn 3022.24,70.77,3733.78 3082.5,39,3716.5
## Move Line - <time> <name> <newPos> <timeToTake>
253.55 l0 Move 3072.48,103.19,3719.37 11.25
## Despawn Line - <time> <name> Despawn
272.35 l0 Despawn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment