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

39 lines
846 B
JSON
Raw Normal View History

2020-07-10 15:51:27 +02:00
{
"schemaVersion": 1,
"id": "translater",
"version": "${version}",
"name": "Translater",
"description": "Translates minecraft back and forth",
"authors": [
"JFronny"
],
2020-08-07 12:47:37 +02:00
"contact": {
"website": "https://jfronny.gitlab.io",
2021-03-05 07:56:39 +01:00
"repo": "https://gitlab.com/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": {
2021-05-19 16:03:59 +02:00
"libjf:config": ["io.gitlab.jfronny.translater.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-04-03 19:13:20 +02:00
"libjf-config-v0": ">=2.7.0",
"libjf-translate-v1": ">=2.7.0"
},
"custom": {
"modupdater": {
"strategy": "curseforge",
"projectID": 394823
2022-04-03 19:13:20 +02:00
},
"libjf:config": {
"referencedConfigs": ["libjf-translate-v1"]
2020-08-07 12:47:37 +02:00
}
2020-07-10 15:51:27 +02:00
}
}