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
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -5,17 +5,17 @@
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 20100202** as released on _**February 2, 2010**_.
8
+
The latest version is **Indev 20100206-3** as released on _**February 6, 2010**_.
9
9
10
-
This version re-adds pigs, sheep, skeletons, creepers, zombies and spiders to the game, however they are all passive.
11
-
This is the last available version of 0.31.
10
+
This version adds farming, hostile mobs that only spawn in dark areas, and difficulty settings to the game.
11
+
This is the first available version of Minecraft Indev.
12
12
13
-
Features from previous Indev versions include the Indev mossy cobblestone spawn house, NBT level file saving,
13
+
Features from previous Indev versions include the Indev mossy cobblestone spawn house, NBT level file saving, mobs,
14
14
durable tools, torches, advanced liquid spread, TNT explosives, chests, the main menu, workbench crafting, and soup.
15
15
16
-
To easily install this version of *Minecraft: Python Edition*, just run `python -m pip install minecraft-python==0.31.20100202`.
16
+
To easily install this version of *Minecraft: Python Edition*, just run `python -m pip install minecraft-python==20100206-3`.
17
17
18
-
You can learn more about this version [on the Minecraft wiki.](https://minecraft.wiki/w/Java_Edition_Indev_0.31_20100202)
18
+
You can learn more about this version [on the Minecraft wiki.](https://minecraft.wiki/w/Java_Edition_Indev_20100206-3)
19
19
20
20
### Organization
21
21
@@ -54,11 +54,11 @@ Levels can be saved to a single *.mclevel* NBT file in the pause menu. The level
54
54
55
55
Any mob may drop string, gunpowder, feathers, or flint and steel upon death.
56
56
57
-
Crafted mushroom bowl soup will restore health. Check the Wiki for crafting recipes added in this version.
57
+
Mushroom bowl soup and bread will restore health. Check the Wiki for crafting recipes added in this version.
58
58
59
59

60
60
61
-
*An isometric screenshot of a normal Island map generated by the game.*
61
+
*An isometric screenshot of a Floating map generated by the game, showcasing mobs and farming.*
0 commit comments