Chat-Transform/src/main/resources/fabric.mod.json

32 lines
926 B
JSON

{
"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": "*",
"entrypoints": {
"server": ["io.gitlab.jfronny.chattransform.server.ChatTransformServer"],
"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"
}
}