From 55ed22bb96ac8eac64c824a6b8a7df029633fdb1 Mon Sep 17 00:00:00 2001 From: Matti Ruohonen Date: Sat, 17 Jun 2023 16:32:27 +0300 Subject: [PATCH] Bump Yarn version to the one my dev environment uses --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index dae8685d0..74577d7c0 100644 --- a/gradle.properties +++ b/gradle.properties @@ -17,7 +17,7 @@ malilib_version = 0.16.0 # Minecraft, Fabric and mappings versions minecraft_version_out = 1.20.1 minecraft_version = 1.20.1 -mappings_version = 1.20.1+build.1 +mappings_version = 1.20.1+build.2 fabric_loader_version = 0.14.21 mod_menu_version = 7.0.1 \ No newline at end of file