From 7423a753081705652652329865f24c3351165ae3 Mon Sep 17 00:00:00 2001 From: Des Herriott Date: Wed, 3 Jul 2024 12:03:48 +0100 Subject: [PATCH] version -> 13.0.2 --- Changelog.md | 7 +++++++ gradle.properties | 2 +- release_info.json | 7 ++++--- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/Changelog.md b/Changelog.md index 76612782..252a6a2f 100644 --- a/Changelog.md +++ b/Changelog.md @@ -6,6 +6,13 @@ Changes are in reverse chronological order; newest changes at the top. ## Minecraft 1.21 +### [13.0.2] + +* Updated to work with Neoforge 21.0.40+ +* Placer Module has been reworked internally to simplify the code and act more like a player placing the block. Couple of minor player-noticeable changes: + * Directional blocks are now oriented along the placing axis + * If placing is prevented (e.g. by a protection mod such as FTB Chunks), the place sound will still play even though the block is not placed. This can be a useful indicator that the placement is being attempted and failing. (Using a Security Module in your router is the correct action here) + ### [13.0.1] * Fixed init crash while setting up creative tabs. diff --git a/gradle.properties b/gradle.properties index 7e8fd204..6c195559 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.0.1 +mod_version=13.0.2 mod_name="Modular Routers" mod_group_id=me.desht.modularrouters mod_license=MIT diff --git a/release_info.json b/release_info.json index 1b88af32..c8a47f58 100644 --- a/release_info.json +++ b/release_info.json @@ -1,11 +1,12 @@ { "homepage" : "https://minecraft.curseforge.com/projects/modular-routers", "promos" : { - "1.21-recommended" : "13.0.1", - "1.21-latest" : "13.0.1" + "1.21-recommended" : "13.0.2", + "1.21-latest" : "13.0.2" }, "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.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" } }