Skip to content

Commit ad33236

Browse files
committed
version -> 12.3.2, changelog updated
1 parent f63a031 commit ad33236

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

Changelog.md

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

77
## Minecraft 1.20.2
88

9+
### [12.3.2]
10+
11+
* Fixed items losing NeoForge attachment data when dropped from a router that's just been broken
12+
913
### [12.3.1]
1014

1115
* Fixed a couple of bugs with Template Frame (Extruder Mk2 fake blocks) NBT load/save

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ repositories {
4747
}
4848

4949
base {
50-
archivesName = archive_base_name
50+
archivesName = "${archive_base_name}-${mod_version}+mc${minecraft_version}"
5151
}
5252

5353
java.toolchain.languageVersion = JavaLanguageVersion.of(17)

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=12.3.1
9+
mod_version=12.3.2
1010
mod_name="Modular Routers"
1111
mod_group_id=me.desht.modularrouters
1212
mod_license=MIT

0 commit comments

Comments
 (0)