cc57efc2896f
Remove scratch stuff.
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Wed, 03 Aug 2011 19:30:35 -0400 |
parents | 1ec79708efe2 |
children | 3a6904455feb |
branches/tags | (none) |
files | src/clojurecraft/core.clj |
Changes
--- a/src/clojurecraft/core.clj Fri Jul 22 00:27:51 2011 -0400 +++ b/src/clojurecraft/core.clj Wed Aug 03 19:30:35 2011 -0400 @@ -117,15 +117,3 @@ (dosync (alter (:connection bot) merge {:exit true}))) -; Scratch -------------------------------------------------------------------------- -(def minecraft-local {:name "localhost" :port 25565}) - -;(def bot (connect minecraft-local nil)) -;(act/move bot -2 0 0) -;(pprint @(:packet-counts-in bot)) -;(pprint @(:packet-counts-out bot)) -;(pprint (:player bot)) -;(pprint (:world bot)) -;(println (:loc @(:player bot))) -;(disconnect bot) -