Commit bab2b80 1 parent 5626b70 commit bab2b80 Copy full SHA for bab2b80
File tree 3 files changed +8
-4
lines changed
3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,9 @@ Changes are in reverse chronological order; newest changes at the top.
6
6
7
7
## Minecraft 1.20
8
8
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
+
9
12
### [ 12.1.0]
10
13
11
14
* Added a new smart filter: the Tag Filter!
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ org.gradle.daemon=false
6
6
# Mod
7
7
modid =modular-routers
8
8
mod_name ="Modular Routers"
9
- mod_version =12.1.0
9
+ mod_version =12.1.1
10
10
modrinth_project_id =EuTS81Z3
11
11
curse_project_id =250294
12
12
Original file line number Diff line number Diff line change 1
1
{
2
2
"homepage" : " https://minecraft.curseforge.com/projects/modular-routers" ,
3
3
"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 "
6
6
},
7
7
"1.20.1" : {
8
8
"12.0.0" : " https://github.com/desht/ModularRouters/blob/MC1.20.1-master/Changelog.md#1200" ,
9
9
"12.0.1" : " https://github.com/desht/ModularRouters/blob/MC1.20.1-master/Changelog.md#1201" ,
10
10
"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"
12
13
}
13
14
}
You can’t perform that action at this time.
0 commit comments