From 3899b5dab0d4f4e09ee9390e39bd2595f9041515 Mon Sep 17 00:00:00 2001 From: Fnige <35159947+Fnige@users.noreply.github.com> Date: Fri, 7 Jul 2023 13:25:24 +1000 Subject: [PATCH] Small update for the 1.20 stuff (#9) * July 2nd catchup (Forgot to do a lot of quilt.mod.json stuff) - Jesse@Fnige * Update src/main/resources/quilt.mod.json Co-authored-by: Eli Orona --------- Co-authored-by: Eli Orona --- src/main/resources/quilt.mod.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/resources/quilt.mod.json b/src/main/resources/quilt.mod.json index 1b38110..8548c70 100644 --- a/src/main/resources/quilt.mod.json +++ b/src/main/resources/quilt.mod.json @@ -27,19 +27,19 @@ "depends": [ { "id": "quilt_loader", - "versions": ">=0.17.0-" + "versions": ">=0.19.2" }, { "id": "quilted_fabric_api", - "versions": ">=4.0.0-" + "versions": ">=7.0.2" }, { "id": "qkl", - "versions": ">=0.1.4-" + "versions": ">=2.1.0" }, { "id": "minecraft", - "versions": ">=1.19.2" + "versions": ">=1.20" } ] },