-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocs.html
More file actions
50 lines (36 loc) · 1.73 KB
/
docs.html
File metadata and controls
50 lines (36 loc) · 1.73 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Listing of /</title>
<link rel="stylesheet" href="archive-styles.css">
</head>
<body>
<h1>DOCS</h1>
<h3>How to download?</h3>
<p>To download the file <a href="archive.html">CLICK HERE</a>. Make sure you download the correct file for your Minecraft Version.</p>
<br>
<h3>How to setup?</h3>
<p><b>WINDOWS:</b>
Press Win + R to open the Run dialog.
Type %APPDATA%\.minecraft and press Enter.
In the .minecraft folder, locate or create a folder named resourcepacks.
Place your .zip texture/resource pack file into this folder.
Launch Minecraft, go to Options > Resource Packs, and select your pack.</p>
<br>
<p><b>MACOS:</b> Open Finder.
Press Cmd + Shift + G to open the "Go to Folder" dialog.
Enter ~/Library/Application Support/minecraft and press Enter.
Inside the minecraft folder, find or create a resourcepacks folder.
Place your .zip texture/resource pack file here.
Open Minecraft, navigate to Options > Resource Packs, and choose your pack.</p>
<br>
<p><b>LINUX:</b> Open your home directory.
Press Ctrl + H to show hidden files.
Navigate to .minecraft.
Inside .minecraft, find or create a resourcepacks folder.
Place your .zip texture/resource pack file into this folder.
Launch Minecraft, go to Options > Resource Packs, and select your pack.</p>
</body>
</html>