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

40 lines
1.1 KiB
JSON
Raw Normal View History

2021-12-30 22:16:37 +01:00
{
"schemaVersion": 1,
"id": "google-chat",
"name": "GoogleChat",
2022-12-02 16:22:19 +01:00
"version": "${version}",
"description": "Automatic, multi-service, client- or serverside message translations",
"authors": ["JFronny"],
2022-08-21 16:26:37 +02:00
"contact": {
2022-12-02 16:22:19 +01:00
"email": "projects.contact@frohnmeyer-wds.de",
"homepage": "https://jfronny.gitlab.io",
2022-12-02 16:25:15 +01:00
"issues": "https://git.frohnmeyer-wds.de/JfMods/GoogleChat/issues",
"sources": "https://git.frohnmeyer-wds.de/JfMods/GoogleChat"
2022-08-21 16:26:37 +02:00
},
2021-12-30 22:16:37 +01:00
"license": "MIT",
2022-01-29 12:22:56 +01:00
"icon": "assets/google-chat/icon.png",
"environment": "*",
2021-12-30 22:16:37 +01:00
"entrypoints": {
2022-12-14 20:25:56 +01:00
"libjf:config": ["io.gitlab.jfronny.googlechat.JFC_GoogleChatConfig"],
2022-06-07 21:34:26 +02:00
"main": ["io.gitlab.jfronny.googlechat.GoogleChat"]
2021-12-30 22:16:37 +01:00
},
"mixins": [
2022-07-28 11:53:52 +02:00
{
"config": "google-chat.client.mixins.json",
"environment": "client"
}
2021-12-30 22:16:37 +01:00
],
"depends": {
"fabricloader": ">=0.12.12",
2022-07-28 11:53:52 +02:00
"minecraft": "*",
2022-08-28 12:24:32 +02:00
"libjf-config-core-v1": "*",
"libjf-translate-v1": "*",
"fabric-message-api-v1": "*"
},
"custom": {
"libjf:config": {
"referencedConfigs": ["libjf-translate-v1"]
}
2021-12-30 22:16:37 +01:00
}
}