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": "spark",
"name": "spark",
"version": "${pluginVersion}",
"description": "${pluginDescription}",
"authors": [
"Luck"
],
"icon": "assets/spark/icon.png",
"contact": {
"homepage": "https://spark.lucko.me/",
"sources": "https://github.com/lucko/spark",
"issues": "https://github.com/lucko/spark/issues"
},
"license": "GNU General Public License v3.0",
"environment": "*",
"entrypoints": {
"main": [
"me.lucko.spark.fabric.FabricSparkMod"
],
"client": [
"me.lucko.spark.fabric.FabricSparkMod::initializeClient"
]
},
"depends": {
"fabricloader": ">=0.4.0",
"fabric-api-base": "*",
"fabric-command-api-v2": "*",
"fabric-lifecycle-events-v1" : "*"
}
}
|