2
2
3
3
## Do I need to own Minecraft: Pocket Edition to play?
4
4
5
- Yes. To download and update a compatible versions of the Game , the
5
+ Yes. To download and update a compatible version of the game , the
6
6
Google Play account you sign in with needs to own the game on the Play
7
- Store. Then you are able to download and play some previous versions of
8
- the game as well, althought not offically supported by Google Play.
7
+ Store. Then you are able to download and play the latest version and even a few
8
+ previous versions as well, althrough not offically supported by Google Play.
9
9
10
10
### The launcher ** cannot** download the game from:
11
11
12
- - The Amazon App store, althought may or may not work on arm devices.
13
- You have to extract the apk from an amazon device.
12
+ - The Amazon App store, althrough may or may not work on ARM devices.
13
+ You have to extract the APK from an Amazon device.
14
14
15
15
### The launcher ** cannot** download and ** cannot** launch the game from:
16
16
17
- This would require a completly different Launcher, if that would even
18
- possible
19
-
20
17
- The Apple iOS App store
21
18
- The Microsoft Store, previously by redeeming a gift code for
22
19
Minecraft: Windows 10 Edition
23
20
21
+ Even if this was possible, it would require a completely different Launcher.
22
+
24
23
### Can I play with an APK?
25
24
26
- No, this allowed piracy that is forbidden in this project.
25
+ No, this would allow piracy which is forbidden in this project.
27
26
28
- Any attempt to document workarounds or make it easy to import an paid apk without a valid google play game license is undesirable.
27
+ Any attempt to document workarounds or to make it easy to import a paid APK without a valid Google Play game license is undesirable.
29
28
30
- Game licenses can be revoked at any point of time by you, microsoft/mojang or google , as it happened for all residents of Russia.
29
+ Game licenses can be revoked at any point of time by you, Microsoft/Mojang or Google , as it happened to all residents of Russia.
31
30
32
- Ignoring this policy may cause suspension including termination of this project like happended between 2022- 2023.
31
+ Ignoring this policy may cause suspension including termination of this project like it happended between 2022 - 2023.
33
32
34
33
_ Exception to the rule are Minecraft Trial and Edu where the latter doesn't work at this time._
35
34
36
35
## Does it work on Windows 7 / 8?
37
36
38
- No, due to the amount of work required to get this running on Windows.
39
- Play the Windows 10 Edition instead if you can. Note that you can not
40
- play Minecraft in the current version of [ Windows Subsystem for Linux
41
- (WSL)] ( https://en.wikipedia.org/wiki/Windows_Subsystem_for_Linux ) , as
42
- the mouse input is broken due to an
43
- [ issue] ( https://github.com/microsoft/wslg/issues/240 ) with its graphic
44
- stack.
37
+ No, due to the amount of work required to get this running on older
38
+ versions of Windows. Play the Windows 10 Edition instead if you can.
39
+ Note that you can not play Minecraft in the current version of the
40
+ [ Windows Subsystem for Linux(WSL)] ( https://en.wikipedia.org/wiki/Windows_Subsystem_for_Linux ) , as
41
+ the mouse input is broken due to an [ issue] ( https://github.com/microsoft/wslg/issues/240 ) with its graphic stack.
45
42
46
43
## How does it work?
47
44
@@ -65,20 +62,19 @@ Mac OS X:
65
62
` ~/Library/Application Support/mcpelauncher/games/com.mojang/minecraftWorlds `
66
63
67
64
Each world has its own directory. If you have multiple worlds, you can
68
- identify them by their name in ` levelname.txt ` found in each world.
65
+ identify them by their name in ` levelname.txt ` found in each world folder .
69
66
70
- The ` mcpelauncher-server ` creates and expects its world files in
71
- ` world ` .
67
+ The ` mcpelauncher-server ` creates and expects its world files in ` world ` .
72
68
73
69
## Can I use resource packs?
74
70
75
- Yes , put them in
71
+ Of course , put them into:
76
72
` ~/.local/share/mcpelauncher/games/com.mojang/resource_packs ` .
77
73
78
74
(For Flatpak)
79
75
` ~/.var/app/io.mrarm.mcpelauncher/data/mcpelauncher/games/com.mojang/resource_packs `
80
76
81
- For Mac OS X, put them in
77
+ For Mac OS X, put them into:
82
78
` ~/Library/Application Support/mcpelauncher/games/com.mojang/resource_packs ` .
83
79
84
80
Shaders are also resource packs. (Shaders must be GLSL based and must be
@@ -95,16 +91,16 @@ Yes for Minecraft 1.21.2x and below by extracting the lib/native folder of https
95
91
96
92
![ dataroot] ( ./dataroot.png )
97
93
98
- An incomplete list of known values, if your launcher profile has no custom path.
94
+ An incomplete list of known values, if your launcher profile has no custom path.
99
95
100
96
Package Type|Path
101
97
---|---
102
98
linux|` ~/.local/share/mcpelauncher `
103
99
linux (flatpak)|` ~/.var/app/io.mrarm.mcpelauncher `
104
100
macOS|` ~/Library/Application Support/mcpelauncher `
105
101
106
- ## Can I Play multiple Versions of the Game ?
102
+ ## Can I play multiple versions of the game ?
107
103
108
- Yes, by editing your profile and changeing the version in the dropdown
104
+ Yes, by editing your profile and changing the version in the dropdown menu.
109
105
110
106
![ profileedit] ( profileedit.png )
0 commit comments