From 43e4416c83306a9f532cd317113412882832b1f0 Mon Sep 17 00:00:00 2001 From: yurisuika Date: Tue, 15 Oct 2024 21:07:30 -0700 Subject: [PATCH] Update fabric.mod.json --- src/main/resources/fabric.mod.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index b9956f5..cde39b3 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -37,6 +37,6 @@ "depends": { "fabricloader": ">=0.14.21", "minecraft": ">1.20.4 <=1.20.6", - "java": ">=17" + "java": ">=21" } } \ No newline at end of file