From 84503c00152bd7efab914fbf18bc96828aa962cd Mon Sep 17 00:00:00 2001 From: limepotato Date: Wed, 4 Sep 2024 22:10:44 -0600 Subject: [PATCH] bump --- gradle.properties | 4 ++-- gradle/libs.versions.toml | 8 +++++--- src/main/resources/quilt.mod.json | 4 ++-- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/gradle.properties b/gradle.properties index 51ae96a..6570383 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,14 +3,14 @@ org.gradle.jvmargs = -Xmx1G org.gradle.parallel = true # Mod Properties -version = 3.0.10 +version = 1.1.0 maven_group = observer.nelle archives_base_name = roses_mod # Modrinth Metadata modrinth_slug= roses-mod modrinth_id= Hxo4BmMk -modrinth_game_versions= 1.20-1.20.4 +modrinth_game_versions= 1.20.6 modrinth_mod_loaders= quilt # Dependencies are managed at gradle/libs.versions.toml diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index e8fb8ce..8c755f6 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,10 +1,12 @@ [versions] # The latest versions are available at https://quiltmc.org/en/usage/latest-versionsminecraft -minecraft = "1.20" -quilt_mappings = "1.20+build.4" +minecraft = "1.20.6" +quilt_mappings = "1.20.6+build.6" + quilt_loom = "1.7.4" quilt_loader = "0.26.3" -quilted_fabric_api = "7.0.1+0.83.0-1.20" + +quilted_fabric_api = "10.0.0-alpha.3+0.100.4-1.20.6" [libraries] minecraft = { module = "com.mojang:minecraft", version.ref = "minecraft" } diff --git a/src/main/resources/quilt.mod.json b/src/main/resources/quilt.mod.json index 345d502..2aff202 100644 --- a/src/main/resources/quilt.mod.json +++ b/src/main/resources/quilt.mod.json @@ -30,11 +30,11 @@ }, { "id": "quilted_fabric_api", - "versions": ">=7.0.1" + "versions": ">=10.0.0-alpha.3+0.100.4-1.20.6" }, { "id": "minecraft", - "versions": "1.20-1.20.4" + "versions": "1.20.6" } ] },