Skip to content

Instantly share code, notes, and snippets.

@joshcough
Created May 25, 2014 23:22
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 joshcough/030cdba597a4a71a75cc to your computer and use it in GitHub Desktop.
Save joshcough/030cdba597a4a71a75cc to your computer and use it in GitHub Desktop.
class YellowBrickRoad extends ListeningFor(OnPlayerMove((p, e) =>
if (p.blockOn isNot AIR) p.blockOn changeTo GOLD_BLOCK
))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment