-
-
Notifications
You must be signed in to change notification settings - Fork 488
/
Copy pathcontact.html
55 lines (48 loc) · 3.37 KB
/
contact.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
---
title: Contact Me
permalink: /contact/
---
{% include title.html l1 = page.title l2 = page.description %}
<div class="padding20 no-padding-left no-padding-right bg-grayLighter">
<div class="container">
<div class="margin20 no-margin-left no-margin-right no-margin-top">
<h2>Before You Ask</h2>
<ul>
<li><p><b>How do I install Wurst?</b><br>
Please read the <a href="/tutorials/how-to-install/">installation tutorial</a>.</p></li>
<li><p><b>Help! Fabric says "mod X depends on Y [some specific version]"!</b><br>
You have the wrong version of something. Please read my <a href="/tutorials/how-to-install/wurst-7/#launch-fabric-error">guide on how to fix this</a>.</p></li>
<li><p><b>Help! I can't find the .dupe command.</b><br>
Please read my <a href="https://wurst.wiki/dupe_unknown_command">guide on how to fix this</a>.</p></li>
<li><p><b>I have Minecraft 1.12.2/1.8.9. Why does the Wurst 6 installer say that it couldn't find my Minecraft installation?</b><br>
You need Minecraft 1.12/1.8 instead. Please read my <a href="https://wurst.wiki/download_minecraft_through_launcher">guide on how to fix this</a>.</p></li>
<li><p><b>Which key opens the GUI?</b><br>
Right CTRL? Right Shift? Wurst has more than one GUI, pick your favorite! You can use the <a href="https://wurst.wiki/keybind_manager">Keybind Manager</a> to see all your keybinds and customize them to your liking.</p></li>
<li><p><b>Help! I deleted my GUI keybinds!</b><br>
Relax! This is easy to fix. Just open the <a href="https://wurst.wiki/keybind_manager">Keybind Manager</a> and click the "Reset to Defaults" button.</p></li>
<li><p><b>Help! My X-Ray is not working.</b><br>
Are you seeing fake ores everywhere? That's a server plugin that's meant to break X-Ray. There is unfortunately nothing you can do about that. Are you seeing everything as if X-Ray was turned off? That happens with OptiFine (since version F4) and Sodium. Use OptiFine F3 instead, if possible. You could also use Search instead of X-Ray or use Wurst without OptiFine/Sodium, as a workaround. I don't currently have a proper fix for this. If you have any info on how this could be fixed, I'm all ears.</p></li>
<li><p><b>How can I make AutoBuild templates?</b><br>
Please see <a href="https://wurst.wiki/autobuild">this wiki page</a> for details.</p></li>
</ul>
</div>
</div>
</div>
<div class="padding100 no-padding-left no-padding-right"></div>
<div class="padding100 no-padding-left no-padding-right"></div>
<div class="padding20 no-padding-left no-padding-right">
<div class="container">
<div class="margin20 no-margin-left no-margin-right no-margin-top">
<p class="text-accent">
Here is how you can contact me:
</p>
<ul>
<li><p>E-Mail: <a href="mailto:[email protected]">[email protected]</a></p></li>
<li><p>Twitter: <a href="https://twitter.com/Wurst_Imperium">@Wurst_Imperium</a></p></li>
<li><p>WurstForum: <a href="https://wurstforum.net/t/support">WurstForum.net/t/support</a></p></li>
<li><p>YouTube: <a href="https://www.youtube.com/user/Alexander01998/videos">Alexander01998</a></p></li>
<li><p>GitHub: <a href="https://github.com/Wurst-Imperium/Wurst7">Wurst-Imperium/Wurst7</a></p></li>
</ul>
</div>
</div>
</div>