{ "schemaVersion": 1, "id": "chat-transform", "name": "Chat-Transform", "version": "${version}", "description": "Apply substitutions (katakana, hiragana, owo, ...) to chat messages", "authors": ["JFronny"], "contact": { "email": "projects.contact@frohnmeyer-wds.de", "homepage": "https://jfronny.gitlab.io", "issues": "https://git.frohnmeyer-wds.de/JfMods/Chat-Transform/issues", "sources": "https://git.frohnmeyer-wds.de/JfMods/Chat-Transform" }, "license": "MIT", "icon": "assets/chat-transform/icon.png", "environment": "client", "entrypoints": { "client": ["io.gitlab.jfronny.chattransform.ChatTransform"], "libjf:config": ["io.gitlab.jfronny.chattransform.JFC_Cfg"] }, "mixins": [ { "config": "chat-transform.client.mixins.json", "environment": "client" } ], "depends": { "fabricloader": ">=0.14.17", "minecraft": "1.19.4" } }