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

29 lines
607 B
JSON
Raw Normal View History

2021-12-30 22:16:37 +01:00
{
"schemaVersion": 1,
"id": "google-chat",
"version": "${version}",
"name": "GoogleChat",
"description": "",
"authors": [],
"contact": {},
"license": "MIT",
2022-01-29 12:22:56 +01:00
"icon": "assets/google-chat/icon.png",
"environment": "*",
2021-12-30 22:16:37 +01:00
"entrypoints": {
2022-06-07 21:34:26 +02:00
"libjf:config": ["io.gitlab.jfronny.googlechat.GoogleChatConfig"],
"main": ["io.gitlab.jfronny.googlechat.GoogleChat"]
2021-12-30 22:16:37 +01:00
},
"mixins": [
"GoogleChat.mixins.json"
],
"depends": {
"fabricloader": ">=0.12.12",
2022-02-28 19:39:13 +01:00
"minecraft": "*"
},
"custom": {
"libjf:config": {
"referencedConfigs": ["libjf-translate-v1"]
}
2021-12-30 22:16:37 +01:00
}
}