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

29 lines
607 B
JSON

{
"schemaVersion": 1,
"id": "google-chat",
"version": "${version}",
"name": "GoogleChat",
"description": "",
"authors": [],
"contact": {},
"license": "MIT",
"icon": "assets/google-chat/icon.png",
"environment": "*",
"entrypoints": {
"libjf:config": ["io.gitlab.jfronny.googlechat.GoogleChatConfig"],
"main": ["io.gitlab.jfronny.googlechat.GoogleChat"]
},
"mixins": [
"GoogleChat.mixins.json"
],
"depends": {
"fabricloader": ">=0.12.12",
"minecraft": "*"
},
"custom": {
"libjf:config": {
"referencedConfigs": ["libjf-translate-v1"]
}
}
}