diff --git a/Changelog.md b/Changelog.md index 0d57dcba..baa980be 100644 --- a/Changelog.md +++ b/Changelog.md @@ -6,7 +6,19 @@ Changes are in reverse chronological order; newest changes at the top. ## Minecraft 1.20 +### 12.0.2 + +* As of Modular Routers 12.0.2, the mod is built with [Neoforge](https://neoforged.net/) + * While Modular Routers is likely to remain compatible with [Forge](https://files.minecraftforge.net/) for now, future compatibility is not guaranteed in any way +* Player Module and Sender Module Mk3 now respect a dimension blacklist, dimensions which those modules cannot send items to or from + * See `dimensionBlacklist` config setting in `modularrouters-common.toml` +* Fixed shaped template blocks (as placed by the Extruder Mk2) causing x-ray vision past them +* Fixed snow blocks not being breakable by the Breaker Module + * Fix will also apply to any block requiring a tool other than a pickaxe +* Cosmetic tooltip fix for Router items which contain modules and/or upgrades + ### 12.0.1 + * Patchouli manual now works properly * Note: there isn't a public 1.20.1 release of Patchouli yet at the time of this release diff --git a/gradle.properties b/gradle.properties index 47b160f5..b0459234 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,7 +5,7 @@ org.gradle.daemon=false # Mod modid=modular-routers -mod_version=12.0.1 +mod_version=12.0.2 modrinth_project_id=EuTS81Z3 curse_project_id=250294 diff --git a/release_info.json b/release_info.json index 8b9d9952..21ba6ed8 100644 --- a/release_info.json +++ b/release_info.json @@ -1,11 +1,12 @@ { "homepage" : "https://minecraft.curseforge.com/projects/modular-routers", "promos" : { - "1.20.1-recommended" : "12.0.1", - "1.20.1-latest" : "12.0.1" + "1.20.1-recommended" : "12.0.2", + "1.20.1-latest" : "12.0.2" }, "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.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" } }