Skip to content

Commit c300aeb

Browse files
committed
Start of redesign
1 parent b997e66 commit c300aeb

File tree

16 files changed

+72
-28
lines changed

16 files changed

+72
-28
lines changed

_data/topnav.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11

22
links:
3-
- title: download
4-
page: use/installer.md
5-
- title: blog
3+
- title: Download
4+
page: download.md
5+
- title: Blog
66
page: blog.md
7-
- title: develop
7+
- title: Develop
88
page: develop.md
9-
- title: discuss
9+
- title: Discuss
1010
page: discuss.md
11-
- title: wiki
11+
- title: Wiki
1212
url: https://fabricmc.net/wiki/

_sass/fabric.scss

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,16 @@ button, .button {
8787
box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
8888
}
8989

90+
img.button-icon {
91+
width: 24px;
92+
height: 24px;
93+
margin-right: 4px;
94+
}
95+
96+
.button span {
97+
vertical-align: middle;
98+
}
99+
90100
button {
91101
font-size: inherit;
92102
line-height: inherit;
@@ -207,4 +217,12 @@ p {
207217
object-fit: cover;
208218
}
209219
}
220+
}
221+
222+
.container {
223+
background-color: #161B22;
224+
width: 100%;
225+
padding: 24px;
226+
227+
border-radius: 10px;
210228
}

assets/external/ATLauncher.png

4.95 KB
Loading

assets/external/cf_app_icon.png

3.34 KB
Loading

assets/external/ftb.png

7.28 KB
Loading

assets/external/gdlauncher.png

5.18 KB
Loading

assets/external/modrinth-app.png

15.3 KB
Loading

assets/external/multimc.png

38.2 KB
Loading

assets/external/prism_launcher.png

4.42 KB
Loading

download.md

Lines changed: 32 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,39 @@ permalink: /download/
55
topnav: true
66
---
77

8-
# Download
8+
# Download Fabric Loader
99

10-
This page contains download links for various projects within the Fabric toolchain.
10+
You can select the Minecraft and Fabric Loader versions in the installer, which works for all supported versions; it will install Fabric Loader and add it as a profile to your Minecraft Launcher. For more details, see the [Fabric Documentation - Installing Fabric page](https://docs.fabricmc.net/players/installing-fabric).
1111

12-
## Download Fabric Loader
12+
<noscript style="color:red">You need Javascript to show the Download button.</noscript>
13+
<div class="fabric-component" data-component="Download"></div>
1314

14-
The Minecraft and Fabric Loader versions can be selected in the installer, this download works for every version we support. The installer will install Fabric Loader and add it as a profile to your Minecraft Launcher. For more information, see the [Fabric Documentation - Installing Fabric page.](https://docs.fabricmc.net/players/installing-fabric)
15+
{% assign cacheBust = site.time | date:'?v=%s' %}
16+
<script type="text/javascript" src="{{ "/scripts/main.js" | relative_url | append: cacheBust }}"></script>
17+
<link href="{{ "/scripts/style.css" | relative_url | append: cacheBust }}" rel="stylesheet">
1518

19+
## Using a Third-Party Launcher? {#third-party-launcher}
20+
21+
These third-party launchers have their own installation process for Fabric Loader, consider checking out the relevant documentation for the launcher you are using:
22+
23+
<div class="button-group horizontal">
24+
<a class="button secondary" href="https://support.modrinth.com/en/articles/8827653-installing-updating-mod-loaders-and-game-versions" target="_blank"><img class="button-icon" src="/assets/external/modrinth-app.png"><span>Modrinth App</span></a>
25+
<a class="button secondary" href="https://support.curseforge.com/en/support/solutions/articles/9000196904-creating-a-custom-profile" target="_blank"><img class="button-icon" src="/assets/external/cf_app_icon.png"><span>CurseForge App</span></a>
26+
<a class="button secondary" href="https://prismlauncher.org/wiki/getting-started/download-mods/" target="_blank"><img class="button-icon" src="/assets/external/prism_launcher.png"><span>Prism Launcher</span></a>
27+
<a class="button secondary" href="https://gdlauncher.com/docs/" target="_blank"><img class="button-icon" src="/assets/external/gdlauncher.png"><span>GDLauncher Carbon</span></a>
28+
<!-- <a class="button secondary" href="https://github.com/MultiMC/Launcher/wiki/Instance-Version#install" target="_blank"><img class="button-icon" src="/assets/external/multimc.png"><span>MultiMC</span></a> -->
29+
<a class="button secondary" href="https://atlauncher.com/help" target="_blank"><img class="button-icon" src="/assets/external/ATLauncher.png"><span>ATLauncher</span></a>
30+
<a class="button secondary" href="https://docs.feed-the-beast.com/docs/app/" target="_blank"><img class="button-icon" src="/assets/external/ftb.png"><span>FTB App</span></a>
31+
</div>
32+
<br />
33+
_Is your Launcher not in this list? Consider adding it to the website's [GitHub Repository.](https://github.com/FabricMC/fabricmc.net)_
34+
35+
## Other Installation Methods
36+
37+
### Minecraft Server {#server}
38+
39+
To create a Minecraft server with Fabric mods, use the universal jar installer above to install a server instance on your current system, or use the Fabric Server Launcher, which wraps the vanilla server jar with Fabric Loader - useful for dedicated servers.
40+
41+
<div class="container">
42+
43+
</div>

0 commit comments

Comments
 (0)