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

  "name": "Transit API",
  "description": "General purpose API for transfering fluid, items, energy, anything.",
  "authors": [
    "CCG Kyle"
  ],
  "contact": {
  },

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

  "environment": "*",
  
  "entrypoints" : {
    "main": ["net.transit.InitTransit"]
  },
  
  "depends": {
    "fabricloader": ">=0.4.0"
  }
}