You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

46 lines
3.1 KiB
HTML

<!DOCTYPE html>
<html lang="en" data-bs-theme="dark">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Cursed Creations | Wiki</title>
<link rel="icon" type="image/x-icon" href="cursedcreations.png">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
</head>
<body>
<!-- Header -->
<nav class="navbar navbar-expand-lg bg-body-tertiary">
<div class="container-fluid">
<a class="navbar-brand" href="index.html">Cursed Creations</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="downloads/">Mods</a>
<!-- TODO: Add dropdown menu for some mods (ie Expanded Worlds site) -->
</li>
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="wiki.html">Wiki</a>
</li>
</ul>
</div>
</div>
</nav>
<br>
<ul>
<h1 id="wiki">Wiki</h1>
<h3 id="how-to-install">How to Install (Jarmods)</h3>
For MultiMC-based launchers: create a new instance using the version that you wish to use and make sure all resources needed are downloaded. Edit that instance and add the mod you want to install as a jarmod using the "Add to Minecraft.jar" feature. For inf-20100630, also install <a href="https://repo1.maven.org/maven2/systems/manifold/manifold-all/2023.1.3/manifold-all-2023.1.3.jar">Manifold</a> as a jarmod for inf-20100630 BigInteger by adding it the same way.
For the official Minecraft Launcher (current version) and PojavLauncher: navigate to your .minecraft folder and open versions. Make sure you have already ran the version that the mod you want to install is based on. Make a copy of that folder in your versions directory and rename it and the files inside to something like `version-mod` where `version` is the Minecraft version base you are using and `mod` is the mod you are installing (ie: 64bit, BigInt, etc). Edit the json and delete everything between "client" and (but not including) "server". Then find where it says `"id": version` and change the version to what you named the files previously. Save everything and reopen your launcher. Please note, 1.3.2-BigInteger will likely not work on PojavLauncher without patching.
<!-- TODO: Add images -->
</ul>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/js/bootstrap.bundle.min.js" integrity="sha384-w76AqPfDkMBDXo30jS1Sgez6pr3x5MlQ1ZAGC+nuZB+EYdgRZgiwxhTBTkF7CXvN" crossorigin="anonymous"></script>
</body>
</html>