Skip to content

0.0.19a_06

Compare
Choose a tag to compare
@pythonengineer pythonengineer released this 18 Aug 22:48
· 10 commits to 0.0.19a_06 since this release

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 your 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.19a_06 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.