GoogleChat/src/main/resources/fabric.mod.json

40 lines
1.0 KiB
JSON

{
"schemaVersion": 1,
"id": "google-chat",
"name": "GoogleChat",
"version": "${version}",
"description": "Automatic, multi-service, client- or serverside message translations",
"authors": ["JFronny"],
"contact": {
"email": "projects.contact@frohnmeyer-wds.de",
"homepage": "https://jfronny.gitlab.io",
"issues": "https://git.frohnmeyer-wds.de/JfMods/LibJF/issues",
"sources": "https://git.frohnmeyer-wds.de/JfMods/LibJF"
},
"license": "MIT",
"icon": "assets/google-chat/icon.png",
"environment": "*",
"entrypoints": {
"libjf:config": ["io.gitlab.jfronny.googlechat.GoogleChatConfig"],
"main": ["io.gitlab.jfronny.googlechat.GoogleChat"]
},
"mixins": [
{
"config": "google-chat.client.mixins.json",
"environment": "client"
}
],
"depends": {
"fabricloader": ">=0.12.12",
"minecraft": "*",
"libjf-config-core-v1": "*",
"libjf-translate-v1": "*",
"fabric-message-api-v1": "*"
},
"custom": {
"libjf:config": {
"referencedConfigs": ["libjf-translate-v1"]
}
}
}