Commit ad33236 1 parent f63a031 commit ad33236 Copy full SHA for ad33236
File tree 3 files changed +6
-2
lines changed
3 files changed +6
-2
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.2]
10
+
11
+ * Fixed items losing NeoForge attachment data when dropped from a router that's just been broken
12
+
9
13
### [ 12.3.1]
10
14
11
15
* Fixed a couple of bugs with Template Frame (Extruder Mk2 fake blocks) NBT load/save
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ repositories {
47
47
}
48
48
49
49
base {
50
- archivesName = archive_base_name
50
+ archivesName = " ${ archive_base_name} - ${ mod_version } +mc ${ minecraft_version } "
51
51
}
52
52
53
53
java. toolchain. languageVersion = JavaLanguageVersion . of(17 )
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.1
9
+ mod_version =12.3.2
10
10
mod_name ="Modular Routers"
11
11
mod_group_id =me.desht.modularrouters
12
12
mod_license =MIT
You can’t perform that action at this time.
0 commit comments