Commit 9069396 1 parent 716d356 commit 9069396 Copy full SHA for 9069396
File tree 3 files changed +8
-3
lines changed
3 files changed +8
-3
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.21.1
8
8
9
+ ## [ 13.2.1]
10
+ * Energy Distributor Upgrade can now be configured to pull (like the Distributor Module can)
11
+
9
12
## [ 13.2.0]
10
13
* Multiple changes from @Matyrobbrt :
11
14
* Some significant internal reworking to benefit addon mods
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ org.gradle.daemon=false
6
6
# Mod
7
7
mod_id =modularrouters
8
8
archive_base_name =modular-routers
9
- mod_version =13.2.0
9
+ mod_version =13.2.1
10
10
mod_name ="Modular Routers"
11
11
mod_group_id =me.desht.modularrouters
12
12
mod_license =MIT
Original file line number Diff line number Diff line change 3
3
"promos" : {
4
4
"1.21-recommended" : " 13.0.3" ,
5
5
"1.21-latest" : " 13.0.3" ,
6
- "1.21.1-recommended" : " 13.1.0 " ,
7
- "1.21.1-latest" : " 13.1.0 "
6
+ "1.21.1-recommended" : " 13.2.1 " ,
7
+ "1.21.1-latest" : " 13.2.1 "
8
8
},
9
9
"1.21.1" : {
10
+ "13.2.1" : " https://github.com/desht/ModularRouters/blob/MC1.21-master/Changelog.md#1321" ,
11
+ "13.2.0" : " https://github.com/desht/ModularRouters/blob/MC1.21-master/Changelog.md#1320" ,
10
12
"13.1.0" : " https://github.com/desht/ModularRouters/blob/MC1.21-master/Changelog.md#1310"
11
13
},
12
14
"1.21" : {
You can’t perform that action at this time.
0 commit comments