0.27_SURVIVAL_TEST
This version, released on October 24, 2009, features early mobs (pigs, creepers, skeletons, zombies, spiders) and basic combat. Press Tab to launch arrows at enemies.
This is the first version to feature spiders.
There are pigs that drop brown mushrooms. Creepers explode only upon death.
To heal, pick up mushrooms and right click to eat. Red mushrooms are poisonous and will take away health.
TNT and ore blocks are featured in this version. There is also early weather; press F5 to toggle rain.
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.
Install this version with python -m pip install minecraft-python==0.27
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.