31 lines
558 B
JSON
31 lines
558 B
JSON
{
|
|
"schemaVersion": 1,
|
|
"id": "voxy",
|
|
"version": "${version}",
|
|
"name": "voxy",
|
|
"description": "",
|
|
"authors": [
|
|
"Cortex"
|
|
],
|
|
"contact": {
|
|
},
|
|
"license": "All-Rights-Reserved",
|
|
"icon": "assets/voxy/icon.png",
|
|
"environment": "client",
|
|
"entrypoints": {
|
|
"client": [
|
|
"me.cortex.voxy.client.Voxy"
|
|
],
|
|
"modmenu": [
|
|
"me.cortex.voxy.client.config.VoxyConfigScreenFactory"
|
|
]
|
|
},
|
|
"mixins": [
|
|
"voxy.mixins.json"
|
|
],
|
|
"depends": {
|
|
"fabricloader": ">=0.14.22"
|
|
},
|
|
"accessWidener": "voxy.accesswidener"
|
|
}
|