Skip to content

Commit 0a07230

Browse files
committed
Initial commit
0 parents  commit 0a07230

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

README.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# Minecraft Purity
2+
__Minecraft Purity__ is mod for Minecraft Beta 1.7.3
3+
4+
Supported Java version is 8.
5+
6+
## How to install?
7+
__For MultiMC__:
8+
1. Download __"purity.zip"__ from Releases
9+
2. Open MultiMC
10+
3. Click "Add instance"
11+
4. Navigate to "Import"
12+
5. Click "Browse"
13+
6. Select __"purity.zip"__
14+
7. Click "OK"
15+
8. Done
16+
17+
__For Other Launchers__:
18+
1. Download __"purity.jar"__ from Releases
19+
2. Navigate to your __".minecraft"__ folder
20+
3. Open __"versions"__ folder
21+
4. Create __"purity"__ folder
22+
5. Move __"purity.jar"__ into it
23+
6. Download Beta 1.7.3 version in your launcher
24+
7. Move file named __"b1.7.3.json"__ into __"purity"__ folder
25+
8. Rename __"b1.7.3.json"__ in your folder to __"purity.json"__
26+
9. Enjoy
27+
28+
## How to create server?
29+
1. Download __"purity_server.jar"__ from Releases
30+
2. Create __"start.bat"__/__"start.sh"__ file in the same folder which contains __"purity_server.jar"__
31+
3. Open your terminal and enter this command: `chmod +x start.sh` (Only on Linux)
32+
4. Edit __"start.bat"__/__"start.sh"__
33+
5. Paste this into it:
34+
``` sh
35+
java -Xmx2048 -jar purity_server.jar nogui
36+
```
37+
6. Enjoy

0 commit comments

Comments
 (0)