-
Notifications
You must be signed in to change notification settings - Fork 528
Expand file tree
/
Copy pathfabric.mod.json
More file actions
34 lines (34 loc) · 943 Bytes
/
fabric.mod.json
File metadata and controls
34 lines (34 loc) · 943 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
{
"schemaVersion": 1,
"id": "fabric-debug-api-v1",
"name": "Fabric Debug API (v1)",
"version": "${version}",
"environment": "*",
"license": "Apache-2.0",
"icon": "assets/fabric-debug-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": "*"
},
"description": "A toolkit for using debug tools Mojang have created and other utilities in tests and development.",
"mixins": [
"fabric-debug-api-v1.mixins.json",
{
"config": "fabric-debug-api-v1.client.mixins.json",
"environment": "client"
}
],
"accessWidener" : "fabric-debug-api-v1.accesswidener",
"custom": {
"fabric-api:module-lifecycle": "stable"
}
}