Files
chatencryptor/src/main/resources/fabric.mod.json
2024-04-05 14:52:37 +02:00

28 lines
605 B
JSON

{
"schemaVersion": 1,
"id": "chatencryptor",
"version": "${version}",
"name": "chatencryptor",
"description": "",
"authors": [
"BRNSystems"
],
"contact": {
"website": "https://git.brn.systems/BRNSystems/chatencryptor",
"repo": "https://git.brn.systems/BRNSystems/chatencryptoratencryptor"
},
"license": "MIT",
"icon": "icon.png",
"environment": "client",
"entrypoints": {
"client": [
"systems.brn.chatencryptor.SecureChat"
]
},
"depends": {
"fabricloader": ">=${loader_version}",
"fabric": "*",
"minecraft": "${minecraft_version}"
}
}