diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index aca31ae..f5e7092 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -1,11 +1,16 @@ { "schemaVersion": 1, "id": "chat-transform", - "version": "${version}", "name": "Chat-Transform", - "description": "", - "authors": [], - "contact": {}, + "version": "${version}", + "description": "Apply substitutions to chat messages", + "authors": ["JFronny"], + "contact": { + "email": "projects.contact@frohnmeyer-wds.de", + "homepage": "https://jfronny.gitlab.io", + "issues": "https://git.frohnmeyer-wds.de/JfMods/Chat-Transform/issues", + "sources": "https://git.frohnmeyer-wds.de/JfMods/Chat-Transform" + }, "license": "MIT", "icon": "assets/chat-transform/icon.png", "environment": "client",