From 24f4e268db44e0d23947509f01a4696d5ab8d1b1 Mon Sep 17 00:00:00 2001 From: Sakura Ryoko Date: Tue, 11 Jun 2024 02:29:29 -0400 Subject: [PATCH] 1.20.6-sakura.11 --- gradle.properties | 6 +++--- src/main/resources/fabric.mod.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gradle.properties b/gradle.properties index 72cce8011b..b5d67b6006 100644 --- a/gradle.properties +++ b/gradle.properties @@ -9,11 +9,11 @@ author = masa mod_file_name = litematica-fabric # Current mod version -mod_version = 0.17.999-sakura.10 +mod_version = 0.17.999-sakura.11 # Required malilib version -malilib_version = 0.18.999-sakura.5 -malilib_id = 395feee803 +malilib_version = 0.18.999-sakura.6 +malilib_id = 211b0d2fed # Minecraft, Fabric and mappings versions minecraft_version_out = 1.20.6 diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 1ac70d5561..6657dc66b1 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -35,6 +35,6 @@ "depends": { "minecraft": ">=1.20.5", - "malilib": ">=0.18.999-sakura.5" + "malilib": ">=0.18.999-sakura.6" } }