This is a wrapper for the Minecraft applet. It uses a bunch of Java reflection
and shit to get the job done, so don't be surprised when it downloads a new
version of the applet and explodes.

If a command line window opens and immediately closes when running
minecraft.bat, make sure java.exe is in your PATH environment variable.

Alternatively, you can edit minecraft.bat and put the full path, enclosed in
quotation marks, to java.exe there, making it look something like this:

"C:\Program Files\Java\jre6\bin\java.exe" -Xmx256m -classpath .;lib\jinput.jar;lib\lwjgl.jar;lib\lwjgl_util.jar;lib\minecraft.jar -Djava.library.path=native\windows Main

If you're using Linux and the menu comes up every time you click anything,
you're in the same boat as I am. Sorry.

Movement controls:

  Shift | Afterburner
   Ctrl | Stop all lateral momentum

Flight controls:

    Q   | Toggle flying/falling
  Space | Set vertical speed to zero
    E   | Increase upward speed (Shift-E to increase it 5x as much)
    C   | Increase downward speed (Shift-C to increase it 5x as much)

Block spawning controls:

    +   | Change the selected tile (forward) (Use = if you lack a numpad)
    -   | Change the selected tile (assward)
    X   | Spawn the selected tile at your feet
          (Shift-X to spawn at eye level, Ctrl-X to spawn below feet, Alt-X to spawn above head)
    Z   | Change the tile in front of your feet to the selected tile
          (Shift-Z to change a tile higher, Ctrl-Z to change a tile lower, Alt-X to change two tiles higher)

          Note: Spawned tiles do not write through to multiplayer servers
          (other players will witness you moving through solid rock if you
          replace a block with air for example); however, you can build off a
          tile you spawned, so this is still helpful for when you need to build
          a penis in mid-air. Spawning tiles DOES work in single-player, so
          create floating lakes to your heart's content.

Level storage controls:

 F1-F12 | Load the associated level from disk (Hold Shift to save the current level to disk)

          Note: I recommend that you refrain from trying to load levels while
          playing online. It gets very confusing and is probably dangerous.

Have fun!

- CPColin
