diff options
author | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2023-09-15 22:56:57 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-15 22:56:57 -0400 |
commit | f41ee09fd96983edea8eb307ff61d7a4a72c0edb (patch) | |
tree | 267e839e3df3e7282d7fca74fe37a6b26754489e /src/main/resources | |
parent | d30994ef9a3208980f307d69db5e5cf0d42d10ef (diff) | |
download | Skyblocker-f41ee09fd96983edea8eb307ff61d7a4a72c0edb.tar.gz Skyblocker-f41ee09fd96983edea8eb307ff61d7a4a72c0edb.tar.bz2 Skyblocker-f41ee09fd96983edea8eb307ff61d7a4a72c0edb.zip |
Modrinth Link (#309)
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/fabric.mod.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index cf7e639c..963f3684 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -46,7 +46,8 @@ "custom": { "modmenu": { "links": { - "modmenu.discord": "https://discord.com/invite/aNNJHQykck" + "modmenu.discord": "https://discord.com/invite/aNNJHQykck", + "modmenu.modrinth": "https://modrinth.com/mod/skyblocker-liap" } } } |