42 lines
860 B
JSON
42 lines
860 B
JSON
{
|
|
"schemaVersion": 1,
|
|
"id": "voxy",
|
|
"version": "${version}",
|
|
"custom": {
|
|
"commit": "${commit}",
|
|
"buildtime": "${buildtime}"
|
|
},
|
|
"name": "Voxy",
|
|
"description": "Far distance rendering mod utilising LoDs",
|
|
"authors": [
|
|
"Cortex"
|
|
],
|
|
"contact": {
|
|
},
|
|
"license": "All-Rights-Reserved",
|
|
"icon": "assets/voxy/icon.png",
|
|
"environment": "*",
|
|
"entrypoints": {
|
|
"client": [
|
|
"me.cortex.voxy.client.VoxyClient"
|
|
],
|
|
"modmenu": [
|
|
"me.cortex.voxy.client.config.ModMenuIntegration"
|
|
],
|
|
"main": [
|
|
"me.cortex.voxy.commonImpl.VoxyCommon"
|
|
]
|
|
},
|
|
"mixins": [
|
|
"client.voxy.mixins.json",
|
|
"common.voxy.mixins.json"
|
|
],
|
|
"depends": {
|
|
"minecraft": "1.21.6",
|
|
"fabricloader": ">=0.14.22",
|
|
"fabric-api": ">=0.91.1",
|
|
"sodium": ">=0.6.13"
|
|
},
|
|
"accessWidener": "voxy.accesswidener"
|
|
}
|