From b29e6c583644ad34af98c7d67e4f9cc5cbbc14e4 Mon Sep 17 00:00:00 2001 From: Sakura Ryoko Date: Mon, 8 Jul 2024 01:16:44 -0400 Subject: [PATCH] translations feature branch --- 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 d1520fda5..4fa763998 100644 --- a/gradle.properties +++ b/gradle.properties @@ -9,11 +9,11 @@ author = masa mod_file_name = tweakeroo-fabric # Current mod version -mod_version = 0.20.999-sakura.12 +mod_version = 0.20.999-sakura.12-translations # Required malilib version -malilib_version = 0.19.999-sakura.6 -malilib_id = dc2525e2ee +malilib_version = 0.19.999-sakura.6-pr5 +malilib_id = 4219a1545d # Minecraft, Fabric Loader and API and mappings versions minecraft_version_out = 1.21 diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index bcf98c3a2..9a36b34fc 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -34,6 +34,6 @@ "depends": { "minecraft": ">=1.21", - "malilib": ">=0.19.999-sakura.6" + "malilib": ">=0.19.999-sakura.6-pr5" } }