0.29_02
This is a creative version of Classic without mobs. All ores and tiles are featured in this version.
If you enable survival mode, there will be limited functionality. Only sheep will spawn, which you can get wool from. Apart from that, no items drop.
Press B to pick blocks. Press F5 to toggle rain. Other keys are listed in the regular options menu.
Run python -m mc.net.minecraft.Minecraft
to launch the game. Minecraft: Python Edition should be compatible with any modern platform that supports OpenGL and Cython.
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.29
or, from source, python setup.py build_ext --inplace
.
Pyglet, Cython, Pillow, and PyOgg are required dependencies and can easily be installed with pip. Use the versions specified in requirements.txt
.
For audio to work you will either need PyOgg which is recommended, or FFmpeg which is installed on the system. GStreamer is also supported on Linux through the gst-python library. PyOgg requires that your system have one of the Opus, FLAC, or Vorbis codecs. OpenAL is required.