From 991c339e3bd27106b343617fe93283365790bff2 Mon Sep 17 00:00:00 2001 From: QuarkTree <2529149346@qq.com> Date: Sat, 12 Jul 2025 09:44:47 +0800 Subject: [PATCH] Add authors --- src/main/resources/fabric.mod.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 16c33eb..d22ae2f 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -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": "*" }