From bab2b80d03d4207ec4fd06d394fb0cfc499b22ce Mon Sep 17 00:00:00 2001 From: Des Herriott Date: Wed, 24 Jan 2024 08:29:07 +0000 Subject: [PATCH] 12.1.1 release --- Changelog.md | 3 +++ gradle.properties | 2 +- release_info.json | 7 ++++--- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/Changelog.md b/Changelog.md index c95065ca..54693cfb 100644 --- a/Changelog.md +++ b/Changelog.md @@ -6,6 +6,9 @@ Changes are in reverse chronological order; newest changes at the top. ## Minecraft 1.20 +### [12.1.1] +* Fixed bug in Breaker Module crafting causing pickaxe type to always be iron (bug introduced in 12.1.0) + ### [12.1.0] * Added a new smart filter: the Tag Filter! diff --git a/gradle.properties b/gradle.properties index 4df5b540..23000aa1 100644 --- a/gradle.properties +++ b/gradle.properties @@ -6,7 +6,7 @@ org.gradle.daemon=false # Mod modid=modular-routers mod_name="Modular Routers" -mod_version=12.1.0 +mod_version=12.1.1 modrinth_project_id=EuTS81Z3 curse_project_id=250294 diff --git a/release_info.json b/release_info.json index 8cab02ba..4a5074e4 100644 --- a/release_info.json +++ b/release_info.json @@ -1,13 +1,14 @@ { "homepage" : "https://minecraft.curseforge.com/projects/modular-routers", "promos" : { - "1.20.1-recommended" : "12.1.0", - "1.20.1-latest" : "12.1.0" + "1.20.1-recommended" : "12.1.1", + "1.20.1-latest" : "12.1.1" }, "1.20.1" : { "12.0.0": "https://github.com/desht/ModularRouters/blob/MC1.20.1-master/Changelog.md#1200", "12.0.1": "https://github.com/desht/ModularRouters/blob/MC1.20.1-master/Changelog.md#1201", "12.0.2": "https://github.com/desht/ModularRouters/blob/MC1.20.1-master/Changelog.md#1202", - "12.1.0": "https://github.com/desht/ModularRouters/blob/MC1.20.1-master/Changelog.md#1210" + "12.1.0": "https://github.com/desht/ModularRouters/blob/MC1.20.1-master/Changelog.md#1210", + "12.1.1": "https://github.com/desht/ModularRouters/blob/MC1.20.1-master/Changelog.md#1211" } }