From e45555f741c91e1967353493b687707e45eff914 Mon Sep 17 00:00:00 2001 From: Sakura Ryoko Date: Mon, 10 Jun 2024 14:50:22 -0400 Subject: [PATCH] 1.21 rc1 --- gradle.properties | 14 +++++++------- src/main/resources/fabric.mod.json | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/gradle.properties b/gradle.properties index dce048455..80a2946ca 100644 --- a/gradle.properties +++ b/gradle.properties @@ -9,17 +9,17 @@ author = masa mod_file_name = itemscroller-fabric # Current mod version -mod_version = 0.22.999-snap +mod_version = 0.22.999-sakura # Required malilib version -malilib_version = 0.18.999-snap -malilib_id = 960ff825c4 +malilib_version = 0.18.999-sakura +malilib_id = eacaa4f6f4 # Minecraft, Fabric Loader and API and mappings versions -minecraft_version_out = 1.21-pre4 -minecraft_version = 1.21-pre4 -mappings_version = 1.21-pre4+build.2 +minecraft_version_out = 1.21-rc1 +minecraft_version = 1.21-rc1 +mappings_version = 1.21-rc1+build.1 fabric_loader_version = 0.15.11 mod_menu_version = 11.0.0-beta.1 -fabric_api_version = 0.99.5+1.21 +fabric_api_version = 0.100.0+1.21 diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index bc6e23280..7583cf18c 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -33,7 +33,7 @@ ], "depends": { - "minecraft": ">=1.21-beta.3", - "malilib": ">=0.18.999-snap" + "minecraft": ">=1.21-rc.1", + "malilib": ">=0.18.999-sakura" } }