diff --git a/mod.json b/mod.json index 8ace08d..ab77adf 100644 --- a/mod.json +++ b/mod.json @@ -4,5 +4,10 @@ "id": "cvolton.capacity_fix", "name": "Capacity Fix", "developer": "Cvolton", - "description": "Fixes an optimization oversight with loading the level capacity string (extraString)." -} \ No newline at end of file + "description": "Fixes an optimization oversight with loading the level capacity string (extraString).", + "repository": "https://github.com/Cvolton/capacity-fix-geode", + "issues": { + "url": "https://github.com/Cvolton/capacity-fix-geode/issues", + "info": "Issues go here." + } +}