diff options
| author | inyourwalls <inyourwalls@tutanota.com> | 2024-01-01 16:56:02 -0500 |
|---|---|---|
| committer | inyourwalls <inyourwalls@tutanota.com> | 2024-01-01 16:56:02 -0500 |
| commit | 6141360d03e07220aa720ccfa891489cde270b81 (patch) | |
| tree | 4d6fa21383d598c5133475090ebba3e16d43be03 /src/main/resources/fabric.mod.json | |
| parent | e7ce6082830c5b2b941d60464a467031dd7e5ad5 (diff) | |
add link to matrix room for support
Diffstat (limited to '')
| -rw-r--r-- | src/main/resources/fabric.mod.json | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index d2a9d50..5c676c5 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -24,5 +24,12 @@ "minecraft": "~1.20.2", "java": ">=17" }, - "suggests": {} + "suggests": {}, + "custom": { + "modmenu": { + "links": { + "frank.matrix": "https://matrix.to/#/#mod-support:inyourwalls.net" + } + } + } } |
