Skip to content

Commit

Permalink
Add Modrinth App (fixes #148) (#151)
Browse files Browse the repository at this point in the history
* add modrinth-app

* fix lockfile

* Address review

Co-authored-by: Southpaw <44805409+Southpaw1496@users.noreply.github.com>

* Address review

Co-authored-by: Southpaw <44805409+Southpaw1496@users.noreply.github.com>

* Address review

Co-authored-by: Southpaw <44805409+Southpaw1496@users.noreply.github.com>

* Address review

Co-authored-by: Southpaw <44805409+Southpaw1496@users.noreply.github.com>

* Make order alphabetical

---------

Co-authored-by: Southpaw <44805409+Southpaw1496@users.noreply.github.com>
  • Loading branch information
Ecorous and Southpaw1496 authored Sep 11, 2023
1 parent 7887c28 commit 731f1e8
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 0 deletions.
4 changes: 4 additions & 0 deletions public/assets/img/launchers/modrinth.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions src/components/parts/install/Launchers.astro
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ import InstallerButton from "@atoms/InstallerButton.astro";
titleKey="install:platform-bakaxl"
altKey="install:logo-bakaxl"
/>
<InstallerButton
href="/install/modrinth"
logo="modrinth.svg"
titleKey="install:platform-modrinth"
altKey="install:logo-modrinth"
/>
<InstallerButton
href="/install/multimc"
logo="multimc.svg"
Expand Down
3 changes: 3 additions & 0 deletions src/locales/en/install.flt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
-technic = Technic
-curseforge = CurseForge
-gdlauncher = GDLauncher
-modrinth = Modrinth App

platform-bakaxl = BakaXL
platform-client = Client
Expand All @@ -14,6 +15,7 @@ platform-atlauncher = {-atlauncher}
platform-multimc = {-multimc}
platform-prismlauncher = {-prismlauncher}
platform-technic = {-technic}
platform-modrinth = {-modrinth}
platform-curseforge = {-curseforge}
platform-gdlauncher = {-gdlauncher}

Expand All @@ -24,6 +26,7 @@ logo-bakaxl = {-bakaxl} logo
logo-multimc = {-multimc} logo
logo-prismlauncher = {-prismlauncher} logo
logo-technic = Technic Launcher logo
logo-modrinth = {-modrinth} logo
logo-curseforge = {-curseforge} logo
logo-gdlauncher = {-gdlauncher} logo

Expand Down
21 changes: 21 additions & 0 deletions src/pages/en/install/modrinth.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
title: "Install: Modrinth"
permalink: /install/modrinth/

layout: /src/layouts/InstallPage.astro
platformKey: platform-modrinth
website: https://modrinth.com/app
---

import Message from "@atoms/Message.astro";

The Modrinth App is a unique, open source launcher that allows you to play your favorite mods, and keep them up to date, all in one neat little package. To set up your own Quilt profile, simply follow these steps:

1. Download and install the Modrinth App from [their webiste](https://modrinth.com/app)
2. Open the app and click on the `+` button in the bottom left
3. Give the profile a Name
4. Pick Quilt from the list of modloaders

<Message style={"info"}>
To change the Quilt Loader version, select `Show advanced` then `Other`
</Message>

1 comment on commit 731f1e8

@Cozy-GitHub
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See preview on Cloudflare Pages: https://7334fc1c.quiltmc-org.pages.dev

Please sign in to comment.