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": "1.0.0-rc.1",
"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/icon.png",
"environment": "*",
"entrypoints": {
"main": [
"net.cshift.transit.Transit"
]
},
"depends": {
"fabricloader": ">=0.7.4",
"minecraft": "1.16.x"
}
}
|