-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
114 lines (112 loc) · 3.41 KB
/
index.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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta
name="description"
content="Improve your FPS and quality-of-life with Additive, the simple and fast open-source OptiFine alternative modpack for Minecraft. Built on Fabric."
/>
<meta
name="keywords"
content="Additive, Minecraft, OptiFine, Mod, Modpack, Fabric"
/>
<meta name="author" content="intergrav" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Additive</title>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/@intergrav/dev.css@3"
/>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/@intergrav/dev.css@3/addon/header-sidebar.min.css"
/>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/@intergrav/fonts@1/serve/geist.min.css"
/>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/@intergrav/fonts@1/serve/geist-mono.min.css"
/>
</head>
<body>
<header>
<h1>Additive</h1>
<p>A simple and fast open-source OptiFine alternative.</p>
<nav>
<ul>
<li><a href="/">Home</a></li>
<li><a href="/downloads">Downloads</a></li>
<li><a href="https://modrinth.com/project/additive">Modrinth</a></li>
<li><a href="https://github.com/skywardmc/additive/wiki">Wiki</a></li>
<li><a href="https://github.com/skywardmc/additive">Git</a></li>
</ul>
</nav>
</header>
<h2>What is this?</h2>
<p>
Additive is a simple, modern, open-source alternative to OptiFine for the
most recent versions of Minecraft. It has basically every feature from
OptiFine, including:
</p>
<ul>
<li>Major FPS and logic performance improvements</li>
<li>Built-in shader pack support</li>
<li>Extra resource pack features, e.g. CIT</li>
<li>Camera zoom to see further</li>
<li>Dynamic lighting with items</li>
<li>Better grass and snow</li>
<li>
OptiFine donator capes (and
<a href="https://github.com/intergrav/Additive/wiki/Supporter-cape"
>free capes</a
>)
</li>
<li>
Other features
<a href="https://github.com/skywardmc/additive/wiki/Give-up-OptiFine"
>listed here</a
>
</li>
</ul>
<p>There are also these extra features included:</p>
<ul>
<li>
Free, simple world hosting
<ul>
<li>
Simply click "Open Externally" in the menu of your world and you'll
get a shareable IP
</li>
</ul>
</li>
<li>
Modularity
<ul>
<li>
Lets you disable features that are incompatible with other mods or
features you dislike
</li>
</ul>
</li>
<li>Fast updates</li>
<li>
Other features
<a href="https://github.com/skywardmc/additive/wiki/Extra-features"
>listed here</a
>
</li>
</ul>
<p>
For more information, read through Additive's
<a href="https://modrinth.com/modpack/additive">Modrinth page</a>.
</p>
<h2>How do I get it?</h2>
<p>
For installation and downloads, see <a href="/downloads">this page</a>. It
provides instructions for third-party launchers and also an installer for
the Mojang launcher.
</p>
</body>
</html>