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
+5-7Lines changed: 5 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -4,27 +4,25 @@
4
4
5
5
_**Minecraft: Python Edition**_ is a project that strives to recreate each and every old Minecraft version in Python using the **Pyglet** multimedia library and **Cython** for performance.
6
6
7
-
This project is currently recreating the **Preclassic** versions of Minecraft. The latest version is **Preclassic rd-132328** as released on _**May 13, 2009**_.
7
+
This project is currently recreating the **Preclassic** versions of Minecraft. The latest version is **Preclassic rd-160052** as released on _**May 15, 2009**_.
8
8
9
-
Learn more about this version [here](https://minecraft.fandom.com/wiki/Java_Edition_pre-Classic_rd-132328).
9
+
Learn more about this version [here](https://minecraft.fandom.com/wiki/Java_Edition_pre-Classic_rd-160052).
10
10
11
11
### General Usage
12
12
13
13
*Pyglet* and *Cython* are required dependencies and can easily be installed with *pip*. Use the versions specified in `requirements.txt`.
14
14
15
-
To easily install this version of *Minecraft: Python Edition*, just run `python -m pip install minecraft-python==132328`.
15
+
To easily install this version of *Minecraft: Python Edition*, just run `python -m pip install minecraft-python==160052`.
16
16
17
17
Alternatively, for a manual Cython build, run `python setup.py build_ext --inplace`.
18
18
19
19
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.
20
20
21
21
### Gameplay
22
22
23
-
Very basic block picking and placingare featured in this version. You can only place stone tiles, except at exact ground level where it is only grass.
23
+
Basic terrain, early block picking and placing, and human mobs are featured in this version. There are four different blocks you can place.
24
24
25
-
Human mobs are featured in this version, but they are all spawned at game start as opposed to on key press.
26
-
27
-
Press *Esc* to exit the game.
25
+
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.
0 commit comments