This commit is contained in:
2024-04-08 07:21:41 +02:00
parent 22a7d78152
commit 250b36f9ee
8 changed files with 218 additions and 37 deletions

View File

@@ -17,11 +17,15 @@
"entrypoints": {
"client": [
"systems.brn.chatencryptor.SecureChat"
],
"modmenu": [
"systems.brn.chatencryptor.ModMenuIntegration"
]
},
"depends": {
"fabricloader": ">=${loader_version}",
"fabric": "*",
"minecraft": "${minecraft_version}"
"minecraft": "${minecraft_version}",
"yet_another_config_lib_v3": "*"
}
}