This commit is contained in:
mcrcortex
2024-01-31 22:42:56 +10:00
parent e90a623a01
commit f0bf39b848
103 changed files with 265 additions and 329 deletions

View File

@@ -1,8 +1,8 @@
{
"schemaVersion": 1,
"id": "zenith",
"id": "voxy",
"version": "${version}",
"name": "zenith",
"name": "voxy",
"description": "",
"authors": [
"Cortex"
@@ -10,21 +10,21 @@
"contact": {
},
"license": "All-Rights-Reserved",
"icon": "assets/zenith/icon.png",
"icon": "assets/voxy/icon.png",
"environment": "client",
"entrypoints": {
"client": [
"me.cortex.zenith.client.Zenith"
"me.cortex.voxy.client.Voxy"
],
"modmenu": [
"me.cortex.zenith.client.config.ZenithConfigScreenFactory"
"me.cortex.voxy.client.config.VoxyConfigScreenFactory"
]
},
"mixins": [
"zenith.mixins.json"
"voxy.mixins.json"
],
"depends": {
"fabricloader": ">=0.14.22"
},
"accessWidener": "zenith.accesswidener"
"accessWidener": "voxy.accesswidener"
}