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
+13-11
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 20100128** as released on _**January 28, 2010**_.
8
+
The latest version is **Indev 0.31 20100129** as released on _**January 29, 2010**_.
9
9
10
-
This version adds diamonds, diamond ore, gears, metal tool variants, and semi-functional crafting to the game.
10
+
This version adds functional crafting, sticks, the "Steve" and "Black Steve" MD3 mobs, and rudimentary smelting to the game.
11
+
This is the first version where items must be gathered and crafted yourself, as opposed to them being provided in the chests at spawn.
11
12
12
-
Features from previous Indev versions include the Indev mossy cobblestone spawn house which contains chests
13
-
with all of the items available in this version, NBT level file saving,
14
-
tools including flint and steel and the bow and arrow, torches, advanced liquid spread, TNT explosives, and the MD3 Rana mobs.
13
+
Features from previous Indev versions include the Indev mossy cobblestone spawn house, NBT level file saving,
14
+
most tools, torches, advanced liquid spread, TNT explosives, and passive MD3 mobs.
15
15
16
-
To easily install this version of *Minecraft: Python Edition*, just run `python -m pip install minecraft-python==0.31.20100128`.
16
+
To easily install this version of *Minecraft: Python Edition*, just run `python -m pip install minecraft-python==0.31.20100129`.
17
17
18
-
You can learn more about this version [on the Minecraft wiki.](https://minecraft.wiki/w/Java_Edition_Indev_0.31_20100128)
18
+
You can learn more about this version [on the Minecraft wiki.](https://minecraft.wiki/w/Java_Edition_Indev_0.31_20100129)
19
19
20
20
### Organization
21
21
@@ -42,21 +42,23 @@ The argument `-creative` will force the game to be in creative mode.
42
42
43
43
### Gameplay
44
44
45
-
All available tools and blocks are in the chests in the spawn house.
46
45
All controls are as you would expect for the game and they can be configured in the options menu.
47
-
Press I to open your inventory, B to craft (only recipe is an apple in the top-left corner for an arrow),
46
+
Press I to open your inventory, B to craft (I to exit the crafting screen),
48
47
F5 to toggle rain and F7 to take a cool isometric screenshot.
49
48
49
+
Smelting is unique in early Indev: to get iron or gold ingots, light the dropped ores on fire or throw them in lava.
50
+
50
51
The Indev level generator is customizable and you can choose between the *Inland*, *Island*, *Floating*, and *Flat* level types.
51
52
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*).
52
53
53
54
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.
54
55
55
-
The only mobs around are the Ranas, but they don't drop anything when killed. Apples will restore health.
56
+
The only mobs around are the Steves and Black Steves, which don't drop anything when killed.
57
+
Apples will restore health.
56
58
57
59

58
60
59
-
*An isometric screenshot of a deep Floating map generated by the game.*
61
+
*An isometric screenshot of a normal Island map generated by the game, showing the MD3 mobs.*
0 commit comments