summary refs log tree commit diff stats
path: root/src/main/resources/fabric.mod.json
blob: 82f2c26b43a88ff34354ed0ddb79a839bb09e9e6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
  "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",
    "ganarchy": "web+ganarchy:2d0b363fe3179087de59d9ef4a2d14af21d89071"
  },

  "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.7",
    "fabricloader": ">=0.14.6",
    "fabric": "*",
    "minecraft": "~1.20",
    "java": ">=17"
  },

  "custom": {
    "cardinal-components": [
      "chewstuff:chew"
    ]
  }
}