From c151c19f78f9638258a17f2a88641d83d45b4eac Mon Sep 17 00:00:00 2001 From: Des Herriott Date: Sun, 24 Nov 2024 14:33:35 +0000 Subject: [PATCH] version -> 13.2.0, changelog updated --- Changelog.md | 9 +++++++++ gradle.properties | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index d79c0022..142f6a28 100644 --- a/Changelog.md +++ b/Changelog.md @@ -6,6 +6,15 @@ Changes are in reverse chronological order; newest changes at the top. # Minecraft 1.21.1 +## [13.2.0] +* Multiple changes from @Matyrobbrt : + * Some significant internal reworking to benefit addon mods + * Added gametest framework and tests for several modules, more to come + * Added JEI search aliases for modules/augments/upgrades + * Several other technical (non-player-visible) improvements +* Added ja_jp translations (including Patchouli manual) - thanks @momo-i2 +* Fixed client crash in Bulk Item Filter when installed in a Detector Module + ## [13.1.1] * Fixed textfield in Fluid Module GUI not working diff --git a/gradle.properties b/gradle.properties index 6130ac90..88a58e2a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -6,7 +6,7 @@ org.gradle.daemon=false # Mod mod_id=modularrouters archive_base_name=modular-routers -mod_version=13.1.1 +mod_version=13.2.0 mod_name="Modular Routers" mod_group_id=me.desht.modularrouters mod_license=MIT