From 7141ccf2ba6ed44f4564bbcaee6a6b75ee86a343 Mon Sep 17 00:00:00 2001 From: LostLuma Date: Wed, 18 Oct 2023 15:21:50 +0200 Subject: [PATCH] Minecraft 1.5.2 --- gradle/libs.versions.toml | 6 +++--- src/main/resources/quilt.mod.json | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 22147ac..6ced0c9 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,9 +1,9 @@ [versions] -minecraft = "1.4.7" +minecraft = "1.5.2" quilt_loader = "0.20.2" -nests = "1.4.7+build.1" -feather = "1.4.7+build.11" +nests = "1.5.2+build.1" +feather = "1.5.2+build.11" gson = "2.10.1" diff --git a/src/main/resources/quilt.mod.json b/src/main/resources/quilt.mod.json index a752c2a..d2c5532 100644 --- a/src/main/resources/quilt.mod.json +++ b/src/main/resources/quilt.mod.json @@ -32,8 +32,8 @@ "id": "minecraft", "versions": { "all": [ - ">=1.4.7-", - "<=1.4.7" + ">=1.5.2-", + "<=1.5.2" ] } },