Skip to content

Commit

Permalink
version -> 13.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
desht committed Jul 3, 2024
1 parent 97bacaf commit 7423a75
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
7 changes: 7 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 4 additions & 3 deletions release_info.json
Original file line number Diff line number Diff line change
@@ -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"
}
}

0 comments on commit 7423a75

Please sign in to comment.