diff options
| author | plutorocks <> | 2026-02-24 19:49:08 -0500 |
|---|---|---|
| committer | plutorocks <> | 2026-02-24 19:49:08 -0500 |
| commit | d270f94eb002937677becaca638ec089f2294c42 (patch) | |
| tree | 8e8ae9e02324cc2a07240e2e6e4314b787089743 /src/main/resources/fabric.mod.json | |
| parent | d23825b05ec9cba95429c6ef693f469e99e37b36 (diff) | |
feat: add IRC
Diffstat (limited to 'src/main/resources/fabric.mod.json')
| -rw-r--r-- | src/main/resources/fabric.mod.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 3bc9b56..c326293 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -15,7 +15,7 @@ "icon": "assets/minecraftirc/icon.png", "environment": "*", "entrypoints": { - "main": [ + "client": [ "dev.plutorocks.MinecraftIRC" ] }, |
