diff options
| author | Rosa <rosaontheweb@proton.me> | 2026-03-12 21:12:04 -0400 |
|---|---|---|
| committer | Rosa <rosaontheweb@proton.me> | 2026-03-12 21:12:04 -0400 |
| commit | 31469314c994c3d470d49258bc83b739cc026436 (patch) | |
| tree | 333e4e7743ff307df1652515eb02654eed087cd2 /src/main/resources/fabric.mod.json | |
| parent | 5c8ae483654291cb4e5077e47e0d5854c2efd2a3 (diff) | |
make it publishable
Diffstat (limited to 'src/main/resources/fabric.mod.json')
| -rw-r--r-- | src/main/resources/fabric.mod.json | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index f661659..72832b7 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -3,9 +3,24 @@ "id": "simple-rename-command", "version": "${version}", "name": "Simple Rename Command", - "description": "Do you really need me to tell you what it does?", - "authors": ["Rosa (girlonthe.net)"], + "description": "A dead simple command to rename the held item.", + "authors": [ + { + "name": "Rosa (girlonthe.net)", + "contact": { + "discord": "https://discord.gg/A2FEXREAtQ", + "email": "rosaontheweb@proton.me", + "matrix": "https://matrix.to/#/@rosa:girlonthe.net" + } + } + ], + "contact": { + "discord": "https://discord.gg/A2FEXREAtQ", + "issues": "https://codeberg.org/girlonthenet/simple-rename-command/issues", + "sources": "https://codeberg.org/girlonthenet/simple-rename-command" + }, "license": "Unlicense", + "icon": "icon.png", "environment": "*", "entrypoints": { "main": ["net.girlonthe.simplerenamecommand.SimpleRenameCommand"] |
