This repository has been archived by the owner on Mar 30, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathquilt.html
35 lines (35 loc) · 2.27 KB
/
quilt.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
<!DOCTYPE HTML>
<html lang=en_US>
<head>
<meta http-equiv=Content-Type content="text/html; charset=utf-8">
<meta name=description content="information on the quilt loader for minecraft java 1.18.2+.">
<meta name=viewport content="width=device-width, initial-scale=1">
<meta name=theme-color content=#000000>
<title>quilt | waffle.coffee</title>
<link href=./favicon-32x32.png rel=icon sizes=32x32 type=image/png>
<link href=./favicon-16x16.png rel=icon sizes=16x16 type=image/png>
<link href=https://latex.now.sh/style.css rel=stylesheet type=text/css>
</head>
<body>
<header>
<h1>Quilt Loader</h1>
<nav>
<a href='/'>Home</a> |
<a href=./meta.html>Meta & Contact Info</a> |
<a href=./my-work>Stuff I've Done</a> |
Quilt Loader
</nav>
</header>
<p><a href=https://quiltmc.org>The Quilt Project</a> is a modern, open source, free, and lightweight mod loader for Minecraft since version 1.18.2, forked from the similar Fabric Project. If you use Fabric, Forge, vanilla, or OptiFine on a day-to-day basis when playing on 1.18.2 or above, I would recommend checking out Quilt.</p>
<p>Quilt forked from Fabric for a good number of reasons, the primary of which was due to lack of proper moderation or administration. A good portion of the rationale for Quilt forking can be found in <a href=https://gist.github.com/leo60228/7a185bea0ac0a7f16b0f393cd888f08d>this gist</a>.</p>
<p>This is a reference page for links with guides that I have made for Quilt.</p>
<h3 id="me">Resources written by me</h3>
<p><a href=https://empireminecraft.com/threads/83391>Installing Quilt Mods</a>
<br><a href=https://empireminecraft.com/threads/83393>Maximizing Performance with Quilt</a>
<br><a href=https://empireminecraft.com/threads/83816>Updated Quilt Mods for 1.19.2</a>
<br><a href=https://empireminecraft.com/threads/84590>Why you shouldn't use OptiFine</a></p>
<h3 id="others">Resources written by others</h3>
<p><a href="https://madelinemiller.dev/blog/forge-vs-fabric">Minecraft Forge vs Fabric, which should you use?</a> by <a href="https://madelinemiller.dev">me4502</a></p>
<footer class="footnotes"><em>First published: 2021-01-05 | Last updated: 2022-10-30</em></footer>
</body>
</html>