This version features multiplayer, chat, more advanced terrain (including caves and expanding water tiles), level saving, and human mobs.
Press Esc to pause. Press Enter to set spawn position, R to teleport to your spawn position, Y to invert the mouse, G to spawn a mob, and F to toggle render distance. Use the number keys or the mouse scroll wheel to switch tiles.
To launch the multiplayer game, run `python -m mc.net.minecraft.Minecraft -server <host:port> -user <username> -mppass [password]`.
To host a server, follow the instructions in the `README.TXT` file in the server directory.
Install this version with `python -m pip install minecraft-python==0.0.18a_02` or, from source, `python setup.py build_ext --inplace`.
*Pyglet*, *Cython*, and *Pillow* are required dependencies and can easily be installed with pip. Use the versions specified in `requirements.txt`.