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": "morbing",
"version": "${version}",
"name": "Morbing",
"description": "",
"authors": [
"nea89"
],
"contact": {
"homepage": "",
"sources": ""
},
"license": "LGPL-3.0",
"icon": "assets/morbing/icon.png",
"environment": "client",
"entrypoints": {
"main": [
"moe.nea.morbing.Morbing"
],
"client": [
"moe.nea.morbing.MorbingClient"
]
},
"mixins": [
"morbing.mixins.json"
],
"depends": {
"fabric": "*",
"minecraft": ">=1.18.2"
}
}
|