-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathguide.html
41 lines (40 loc) · 2.44 KB
/
guide.html
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
{{ template "head.html" . }}
<div class="page">
{{ template "sidebar.html" . }}
<div class="page-wrapper">
{{template "header.html" .}}
<div class="page-body">
<div class="container-xl">
<div class="row justify-content-center">
<div class="col-lg-10 col-xl-9">
<div class="card card-lg">
<div class="card-body markdown">
<h2>How To Download A Schematic</h2>
<p>Find a schematic that you want to download</p>
<p>Click the blue download button</p>
<p>The .nbt file will now be in your downloads folder</p>
<p>Place the file in C:\\Users\<b>{ Your User }</b>\AppDataRoaming\<b>{ Minecraft Launcher }</b>\instances\<b>{ Instance Name }</b>\schematics [NOTE: Bolded words depend on your device settings and names.]</p>
<p>Now, in-game place a schematic table, place an empty schematic in the left slot and select the schematic you want to imprint onto it.</p>
<p>Have Fun!</p>
<h2>How To Format A Schematic</h2>
<p>Choose a proper name for your schematic which correctly portrays it.</p>
<p>Accurately fill in the initial drop down choices.</p>
<p>Upload a 'featured image' (the thumbnail).</p>
<p>Upload gallery images</p>
<p>Write a unique and fitting description for your schematic.</p>
<p>Tag your item properly, do not use inaccurate tags, do not spam tags.</p>
<p>If you are reuploading a schematic, credit the original creator.</p>
<p>If your schematic has dependencies (other mods are required for it to function), check the box and fill out the next field.</p>
<p>Reminder, posts must be in English.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
{{template "footer.html" .}}
</div>
</div>
{{template "foot.html" .}}
</div>