summaryrefslogtreecommitdiff
path: root/src/main/resources/fabric.mod.json
blob: 9768c22a0d220cb6dcbd840caeb343b1584a4985 (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
{
  "schemaVersion": 1,
  "id": "transit-api",
  "version": "2.0.0",

  "name": "Transit API",
  "description": "Move things about!",
  "authors": [
    "CSKyle"
  ],
  "contact": {
    "homepage": "https://cshift.net/",
    "sources": "https://github.com/CircleShift/TransitAPI",
    "issues": "https://github.com/CircleShift/TransitAPI/issues"
  },

  "license": "MIT",
  "icon": "assets/transit-api/transit.png",

  "environment": "*",
  "entrypoints": {
    "main": [
      "net.cshift.transit.Transit"
    ]
  },

  "depends": {
    "fabricloader": ">=0.7.4",
    "minecraft": "1.17.x"
  }
}