This commit is contained in:
2024-04-04 23:05:43 +02:00
commit bd63714396
11 changed files with 350 additions and 0 deletions

View File

@@ -0,0 +1,31 @@
{
"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.ChatEncryptorClient",
"systems.brn.chatencryptor.ChatDecryptorClient"
]
},
"mixins": [
"chatencryptor.mixins.json"
],
"depends": {
"fabricloader": ">=${loader_version}",
"fabric": "*",
"minecraft": "${minecraft_version}"
}
}