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

30 lines
823 B
JSON

{
"schemaVersion": 1,
"id": "translater",
"version": "${version}",
"name": "Translater",
"description": "Corrupt minecraft text by translating it back and forth",
"authors": ["JFronny"],
"contact": {
"email": "projects.contact@frohnmeyer-wds.de",
"homepage": "https://jfronny.gitlab.io",
"issues": "https://git.frohnmeyer-wds.de/JfMods/Translater/issues",
"sources": "https://git.frohnmeyer-wds.de/JfMods/Translater"
},
"license": "MIT",
"icon": "assets/translater/icon.png",
"environment": "client",
"entrypoints": {
"libjf:config": ["io.gitlab.jfronny.translater.JFC_Cfg"]
},
"mixins": [
"translater.mixins.json"
],
"depends": {
"fabricloader": ">=0.12.12",
"minecraft": "*",
"libjf-config-core-v1": ">=3.0.3",
"libjf-translate-v1": ">=3.0.3"
}
}