31 lines
652 B
JSON
31 lines
652 B
JSON
{
|
|
"schemaVersion": 1,
|
|
"id": "fabricexporter",
|
|
"version": "${version}",
|
|
"name": "FabricExporter",
|
|
"description": "Mod that adds a Prometheus exporter with general metrics of your server",
|
|
"authors": [
|
|
"RuscalWorld"
|
|
],
|
|
"contact": {
|
|
"repo": "https://github.com/ruscalworld/fabricexporter"
|
|
},
|
|
"license": "MIT",
|
|
"environment": "server",
|
|
"entrypoints": {
|
|
"main": [
|
|
"ru.ruscalworld.fabricexporter.FabricExporter"
|
|
]
|
|
},
|
|
"mixins": [
|
|
"fabricexporter.mixins.json"
|
|
],
|
|
"depends": {
|
|
"fabricloader": ">=0.14.13",
|
|
"minecraft": ">=1.19.3",
|
|
"fabric": "*"
|
|
},
|
|
"recommends": {
|
|
"spark": "*"
|
|
}
|
|
}
|