From 0a0da78a132c479bd35b1252df31391679c2020a Mon Sep 17 00:00:00 2001 From: altrisi Date: Wed, 22 Mar 2023 21:54:17 +0100 Subject: [PATCH] Only needs Java 8 --- resources/fabric.mod.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/resources/fabric.mod.json b/resources/fabric.mod.json index 42fcf76..635f24a 100644 --- a/resources/fabric.mod.json +++ b/resources/fabric.mod.json @@ -23,7 +23,6 @@ }, "depends": { - "fabricloader": ">=0.14.17", - "java": ">=11" + "fabricloader": ">=0.14.17" } }