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
44
45
46
47
|
{
"schemaVersion": 1,
"id": "notenoughupdates",
"version": "${version}",
"name": "Not Enough Updates",
"description": "Not Enough Updates - A mod for Hypixel Skyblock",
"authors": [
{
"name": "Linnea Gräf",
"contact": {
"email": "nea@nea89.moe"
}
}
],
"contact": {
"discord": "https://discord.gg/moulberry",
"sources": "https://git.nea.moe/nea/NotEnoughUpdates1.19/"
},
"license": "ARR",
"icon": "assets/notenoughupdates/icon.png",
"environment": "client",
"entrypoints": {
"main": [
{
"adapter": "kotlin",
"value": "moe.nea.notenoughupdates.NotEnoughUpdates"
}
],
"client": [
{
"adapter": "kotlin",
"value": "moe.nea.notenoughupdates.NotEnoughUpdates"
}
],
"rei_client": [
"moe.nea.notenoughupdates.rei.NEUReiPlugin"
]
},
"mixins": [
"notenoughupdates.mixins.json"
],
"depends": {
"fabric": "*",
"fabric-language-kotlin": ">=${fabric_kotlin_version}",
"minecraft": ">=${minecraft_version}"
}
}
|