summaryrefslogtreecommitdiff
path: root/src/main/resources/fabric.mod.json
blob: 69935ee775bb43a1f819efabd02aed10a32ef62c (plain)
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
{
  "schemaVersion": 1,
  "id": "sparkt",
  "version": "0.0.2",

  "name": "Sparkt",
  "description": "Wires and whatnot!",
  "authors": [
    "CSKyle"
  ],
  "contact": {
    "sources": "https://git.cshift.net/CircleShift/Sparkt"
  },

  "license": "MIT",
  "icon": "assets/sparkt/icon.png",

  "environment": "*",
  "entrypoints": {
    "main": [
      "net.cshift.sparkt.SparktInit"
    ]
  },

  "depends": {
    "fabricloader": ">=0.8.0",
    "fabric": "*",
    "minecraft": "1.20.x",

    "transit-api": "=3.0.0-alpha-2"
  }
}