diff options
Diffstat (limited to '')
| -rw-r--r-- | src/main/resources/fabric.mod.json | 19 | ||||
| -rw-r--r-- | src/main/resources/icon.png | bin | 0 -> 6767 bytes |
2 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"] diff --git a/src/main/resources/icon.png b/src/main/resources/icon.png Binary files differnew file mode 100644 index 0000000..0931072 --- /dev/null +++ b/src/main/resources/icon.png |
