Skip to content

0.0.16a_02

Compare
Choose a tag to compare
@pythonengineer pythonengineer released this 15 Aug 23:08
· 23 commits to master since this release

This is the first multiplayer version of Classic!

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].

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.16a_02 or, from source, python setup.py build_ext --inplace.