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
40
41
42
43
|
{
"schemaVersion": 1,
"id": "bbsentials",
"version": "${version}",
"name": "BBsentials",
"icon": "logo.png",
"description": "Mod to connect to the BBsentials Network for Splashes and more",
"authors": [
"Hype_the_Time/hackthetime"
],
"contributors": ["hannibal2"],
"contact": {
"homepage": "https://github.com/HacktheTime/BBsentials1.20",
"issues": "https://github.com/HacktheTime/BBsentials1.20/issues",
"email": "s0844x76@duck.com",
"sources": "https://github.com/HacktheTime/BBsentials1.20"
},
"license": "Look on Github (Sources). a Modified \"CC BY-NC-ND 4.0\" License",
"environment": "client",
"entrypoints": {
"client": [
"de.hype.bbsentials.client.BBsentials"
],
"modmenu": [ "de.hype.bbsentials.client.ModMenueScreen" ]
},
"depends": {
"fabricloader": ">=${loader_version}",
"fabric": "*",
"minecraft": "${minecraft_version}"
},
"mixins": [
"bbsentials.mixins.json"
],
"custom": {
"modmenu": {
"links": {
"License": "https://github.com/HacktheTime/BBsentials1.20/blob/master/LICENSE",
"modmenu.discord":"discord.gg/qr5mPRq8uG"
},
"update_checker": true
}
}
}
|