Files
chatencryptor/src/main/resources/fabric.mod.json
2024-05-05 08:43:49 +02:00

33 lines
784 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"
],
"modmenu": [
"systems.brn.chatencryptor.ModMenuIntegration"
]
},
"depends": {
"fabricloader": ">=${loader_version}",
"fabric": "0.97.8+1.20.6",
"minecraft": ">=${minecraft_version}",
"yet_another_config_lib_v3": "3.4.2+1.20.5-fabric",
"modmenu": "10.0.0-beta.1"
}
}