Commit ea87674 1 parent 48dea1c commit ea87674 Copy full SHA for ea87674
File tree 4 files changed +11
-5
lines changed
4 files changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ Changes are in reverse chronological order; newest changes at the top.
6
6
7
7
## Minecraft 1.20.2
8
8
9
+ ### [ 12.3.1]
10
+
11
+ * Fixed a couple of bugs with Template Frame (Extruder Mk2 fake blocks) NBT load/save
12
+
9
13
### [ 12.3.0]
10
14
11
15
* Initial port to Minecraft 1.20.4
Original file line number Diff line number Diff line change @@ -141,12 +141,13 @@ tasks.withType(ProcessResources).configureEach {
141
141
}
142
142
}
143
143
144
+ def snapExt = ext. releaseTag == " " ? " -SNAPSHOT" : " "
144
145
publishing {
145
146
publications {
146
147
register(' mavenJava' , MavenPublication ) {
147
148
artifactId = archive_base_name
148
149
groupId = mod_group_id
149
- version = " ${ mod_version} +mc${ minecraft_version} "
150
+ version = " ${ mod_version} +mc${ minecraft_version}${ snapExt } "
150
151
from components. java
151
152
}
152
153
}
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 =12.3.0
9
+ mod_version =12.3.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 1
1
{
2
2
"homepage" : " https://minecraft.curseforge.com/projects/modular-routers" ,
3
3
"promos" : {
4
- "1.20.4-recommended" : " 12.3.0 " ,
5
- "1.20.4-latest" : " 12.3.0 "
4
+ "1.20.4-recommended" : " 12.3.1 " ,
5
+ "1.20.4-latest" : " 12.3.1 "
6
6
},
7
7
"1.20.4" : {
8
- "12.3.0" : " https://github.com/desht/ModularRouters/blob/MC1.20.4-master/Changelog.md#1230"
8
+ "12.3.0" : " https://github.com/desht/ModularRouters/blob/MC1.20.4-master/Changelog.md#1230" ,
9
+ "12.3.1" : " https://github.com/desht/ModularRouters/blob/MC1.20.4-master/Changelog.md#1231"
9
10
}
10
11
}
You can’t perform that action at this time.
0 commit comments