Skip to content

Commit ffd81bc

Browse files
authored
fix(fabric): complete mod metadata (#5)
1 parent 3aef5ac commit ffd81bc

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

676 KB
Loading

src/main/resources/fabric.mod.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,18 @@
66
"description": "In-game developer tools for Grounds projects: sign in, browse servers, monitor deployments, stream logs, and connect to test environments from Minecraft.",
77
"icon": "assets/grounds_connect/icon.png",
88
"authors": [
9-
"Grounds"
9+
"Grounds Development Team"
10+
],
11+
"contributors": [
12+
"dahendriik",
13+
"lusu007"
1014
],
1115
"contact": {
1216
"homepage": "https://grounds.gg",
13-
"sources": "https://github.com/groundsgg/grounds-connect"
17+
"sources": "https://github.com/groundsgg/grounds-connect",
18+
"issues": "https://github.com/groundsgg/grounds-connect/issues",
19+
"discord": "https://discord.gg/UsAJXRxHYG",
20+
"releases": "https://github.com/groundsgg/grounds-connect/releases"
1421
},
1522
"license": "Apache-2.0",
1623
"environment": "client",

0 commit comments

Comments
 (0)