{ "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/GoogleChat/issues", "sources": "https://git.frohnmeyer-wds.de/JfMods/GoogleChat" }, "license": "MIT", "icon": "assets/google-chat/icon.png", "environment": "*", "entrypoints": { "libjf:config": ["io.gitlab.jfronny.googlechat.JFC_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"] } } }