34 lines
675 B
JSON
34 lines
675 B
JSON
{
|
|
"schemaVersion": 1,
|
|
"id": "voxy",
|
|
"version": "${version}",
|
|
"name": "Voxy",
|
|
"description": "Far distance rendering mod utilising LoDs",
|
|
"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": {
|
|
"minecraft": "1.20.4",
|
|
"fabricloader": ">=0.14.22",
|
|
"fabric-api": ">=0.91.1",
|
|
"sodium": "*"
|
|
},
|
|
"accessWidener": "voxy.accesswidener"
|
|
}
|