diff options
| author | Rosa <rosaontheweb@proton.me> | 2026-02-28 12:08:03 -0500 |
|---|---|---|
| committer | Rosa <rosaontheweb@proton.me> | 2026-02-28 12:08:03 -0500 |
| commit | dd72f76a5aba1e5c03a791e1177bd20299fb5a2d (patch) | |
| tree | b74fbdb96d0e8cdd7931a72b66b1d993a99d826e /src/main/resources/fabric.mod.json | |
| parent | 5f14de6e1b219e68c09f6fb0e4dc32ca59a449ba (diff) | |
port to 1.21.11
Diffstat (limited to '')
| -rw-r--r-- | src/main/resources/fabric.mod.json | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 424a293..7e1eef4 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -17,9 +17,7 @@ "client": [ "net.inyourwalls.frank.Frank" ], - "modmenu": [ - "net.inyourwalls.frank.ModMenuIntegration" - ] + "modmenu": ["net.inyourwalls.frank.ModMenuIntegration"] }, "mixins": [ "frank.mixins.json" |
