aboutsummaryrefslogtreecommitdiff
path: root/defaults/src/main
diff options
context:
space:
mode:
Diffstat (limited to 'defaults/src/main')
-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": "*"
}
}