Init
This commit is contained in:
31
src/main/resources/fabric.mod.json
Normal file
31
src/main/resources/fabric.mod.json
Normal 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}"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user