Releases: pythonengineer/minecraft-python
0.0.19a_06
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 your 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> -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.0.19a_06
or, from source, python setup.py build_ext --inplace
.
Pyglet, Cython, and Pillow are required dependencies and can easily be installed with pip. Use the versions specified in requirements.txt
.
0.0.18a_02
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> -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.0.18a_02
or, from source, python setup.py build_ext --inplace
.
Pyglet, Cython, and Pillow are required dependencies and can easily be installed with pip. Use the versions specified in requirements.txt
.
0.0.17a
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> -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.0.17
or, from source, python setup.py build_ext --inplace
.
0.0.16a_02
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
.
0.0.14a_08
This version features more advanced terrain (including caves and expanding water tiles), level saving, and human mobs. Use the number keys or the mouse scroll wheel to switch tiles.
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.
Install this version with python -m pip install minecraft-python==0.0.14a_08
or, from source, python setup.py build_ext --inplace
.
0.0.13a_03
This version features more advanced terrain (including caves and expanding water tiles), level saving, and human mobs. There are five different tiles you can place.
Press Esc to pause. Press R to reset your position, Y to invert the mouse, G to spawn a mob, F to toggle render distance, Enter to save the level, and numbers 1-4 (6 for sapling) to switch blocks.
Install with python -m pip install minecraft-python==0.0.13a_03
or, from source, python setup.py build_ext --inplace
.
0.0.13a (0.0.13)
This version features basic terrain and caves, block picking and placing, level saving, and human mobs. There are five different blocks you can place.
Press Esc to pause. Press R to reset your position, G to spawn a mob, F to toggle render distance, Y to invert mouse, Enter to save the level, and numbers 1-4 (6 for sapling) to switch blocks.
Install with python -m pip install minecraft-python==0.0.13
or, from source, python setup.py build_ext --inplace
.
0.0.11a (0.0.11)
This version features basic terrain, block picking and placing, level saving, and human mobs. There are five different blocks you can place.
Press Esc to release the mouse. Press R to reset your position, G to spawn a mob, Y to invert mouse, Enter to save, and numbers 1-4 (6 for saplings) to switch blocks.
Install with python -m pip install minecraft-python==0.0.11
or, from source, python setup.py build_ext --inplace
.
rd-161348 (161348)
This version features basic terrain, early block picking and placing, and human mobs. There are five different blocks you can place.
Press Esc to exit the game. Press Return to save, R to reset your position, G to spawn a mob, and numbers 1-4 (6 for saplings) to switch blocks.
Install with python -m pip install minecraft-python==161348
or, from source, python setup.py build_ext --inplace
.
rd-160052 (160052.post1)
This version features basic terrain, early block picking and placing, and human mobs. There are four different blocks you can place.
Press Esc to exit the game. Press Return to save, R to reset your position, G to spawn a mob, and numbers 1-4 to switch blocks.
Install with python -m pip install minecraft-python==160052.post1
or, from source, python setup.py build_ext --inplace
.