diff options
| author | inyourwalls <inyourwalls@tutanota.com> | 2024-01-25 11:50:36 -0500 |
|---|---|---|
| committer | inyourwalls <inyourwalls@tutanota.com> | 2024-01-25 11:50:36 -0500 |
| commit | 3f01599a3e61af1d3f49f986ad9ecb210d4d4b47 (patch) | |
| tree | 3701d79d387798691000be96ecdc944bcd8a1a5d /src/main/resources/fabric.mod.json | |
| parent | deaa3a3ebc428d92523e6a9d8251fd7d09b489e8 (diff) | |
| parent | c14a63c8d0ce0e95bb072028026f59138f31f5d8 (diff) | |
backport 0.1.1 to 1.20.1
Diffstat (limited to 'src/main/resources/fabric.mod.json')
| -rw-r--r-- | src/main/resources/fabric.mod.json | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 255a414..047001e 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -27,10 +27,15 @@ "minecraft": "1.20.1", "java": ">=17" }, + "suggests": {}, "custom": { + "modmenu": { + "links": { + "frank.matrix": "https://matrix.to/#/#mod-support:inyourwalls.net" + } + }, "loom:injected_interfaces": { "net/minecraft/class_1720": ["net/inyourwalls/frank/FurnaceProgressPercentGetter"] } - }, - "suggests": {} + } } |
