-
Notifications
You must be signed in to change notification settings - Fork 4
/
wiki.html
83 lines (76 loc) · 4.6 KB
/
wiki.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="shortcut icon" type="image/png" href="assets/cursedcreations.png">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="Formerly Connection Terminated, we are a group of people dedicated to breaking Minecraft. Est 2020.">
<meta property="og:title" content="Cursed Creations">
<meta property="og:url" content="https://cursedcreationsteam.github.io">
<meta property="og:type" content="website">
<meta property="og:description" content="Formerly Connection Terminated, we are a group of people dedicated to breaking Minecraft. Est 2020.">
<meta property="og:image" content="assets/cursedcreations.png">
<meta property="twitter:card" content="summary">
<meta property="twitter:domain" content="cursedcreationsteam.github.io">
<meta property="twitter:url" content="https://cursedcreationsteam.github.io">
<meta name="twitter:description" content="Formerly Connection Terminated, we are a group of people dedicated to breaking Minecraft. Est 2020.">
<meta name="twitter:image" content="/cursedcreations.png">
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/theme.css">
<link rel="stylesheet" href="css/header.css">
<link rel="stylesheet" href="css/misc.css">
<link rel="stylesheet" href="css/mobile.css">
<title>Cursed Creations | Wiki</title>
</head>
<body>
<div style="display: contents">
<header class="headitem">
<nav class="headitem">
<a class="brand headitem" href="/">Cursed Creations</a>
<div tabindex="0" id="menuicon">
<div id="openmenu" class="menuicon" >
<md-outlined-icon-button aria-label="Toggle navigation" class="headitem">
<div class="menuicon1" onclick="openmenu()">
<md-icon class="headitem"><svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" class="headitem">
<path d="M120-240v-80h720v80H120Zm0-200v-80h720v80H120Zm0-200v-80h720v80H120Z" class="headitem"></path></svg></md-icon></md-outlined-icon-button>
</div>
<div id="closemenu" class="menuicon1" onclick="closemenu()">
<md-icon class="headitem"><svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" class="headitem">
<path d="M120-240v-80h720v80H120Zm0-200v-80h720v80H120Zm0-200v-80h720v80H120Z" class="headitem"></path></svg></md-icon></md-outlined-icon-button>
</div>
</div>
</div>
<div id="mobilemenu">
<ul id="menucontents" class="links headitem ">
<li class="headitem"><a href="/" class="headitem">Home</a></li>
<li class="headitem"><a href="/downloads" class="headitem">Mods</a></li>
<li class="headitem"><a href="wiki" class="headitem">Wiki</a></li>
</ul>
</nav>
</header>
<main class="headitem">
<h1>Wiki</h1>
<h2>How to Install (Jarmods)</h2>
<h3 class="justifytext">For MultiMC-based launchers</h3>
<!-- WHY IS EVERYTHING CRAMPED INTO A SINGLE P ELEMENT AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA-->
<p class="justifytext">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.</p>
<h3 class="justifytext">For inf-20100630</h3>
<p class="justifytext">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.</p>
<h3 class="justifytext">For the official Minecraft Launcher (current version) and PojavLauncher</h3>
<p class="justifytext">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 <code>version-mod</code> where <code>version</code> is the Minecraft version base you are using and
<code>mod</code> 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 <code>"id": version</code> 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.</p>
</main>
</div>
<script src="js/script.js"></script>
</body>
</html>