Files
voxy/src/main/resources/fabric.mod.json
mcrcortex f0bf39b848 Rename
2024-01-31 22:42:56 +10:00

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"
}