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
|
{
"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"
],
"contact": {
"homepage": "https://github.com/HacktheTime/BBsentials1.20",
"issues": "https://github.com/HacktheTime/BBsentials1.20/issues",
"discord": "discord.gg"
},
"license": "All-Rights-Reserved",
"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"
]
}
|