Add authors

This commit is contained in:
QuarkTree 2025-07-12 09:44:47 +08:00
parent 3bd53e2e9e
commit 991c339e3b
Signed by: QuarkTree
GPG Key ID: 9EF08F675A2714BD

View File

@ -6,7 +6,8 @@
"name": "Ledger Databases",
"description": "Adds support for H2 and MySQL databases to Ledger",
"authors": [
"yitzy299"
"yitzy299",
"BlockWorldGroup"
],
"contact": {
"homepage": "https://modrinth.com/project/ledger-databases",
@ -27,7 +28,7 @@
"depends": {
"fabricloader": ">=0.12.5",
"fabric": "*",
"java": ">=16",
"java": ">=21",
"ledger": ">=1.3.0",
"fabric-language-kotlin": "*"
}