From da786ee019206eaecabd46a7bd7dd5e5c3389d9d Mon Sep 17 00:00:00 2001 From: TechPizza <23627133+TechPizzaDev@users.noreply.github.com> Date: Sat, 2 Mar 2024 21:15:14 +0100 Subject: [PATCH] Make compatible with Java 17+ again --- babric1.7.3.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/babric1.7.3.json b/babric1.7.3.json index 6d1c5bb..73c7d34 100644 --- a/babric1.7.3.json +++ b/babric1.7.3.json @@ -8,6 +8,10 @@ }, "assets": "pre-1.6", "compatibleJavaMajors": [ + 17, + 18, + 19, + 20, 21 ], "formatVersion": 1, @@ -21,7 +25,7 @@ ], "libraries": [ { - "name": "com.github.Adventurecraft-Awakening:AC-LWJGL3-Injector:0.0.4", + "name": "com.github.Adventurecraft-Awakening:AC-LWJGL3-Injector:0.0.5", "url": "https://jitpack.io/" }, {