diff options
| author | Rosa <rosaontheweb@proton.me> | 2026-02-28 12:09:17 -0500 |
|---|---|---|
| committer | Rosa <rosaontheweb@proton.me> | 2026-02-28 12:09:17 -0500 |
| commit | 20704435e57418a8f8498087548e3d755e66791f (patch) | |
| tree | dfb2e6320a0245db5eadbc83b58ea5b99c1b88a7 | |
| parent | dd72f76a5aba1e5c03a791e1177bd20299fb5a2d (diff) | |
remove matrix link from FMJ, change mc dep
| -rw-r--r-- | src/main/resources/fabric.mod.json | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 7e1eef4..ee23ba2 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -26,17 +26,12 @@ "fabricloader": ">=0.14.22", "fabric-screen-api-v1": ">=0.114.2+1.21.4", "java": ">=17", - "minecraft": "~1.21.4" + "minecraft": "~1.21.11" }, "suggests": {}, "custom": { "loom:injected_interfaces": { "net/minecraft/class_1720": ["net/inyourwalls/frank/ScreenHandlerPropertyAccessor"] - }, - "modmenu": { - "links": { - "frank.matrix": "https://matrix.to/#/#mod-support:inyourwalls.net" - } } } } |
