Skip to content

Releases: pythonengineer/minecraft-python

0.0.19a_06

18 Aug 22:48
Compare
Choose a tag to compare

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

18 Aug 22:36
Compare
Choose a tag to compare

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

18 Aug 21:48
Compare
Choose a tag to compare

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

15 Aug 23:08
Compare
Choose a tag to compare

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

09 Aug 07:13
Compare
Choose a tag to compare

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

08 Aug 19:51
Compare
Choose a tag to compare

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)

08 Aug 06:26
Compare
Choose a tag to compare

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)

07 Aug 18:36
Compare
Choose a tag to compare

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)

06 Aug 08:57
Compare
Choose a tag to compare

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)

06 Aug 08:32
Compare
Choose a tag to compare

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.