summary refs log tree commit diff stats
path: root/src/main/resources/fabric.mod.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/fabric.mod.json')
-rw-r--r--src/main/resources/fabric.mod.json33
1 files changed, 21 insertions, 12 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json
index 730d843..9f07af9 100644
--- a/src/main/resources/fabric.mod.json
+++ b/src/main/resources/fabric.mod.json
@@ -1,38 +1,47 @@
 {
   "schemaVersion": 1,
-  "id": "modid",
+  "id": "chewstuff",
   "version": "${version}",
 
-  "name": "Example Mod",
-  "description": "This is an example description! Tell everyone what your mod is about!",
+  "name": "Chew Necklaces",
+  "description": "There once was an Autism Acceptance Mod but it hasn't been updated in forever. This is more or less a complete rewrite, from scratch, of that.",
   "authors": [
-    "Me!"
+    "SoniEx2"
   ],
+  "contributors": {
+    "torako"
+  },
   "contact": {
-    "homepage": "https://fabricmc.net/",
-    "sources": "https://github.com/FabricMC/fabric-example-mod"
+    "sources": "https://soniex2.autistic.space/git-repos/chewstuff.git"
   },
 
-  "license": "CC0-1.0",
-  "icon": "assets/modid/icon.png",
+  "license": "0BSD",
+  "icon": "assets/chewstuff/icon.png",
 
   "environment": "*",
   "entrypoints": {
     "main": [
-      "net.fabricmc.example.ExampleMod"
+      "ganarchy.chewstuff.ChewStuff"
+    ],
+    "cardinal-components": [
+      "ganarchy.chewstuff.ChewComponents"
     ]
   },
   "mixins": [
-    "modid.mixins.json"
+    "chewstuff.mixins.json"
   ],
 
   "depends": {
+    "trinkets": "~3.4",
     "fabricloader": ">=0.14.6",
     "fabric": "*",
     "minecraft": "~1.19",
     "java": ">=17"
   },
-  "suggests": {
-    "another-mod": "*"
+
+  "custom": {
+    "cardinal-components": [
+      "chewstuff:chew"
+    ]
   }
 }