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
|
{
"schemaVersion": 1,
"id": "blame",
"version": "${version}",
"name": "Blame",
"description": "Who to blame?",
"authors": [
"trueKeuin"
],
"contact": {
"homepage": "https://keuin.cc",
"sources": "https://github.com/keuin/blame-fabric"
},
"license": "MIT",
"icon": "assets/blame/icon.png",
"environment": "*",
"entrypoints": {
"main": [
"com.keuin.blame.Blame"
]
},
"mixins": [
"blame.mixins.json"
],
"depends": {
"fabricloader": ">=0.7.4",
"fabric": "*",
"minecraft": "1.15.x"
},
"suggests": {
"another-mod": "*"
}
}
|