Skip to content

Instantly share code, notes, and snippets.

@sjl
Created August 13, 2011 01:41
Show Gist options
  • Save sjl/1143374 to your computer and use it in GitHub Desktop.
Save sjl/1143374 to your computer and use it in GitHub Desktop.
Clojurecraft Respawn Handler
(def bot (clojurecraft.core/connect clojurecraft.core/minecraft-local "timmy"))
(defn dead-handler [bot]
[(clojurecraft.actions/chat bot "WHY YOU DO THIS???")
(clojurecraft.actions/respawn bot)])
(clojurecraft.events/add-handler bot :dead #'dead-handler)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment