thefuckhow/index.php
2020-11-21 07:03:37 -06:00

37 lines
1.4 KiB
PHP

<!DOCTYPE html>
<html>
<head>
<?php include $_SERVER['DOCUMENT_ROOT'].'/src/meta.php';?>
<title>thefuck.how</title>
</head>
<body>
<?php include $_SERVER['DOCUMENT_ROOT'].'/src/header.php';?>
<div class="content">
<h1>Connect to the Server</h1>
<p>Download this modpack: <a href="https://www.curseforge.com/minecraft/modpacks/valhelsia-3/files/3110648">Valhelsia 3</a></p>
<p>Add these mods:</p>
<ul>
<li><a href="https://media.forgecdn.net/files/3091/862/ftb-gui-library-1603.1.1.25.jar">FTB GUI Library</a></li>
<li><a href="https://media.forgecdn.net/files/3105/153/ftb-chunks-1603.2.0.43.jar">FTB Chunks</a></li>
<li><a href="https://media.forgecdn.net/files/3113/275/industrial-foregoing-1.16.4-3.2.2-daea863.jar">Industrial Foregoing 3.2.2</a></li>
</ul>
<p>Remove these mods:</p>
<ul>
<li><code>industrial-foregoing-1.16.3-3.1.1-a834e76.jar</code></li>
</ul>
<p>Open Minecraft, click "Multiplayer", "Add Server", and drop this IP in:</p>
<code class="bigcode">valhelsia.thefuck.how</code>
<!--
<p>If you want vanilla, connect here:</p>
<code class="bigcode">thefuck.how</code>
-->
<h1>I Have a Problem</h1>
<p>You can message one of the server admins when they're on, or alternatively, you can message any of the staff members on discord:</p>
<ul>
<li>TheTypicalHero#8526</li>
<li>Salt#0382</li>
</ul>
</div>
</body>
</html>