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

  "name": "Transit API",
  "description": "Move about!",
  "authors": [
    "CCGKyle"
  ],
  "contact": {
    "homepage": "https://github.corechg.net/",
    "sources": "https://github.com/CoreChg/TransitAPI",
    "issues": "https://github.com/CoreChg/TransitAPI/issues"
  },

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

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

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