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": "*" }