-
Notifications
You must be signed in to change notification settings - Fork 522
Expand file tree
/
Copy pathfabric.mod.json
More file actions
35 lines (35 loc) · 885 Bytes
/
fabric.mod.json
File metadata and controls
35 lines (35 loc) · 885 Bytes
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
32
33
34
35
{
"schemaVersion": 1,
"id": "fabric-api-lookup-api-v1",
"name": "Fabric API Lookup API (v1)",
"version": "${version}",
"environment": "*",
"license": "Apache-2.0",
"icon": "assets/fabric-api-lookup-api-v1/icon.png",
"contact": {
"homepage": "https://fabricmc.net",
"irc": "irc://irc.esper.net:6667/fabric",
"issues": "https://github.com/FabricMC/fabric/issues",
"sources": "https://github.com/FabricMC/fabric"
},
"authors": [
"FabricMC"
],
"depends": {
"fabricloader": ">=0.18.4",
"fabric-api-base": "*",
"fabric-lifecycle-events-v1": "*"
},
"entrypoints": {
"main": [
"net.fabricmc.fabric.impl.lookup.ApiLookupImpl"
]
},
"description": "A universal way to expose and query APIs",
"mixins": [
"fabric-api-lookup-api-v1.mixins.json"
],
"custom": {
"fabric-api:module-lifecycle": "stable"
}
}