Skip to content

Commit 94fb55e

Browse files
committed
Signal client only to ModMenu
1 parent f917b43 commit 94fb55e

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src/main/resources/fabric.mod.json

+2-5
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
"license": "MIT",
1919

20-
"environment": "*",
20+
"environment": "client",
2121
"entrypoints": {
2222
"main": [ "eu.pabl.twitchchat.TwitchChatMod" ],
2323
"modmenu": [ "eu.pabl.twitchchat.config.ModMenuCompat" ]
@@ -32,8 +32,5 @@
3232
"fabric": "*",
3333
"modmenu": "*",
3434
"java": ">=17"
35-
},
36-
"custom": {
37-
"modmenu:clientsideOnly": true
38-
}
35+
}
3936
}

0 commit comments

Comments
 (0)