Minecraft-python

Latest version: v161348

Safety actively analyzes 630360 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 4

0.2902

This is a creative version of Classic without mobs. All ores and tiles are featured in this version.

If you enable survival mode, there will be limited functionality. Only sheep will spawn, which you can get wool from. Apart from that, no items drop.

Press B to pick blocks. Press F5 to toggle rain. Other keys are listed in the regular options menu.

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.

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.29` 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.

0.2801

This is a creative version of Classic without mobs. All ores and tiles are featured in this version.

If you enable survival mode, there will be limited functionality. Only sheep will spawn, which you can get wool from. Apart from that, no items drop.

Press B to pick blocks. Press F5 to toggle rain. Other keys are listed in the regular options menu.

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.

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.28` 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.

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.

0.25_05_SURVIVAL_TEST
This version features early mobs (pigs, creepers, skeletons, zombies) and basic combat. Press Tab to launch arrows at enemies.

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.

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.25` 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.

0.31.201001242

This version has the Indev mossy cobblestone spawn house which contains chests with all of the items available in this version. It also has level file saving, the bow and arrow, advanced liquid spread, and powerful TNT explosion blasts.

Install this version with `python -m pip install minecraft-python==0.31.20100124-2` or, from source, `python setup.py build_ext --inplace`.

*Pyglet*, *Cython*, *Pillow*, *PyOgg*, *NumPy*, and *nbtlib* 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 has to be installed on your 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 and comes bundled with the source on Windows.

Run `python -m mc.net.minecraft.client.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 (or press F11 in-game). The argument `-creative` will force the game to be in creative mode.

All available tools and blocks are in the chests in the spawn house. All controls are as you would expect for the game and they can be configured in the options menu. Press I to open your inventory, F5 to toggle rain and F7 to take a cool isometric screenshot.

The Indev level generator is customizable and you can choose between the *Inland*, *Island*, *Floating*, and *Flat* level types.
You can specify the world theme as *Normal* or *Hell* (lava and dirt instead of water and grass), world size, and world shape (*Square*, *Long*, *Deep*).

Levels can be saved to a single *.mclevel* NBT file in the pause menu. The level files are perfectly compatible with Java and vice versa.

The only mobs around are the MD3 Ranas, but they don't drop anything when killed. Apples will restore health.

0.31.200912312

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.

0.31.200912232

This is the first version of *Minecraft Indev 0.31*. It is the last available version of Minecraft to be released in creative mode exclusively. However, the work-in-progress survival mode can be enabled by running the game with the argument `-survival`. This is the first version to feature one of the MD3 mobs of Indev, Rana.

Install this version with `python -m pip install minecraft-python==0.31.20091223-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.

Press B to pick any of the ores and tiles that exist in this creative version.
Press F5 to toggle rain. Other keys are listed in the regular options menu.

If you enable survival mode, you will spawn with some lava and water blocks for testing.
You will be able to attack the Rana mobs, but items in general won't drop. Arrows and mushrooms are unusable.

c0.30
This is the final version of Minecraft Classic. This version comes with both survival and creative modes: to enable survival mode, just run with the argument `-survival`.

In creative mode, no mobs exist. All Classic ores and tiles are made available by pressing B to pick blocks.

You can press F5 to toggle rain. Other keys are listed in the regular options menu.

The survival version features early mobs (pigs, creepers, skeletons, zombies, spiders) and basic combat. Press Tab to launch arrows at enemies.

There are pigs that drop brown mushrooms. Sheep also exist. Creepers explode only upon death.

To heal, pick up mushrooms and right click to eat. Red mushrooms are poisonous and will take away health.

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.

To launch the multiplayer game while in creative mode, 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.30` 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`. *wxPython* is an optional dependency for the level file picker, but if you don't have it then *Tkinter* is used instead.

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.

0.31.20100125

This version adds torch, fire, and lava blob particles to the game. Features from previous Indev versions include the Indev mossy cobblestone spawn house which contains chests with all of the items available in this version, NBT level file saving, tools including flint and steel and the bow and arrow, torches, advanced liquid spread, TNT explosives, and the MD3 Rana mobs.

Install this version with `python -m pip install minecraft-python==0.31.20100125` or, from source, `python setup.py build_ext --inplace`.

*Pyglet*, *Cython*, *Pillow*, *PyOgg*, *NumPy*, and *nbtlib* 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 has to be installed on your 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 and comes bundled with the source on Windows.

Run `python -m mc.net.minecraft.client.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 (or press F11 in-game). The argument `-creative` will force the game to be in creative mode.

All available tools and blocks are in the chests in the spawn house. All controls are as you would expect for the game and they can be configured in the options menu. Press I to open your inventory, F5 to toggle rain and F7 to take a cool isometric screenshot.

The Indev level generator is customizable and you can choose between the *Inland*, *Island*, *Floating*, and *Flat* level types.
You can specify the world theme as *Normal* or *Hell* (lava and dirt instead of water and grass), world size, and world shape (*Square*, *Long*, *Deep*).

Levels can be saved to a single *.mclevel* NBT file in the pause menu. The level files are perfectly compatible with Java and vice versa.

The only mobs around are the Ranas, but they don't drop anything when killed. Apples will restore health.

Page 1 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.