summaryrefslogtreecommitdiff
path: root/src/main/resources/fabric.mod.json
blob: 898a95f03f794f7a2f8edf1a980aec6c46517660 (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.1",

  "name": "Sparkt",
  "description": "Wires and whatnot!",
  "authors": [
    "CCGKyle"
  ],
  "contact": {
    "sources": "https://github.com/CoreChg/Sparkt"
  },

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

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

  "depends": {
    "fabricloader": ">=0.7.4",
    "fabric": "*",
    "minecraft": "1.15.x",

    "transit-api": ">=0.10.2"
  }
}