# HG changeset patch # User Steve Losh # Date 1311286991 14400 # Node ID 5b451989308ad3dad1c0d64ca6db7795805206d6 # Parent 15fc94698c920287f9f9ed4d31a9d640e0bb6347 Whitespace. diff -r 15fc94698c92 -r 5b451989308a src/clojurecraft/core.clj --- a/src/clojurecraft/core.clj Thu Jul 07 09:39:30 2011 -0400 +++ b/src/clojurecraft/core.clj Thu Jul 21 18:23:11 2011 -0400 @@ -61,7 +61,7 @@ :y 85.0, :stance 60.0, :x -120.0}}) world (ref {}) bot {:connection conn, :outqueue outqueue, :player player, :world world, - :packet-counts-in (atom {}), :packet-counts-out(atom {})}] + :packet-counts-in (atom {}), :packet-counts-out (atom {})}] (println "connecting") (login bot) @@ -88,8 +88,8 @@ ; Scratch -------------------------------------------------------------------------- -(def bot (connect minecraft-local)) -(act/move bot 0 4 0) +;(def bot (connect minecraft-local)) +;(act/move bot 4 0 2) ;(pprint @(:packet-counts-in bot)) ;(pprint @(:packet-counts-out bot)) ;(pprint (:player bot))