simplervoicechat/client-fabric/resources/fabric.mod.json
2024-11-17 13:45:23 +01:00

33 lines
675 B
JSON

{
"schemaVersion": 1,
"id": "svc",
"version": "${version}",
"name": "Simpler Voice Chat",
"description": "Simpler voice chat for our favorite block game",
"authors": [
"1e99"
],
"contact": {
"sources": "https://git.1e99.eu/1e99/simplervoicechat"
},
"license": "MPL-2.0",
"icon": "assets/svc/icon.png",
"environment": "*",
"entrypoints": {
"client": [
"eu.e99.svc.client.fabric.FabricSimplerVoiceChat"
]
},
"mixins": [
{
"config": "svc.mixins.json",
"environment": "client"
}
],
"depends": {
"fabricloader": ">=0.16.7",
"minecraft": "~1.21.3",
"java": ">=21",
"fabric-api": "*"
}
}