blob: 584bab1cc811fb82f81a2499a332a307b90c50c1 (
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
|
{
"schemaVersion": 1,
"id": "transit-api",
"version": "0.7.1",
"name": "Transit API",
"description": "Move about!",
"authors": [
"CCGKyle"
],
"contact": {
"homepage": "https://fabricmc.net/",
"sources": "https://github.com/CoreChg/TransitAPI"
},
"license": "MIT",
"icon": "assets/transit-api/transit.png",
"environment": "*",
"entrypoints": {
"main": [
"net.transit.InitTransit"
]
},
"depends": {
"fabricloader": ">=0.7.4",
"minecraft": "1.15.x"
}
}
|