aboutsummaryrefslogtreecommitdiff
path: root/defaults/src/main/resources/fabric.mod.json
diff options
context:
space:
mode:
authorSHsuperCM <shsupercm@gmail.com>2022-01-21 18:22:27 +0200
committerSHsuperCM <shsupercm@gmail.com>2022-01-21 18:22:27 +0200
commit818f912fc038b84a3dd855892d619af3325bc163 (patch)
tree58bfdfe96b8ec9f576f185a473b6fa13a830ffee /defaults/src/main/resources/fabric.mod.json
parentc48e23a8949eaa89d06908201357b53fa7eaedbe (diff)
downloadCITResewn-818f912fc038b84a3dd855892d619af3325bc163.tar.gz
CITResewn-818f912fc038b84a3dd855892d619af3325bc163.tar.bz2
CITResewn-818f912fc038b84a3dd855892d619af3325bc163.zip
Improved mod metadata
Diffstat (limited to 'defaults/src/main/resources/fabric.mod.json')
-rw-r--r--defaults/src/main/resources/fabric.mod.json8
1 files changed, 8 insertions, 0 deletions
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": "*"
}
}