You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-7
Original file line number
Diff line number
Diff line change
@@ -5,14 +5,16 @@
5
5
_**Minecraft: Python Edition**_ is a project that strives to recreate each and every old Minecraft version in Python 3 using the **Pyglet** multimedia library and **Cython** for performance.
6
6
7
7
The project is currently working on the Indev versions of Minecraft.
8
-
The latest version is **Indev 0.31 20100124-2** as released on _**January 24, 2010**_.
8
+
The latest version is **Indev 0.31 20100125** as released on _**January 25, 2010**_.
9
9
10
-
This version has the Indev mossy cobblestone spawn house which contains chests with all of the items available in this version.
11
-
It also has level file saving, the bow and arrow, advanced liquid spread, and powerful TNT explosion blasts.
10
+
This version adds torch, fire, and lava blob particles to the game.
11
+
Features from previous Indev versions include the Indev mossy cobblestone spawn house which contains chests
12
+
with all of the items available in this version, NBT level file saving,
13
+
tools including flint and steel and the bow and arrow, torches, advanced liquid spread, TNT explosives, and the MD3 Rana mobs.
12
14
13
-
To easily install this version of *Minecraft: Python Edition*, just run `python -m pip install minecraft-python==0.31.20100124-2`.
15
+
To easily install this version of *Minecraft: Python Edition*, just run `python -m pip install minecraft-python==0.31.20100125`.
14
16
15
-
You can learn more about this version [on the Minecraft wiki.](https://minecraft.wiki/w/Java_Edition_Indev_0.31_20100124-2)
17
+
You can learn more about this version [on the Minecraft wiki.](https://minecraft.wiki/w/Java_Edition_Indev_0.31_20100125)
16
18
17
19
### Organization
18
20
@@ -48,11 +50,11 @@ You can specify the world theme as *Normal* or *Hell* (lava and dirt instead of
48
50
49
51
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.
50
52
51
-
The only mobs around are the MD3 Ranas, but they don't drop anything when killed. Apples will restore health.
53
+
The only mobs around are the Ranas, but they don't drop anything when killed. Apples will restore health.
52
54
53
55

54
56
55
-
*An isometric screenshot of a small and long Inland map generated by the game.*
57
+
*An isometric screenshot of a Hell map generated by the game.*
0 commit comments