Skip to content

Commit

Permalink
version -> 12.3.2, changelog updated
Browse files Browse the repository at this point in the history
  • Loading branch information
desht committed Apr 1, 2024
1 parent f63a031 commit ad33236
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ Changes are in reverse chronological order; newest changes at the top.

## Minecraft 1.20.2

### [12.3.2]

* Fixed items losing NeoForge attachment data when dropped from a router that's just been broken

### [12.3.1]

* Fixed a couple of bugs with Template Frame (Extruder Mk2 fake blocks) NBT load/save
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ repositories {
}

base {
archivesName = archive_base_name
archivesName = "${archive_base_name}-${mod_version}+mc${minecraft_version}"
}

java.toolchain.languageVersion = JavaLanguageVersion.of(17)
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ org.gradle.daemon=false
# Mod
mod_id=modularrouters
archive_base_name=modular-routers
mod_version=12.3.1
mod_version=12.3.2
mod_name="Modular Routers"
mod_group_id=me.desht.modularrouters
mod_license=MIT
Expand Down

0 comments on commit ad33236

Please sign in to comment.