diff options
| author | Rosa <rosaontheweb@proton.me> | 2026-06-20 17:47:59 -0400 |
|---|---|---|
| committer | Rosa <rosaontheweb@proton.me> | 2026-06-20 17:47:59 -0400 |
| commit | 44c20fcf884727940864f1cd6f6b90efcd9ea9e8 (patch) | |
| tree | 3e9fb3700e41886847b8118f76d133532fdb6c17 /src/main/resources | |
| parent | b3b54f998c2fdbca593256517efc2770976b81ff (diff) | |
port to 26.2
Diffstat (limited to '')
| -rw-r--r-- | src/main/resources/fabric.mod.json | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 99cfd05..f7afad3 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -16,16 +16,18 @@ "entrypoints": { "client": [ "net.inyourwalls.frank.Frank" + ], + "modmenu": [ + "net.inyourwalls.frank.ModMenuIntegration" ] }, "mixins": [ "frank.mixins.json" ], "depends": { - "fabricloader": ">=0.14.22", - "fabric-screen-api-v1": ">=0.114.2+1.21.4", - "java": ">=17", - "minecraft": "~1.21.11" + "fabricloader": ">=0.18.4", + "fabric-screen-api-v1": ">=0.152.2+26.2", + "minecraft": ">=26.2" }, "suggests": {}, "custom": { |
