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

28 lines
545 B
JSON

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