{
"schemaVersion": 1,
"id": "chewstuff",
"version": "${version}",
"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": [
"SoniEx2"
],
"contributors": {
"torako"
},
"contact": {
"sources": "https://soniex2.autistic.space/git-repos/chewstuff.git"
},
"license": "0BSD",
"icon": "assets/chewstuff/icon.png",
"environment": "*",
"entrypoints": {
"main": [
"ganarchy.chewstuff.ChewStuff"
],
"cardinal-components": [
"ganarchy.chewstuff.ChewComponents"
]
},
"mixins": [
"chewstuff.mixins.json"
],
"depends": {
"trinkets": "~3.4",
"fabricloader": ">=0.14.6",
"fabric": "*",
"minecraft": "~1.19",
"java": ">=17"
},
"custom": {
"cardinal-components": [
"chewstuff:chew"
]
}
}