From 818f912fc038b84a3dd855892d619af3325bc163 Mon Sep 17 00:00:00 2001 From: SHsuperCM Date: Fri, 21 Jan 2022 18:22:27 +0200 Subject: Improved mod metadata --- defaults/src/main/resources/fabric.mod.json | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'defaults/src/main') diff --git a/defaults/src/main/resources/fabric.mod.json b/defaults/src/main/resources/fabric.mod.json index 0f8e566..c140556 100644 --- a/defaults/src/main/resources/fabric.mod.json +++ b/defaults/src/main/resources/fabric.mod.json @@ -9,6 +9,11 @@ ], "license": "MIT", "icon": "assets/citresewn-defaults/logo.png", + "contact": { + "homepage": "https://citresewn.shcm.io/", + "sources": "https://github.com/SHsuperCM/CITResewn", + "issues": "https://github.com/SHsuperCM/CITResewn/issues" + }, "environment": "client", "entrypoints": { @@ -32,5 +37,8 @@ }, "depends": { "citresewn": "${version}" + }, + "conflicts": { + "eatinganimationid": "*" } } -- cgit