0.31 20091231-2
This version is the last version of Minecraft released in 2009, and the first version of Indev released in survival mode. This version introduces the player inventory screen and isometric screenshots, the latter of which is exclusive to Indev versions as the world is not infinite.
Install this version with python -m pip install minecraft-python==0.31.20091231-2
or, from source, python setup.py build_ext --inplace
.
Pyglet, Cython, Pillow, and NumPy are required dependencies and can easily be installed with pip. Use the versions specified in requirements.txt
.
While the late Classic versions and later Indev versions feature audio, this version does not.
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.
Run with the argument -fullscreen
to open the window in fullscreen mode. The argument -creative
will force the game to be in creative mode.
Press I to open your inventory. Tools which were newly added in this version will be in the inventory, but they serve no function yet. Press F7 to take a cool isometric screenshot and F5 to toggle rain. Other keys are listed in the regular options menu.
The only mobs around are the Rana mobs, but they don't drop anything when killed. Arrows and mushrooms are unusable.