# HG changeset patch # User Steve Losh # Date 1311307907 14400 # Node ID 32c0894fccce62ab5b7a2aac1144f5d68a007b10 # Parent 76d23cd18a873eac43808346ccc68fbd937721de Document the random usernames. diff -r 76d23cd18a87 -r 32c0894fccce README.markdown --- a/README.markdown Fri Jul 22 00:11:04 2011 -0400 +++ b/README.markdown Fri Jul 22 00:11:47 2011 -0400 @@ -41,7 +41,8 @@ (def bot (cc/connect cc/minecraft-local "desired_username")) Right now Clojurecraft doesn't support authentication, so it's turned off on the -bundled server and you can choose any username you like. +bundled server and you can choose any username you like. You can pass `nil` instead +of a username to get a random one. Give your bot a little time to connect. You should see it appear in the world through your Minecraft client.