Skip to content

Commit

Permalink
Merge branch 'main' into incompatible-mods
Browse files Browse the repository at this point in the history
  • Loading branch information
Southpaw1496 committed Sep 12, 2023
2 parents c94311c + c191182 commit 6272130
Show file tree
Hide file tree
Showing 78 changed files with 37 additions and 531 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/commit-preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,7 @@ jobs:
name: Generate commit preview
steps:
- name: Checkout
uses: akarys42/checkout-with-filter@main
with:
filter: 'blob:none'
fetch-depth: 0
uses: actions/checkout@v3

- name: Enable Corepack shims
run: corepack enable
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/manual-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,7 @@ jobs:
name: Publish website
steps:
- name: Checkout
uses: akarys42/checkout-with-filter@main
with:
filter: 'blob:none'
fetch-depth: 0
uses: actions/checkout@v3

- name: Enable Corepack shims
run: corepack enable
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/pr-preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@ jobs:
name: Generate PR preview
steps:
- name: Checkout
uses: akarys42/checkout-with-filter@main
with:
filter: 'blob:none'
fetch-depth: 0
uses: checkout/actions@v3

- name: Enable Corepack shims
run: corepack enable
Expand Down
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.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
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
519 changes: 0 additions & 519 deletions src/pages/en/blog/2023-04-26-the-statement.md

This file was deleted.

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 6272130

@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://54e45733.quiltmc-org.pages.dev

Please sign in to comment.