{ "schemaVersion": 1, "id": "google-chat", "version": "${version}", "name": "GoogleChat", "description": "Automatically translates chat messages", "authors": [ "JFronny" ], "contact": { "website": "https://jfronny.gitlab.io", "repo": "https://gitlab.com/jfmods/google-chat" }, "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-v0": "*", "libjf-translate-v1": "*" }, "custom": { "libjf:config": { "referencedConfigs": ["libjf-translate-v1"] } } }