Skip to content

Releases: pythonengineer/minecraft-python

rd-132328 (132328)

03 Aug 06:22
Compare
Choose a tag to compare

This version features very basic block picking and placing. You can only place stone tiles, except at exact ground level where it is only grass.

Human mobs are also featured in this version, but they are all spawned at game start as opposed to on key press.

Install with python -m pip install minecraft-python==132328 or, from source, python setup.py build_ext --inplace.

rd-132211 (132211)

03 Aug 05:05
Compare
Choose a tag to compare

This version, the very first that isn't lost software, features very basic block picking and placing. You can only place stone tiles, except at exact ground level where it is only grass.

Install with python -m pip install minecraft-python==132211 or, from source, python setup.py build_ext --inplace.