Skip to content

0.0.20a_01

Compare
Choose a tag to compare
@pythonengineer pythonengineer released this 18 Aug 23:44

This version features multiplayer, chat, more advanced terrain (including caves and expanding water tiles), level saving, and human mobs.

Press B to open the inventory menu. 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.

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.20a_01 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.