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
36
37
38
39
|
{
"schemaVersion": 1,
"id": "${id}",
"version": "${version}",
"name": "${name}",
"description": "${description}",
"authors": [
"isXander"
],
"contact": {
"homepage": "https://isxander.dev",
"issues": "https://github.com/${github}/issues",
"sources": "https://github.com/${github}"
},
"icon": "yacl-128x.png",
"license": "LGPL-3.0-or-later",
"environment": "*",
"depends": {
"fabricloader": ">=0.15.0",
"minecraft": "${mc}",
"java": ">=17",
"fabric-resource-loader-v0": "*"
},
"mixins": [
"yacl.mixins.json",
"yacl-fabric.mixins.json"
],
"accessWidener": "yacl.accesswidener",
"entrypoints": {
"client": [
"dev.isxander.yacl3.platform.PlatformEntrypoint"
]
},
"custom": {
"modmenu": {
"badges": ["library"]
}
}
}
|