Skip to content

Commit 7423a75

Browse files
committed
version -> 13.0.2
1 parent 97bacaf commit 7423a75

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

Changelog.md

+7
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ Changes are in reverse chronological order; newest changes at the top.
66

77
## Minecraft 1.21
88

9+
### [13.0.2]
10+
11+
* Updated to work with Neoforge 21.0.40+
12+
* 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:
13+
* Directional blocks are now oriented along the placing axis
14+
* 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)
15+
916
### [13.0.1]
1017

1118
* Fixed init crash while setting up creative tabs.

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ org.gradle.daemon=false
66
# Mod
77
mod_id=modularrouters
88
archive_base_name=modular-routers
9-
mod_version=13.0.1
9+
mod_version=13.0.2
1010
mod_name="Modular Routers"
1111
mod_group_id=me.desht.modularrouters
1212
mod_license=MIT

release_info.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
22
"homepage" : "https://minecraft.curseforge.com/projects/modular-routers",
33
"promos" : {
4-
"1.21-recommended" : "13.0.1",
5-
"1.21-latest" : "13.0.1"
4+
"1.21-recommended" : "13.0.2",
5+
"1.21-latest" : "13.0.2"
66
},
77
"1.21" : {
88
"13.0.0": "https://github.com/desht/ModularRouters/blob/MC1.21-master/Changelog.md#1300",
9-
"13.0.1": "https://github.com/desht/ModularRouters/blob/MC1.21-master/Changelog.md#1301"
9+
"13.0.1": "https://github.com/desht/ModularRouters/blob/MC1.21-master/Changelog.md#1301",
10+
"13.0.2": "https://github.com/desht/ModularRouters/blob/MC1.21-master/Changelog.md#1302"
1011
}
1112
}

0 commit comments

Comments
 (0)