Skip to content

Commit bab2b80

Browse files
committed
12.1.1 release
1 parent 5626b70 commit bab2b80

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

Changelog.md

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

77
## Minecraft 1.20
88

9+
### [12.1.1]
10+
* Fixed bug in Breaker Module crafting causing pickaxe type to always be iron (bug introduced in 12.1.0)
11+
912
### [12.1.0]
1013

1114
* Added a new smart filter: the Tag Filter!

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ org.gradle.daemon=false
66
# Mod
77
modid=modular-routers
88
mod_name="Modular Routers"
9-
mod_version=12.1.0
9+
mod_version=12.1.1
1010
modrinth_project_id=EuTS81Z3
1111
curse_project_id=250294
1212

release_info.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
{
22
"homepage" : "https://minecraft.curseforge.com/projects/modular-routers",
33
"promos" : {
4-
"1.20.1-recommended" : "12.1.0",
5-
"1.20.1-latest" : "12.1.0"
4+
"1.20.1-recommended" : "12.1.1",
5+
"1.20.1-latest" : "12.1.1"
66
},
77
"1.20.1" : {
88
"12.0.0": "https://github.com/desht/ModularRouters/blob/MC1.20.1-master/Changelog.md#1200",
99
"12.0.1": "https://github.com/desht/ModularRouters/blob/MC1.20.1-master/Changelog.md#1201",
1010
"12.0.2": "https://github.com/desht/ModularRouters/blob/MC1.20.1-master/Changelog.md#1202",
11-
"12.1.0": "https://github.com/desht/ModularRouters/blob/MC1.20.1-master/Changelog.md#1210"
11+
"12.1.0": "https://github.com/desht/ModularRouters/blob/MC1.20.1-master/Changelog.md#1210",
12+
"12.1.1": "https://github.com/desht/ModularRouters/blob/MC1.20.1-master/Changelog.md#1211"
1213
}
1314
}

0 commit comments

Comments
 (0)