29 lines
596 B
JSON
29 lines
596 B
JSON
{
|
|
"schemaVersion": 1,
|
|
"id": "textvoice",
|
|
"version": "${version}",
|
|
"name": "TextVoice",
|
|
"description": "",
|
|
"authors": [],
|
|
"contact": {},
|
|
"license": "MIT",
|
|
"icon": "assets/textvoice/icon.png",
|
|
"environment": "client",
|
|
"entrypoints": {
|
|
"fabric-datagen": [
|
|
"systems.brn.textvoice.client.TextVoiceDataGenerator"
|
|
],
|
|
"client": [
|
|
"systems.brn.textvoice.client.TextVoiceClient"
|
|
]
|
|
},
|
|
"mixins": [
|
|
"textvoice.mixins.json"
|
|
],
|
|
"depends": {
|
|
"fabricloader": ">=${loader_version}",
|
|
"fabric": "*",
|
|
"minecraft": "${minecraft_version}"
|
|
}
|
|
}
|