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

30 lines
823 B
JSON
Raw Normal View History

2020-07-10 15:51:27 +02:00
{
"schemaVersion": 1,
"id": "translater",
"version": "${version}",
"name": "Translater",
2022-12-07 21:55:13 +01:00
"description": "Corrupt minecraft text by translating it back and forth",
2022-12-02 15:57:31 +01:00
"authors": ["JFronny"],
2020-08-07 12:47:37 +02:00
"contact": {
2022-12-02 15:57:31 +01:00
"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"
2020-08-07 12:47:37 +02:00
},
2020-07-10 15:51:27 +02:00
"license": "MIT",
"icon": "assets/translater/icon.png",
2022-07-28 14:53:25 +02:00
"environment": "client",
2020-07-10 15:51:27 +02:00
"entrypoints": {
2022-12-29 16:02:29 +01:00
"libjf:config": ["io.gitlab.jfronny.translater.JFC_Cfg"]
2020-07-10 15:51:27 +02:00
},
"mixins": [
"translater.mixins.json"
],
"depends": {
"fabricloader": ">=0.12.12",
2021-05-19 19:57:45 +02:00
"minecraft": "*",
2022-08-28 16:42:27 +02:00
"libjf-config-core-v1": ">=3.0.3",
"libjf-translate-v1": ">=3.0.3"
2020-07-10 15:51:27 +02:00
}
}