From 1546e91d487fa6865fb4cd865500117ec8a6694a Mon Sep 17 00:00:00 2001 From: Des Herriott Date: Wed, 24 Jul 2024 17:40:05 +0100 Subject: [PATCH] Changelog & release_info.json updated, 13.0.3 release --- Changelog.md | 9 +++++++++ release_info.json | 7 ++++--- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/Changelog.md b/Changelog.md index 252a6a2f..39574876 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 +### [13.0.3] +* NeoForge 21.0.110-beta or newer required +* Added support for FTB Filter System; Smart Filters from that mod can be placed in module filter slots and function as filters + * Limitation: they can't be configured in-place, so keep the real Smart Filter item around in case reconfiguration is needed +* Mod configuration GUI is now available again thanks to changes in NeoForge 21.0.110-beta +* Fixed Distributor Modules not working on dedicated server with more recent NeoForge builds +* Patchouli integration has been updated + * Note that Patchouli doesn't have an official release yet for 1.21 + ### [13.0.2] * Updated to work with Neoforge 21.0.40+ diff --git a/release_info.json b/release_info.json index c8a47f58..6b602744 100644 --- a/release_info.json +++ b/release_info.json @@ -1,12 +1,13 @@ { "homepage" : "https://minecraft.curseforge.com/projects/modular-routers", "promos" : { - "1.21-recommended" : "13.0.2", - "1.21-latest" : "13.0.2" + "1.21-recommended" : "13.0.3", + "1.21-latest" : "13.0.3" }, "1.21" : { "13.0.0": "https://github.com/desht/ModularRouters/blob/MC1.21-master/Changelog.md#1300", "13.0.1": "https://github.com/desht/ModularRouters/blob/MC1.21-master/Changelog.md#1301", - "13.0.2": "https://github.com/desht/ModularRouters/blob/MC1.21-master/Changelog.md#1302" + "13.0.2": "https://github.com/desht/ModularRouters/blob/MC1.21-master/Changelog.md#1302", + "13.0.3": "https://github.com/desht/ModularRouters/blob/MC1.21-master/Changelog.md#1303" } }