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" ] } },