Skip to content

Commit

Permalink
Release for 1.20.1 (#2371)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
krossgg and github-actions[bot] authored Nov 15, 2024
1 parent aaea9ab commit 5be73da
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# ChangeLog

## Version [v1.5.2](https://github.com/GregTechCEu/GregTech-Modern/compare/v1.5.1-1.20.1...v1.5.2-1.20.1)
### Added

- Add and tweak various Recipe Categories by @YoungOnionMC in [#2346](https://github.com/GregTechCEu/GregTech-Modern/pull/2346)

### Fixed

- Fix Recipe Serialization by @krossgg in [#2348](https://github.com/GregTechCEu/GregTech-Modern/pull/2348)
- Fix npe error on Conveyor and Pump Covers by @Spicierspace153 in [#2357](https://github.com/GregTechCEu/GregTech-Modern/pull/2357)
- Fix Lens decomposition recipes by @YoungOnionMC in [#2358](https://github.com/GregTechCEu/GregTech-Modern/pull/2358)
- Fix Prospector Widget causing IndexOutOfBounds Exception by @YoungOnionMC in [#2361](https://github.com/GregTechCEu/GregTech-Modern/pull/2361)
- Fix Multiblocks not staying suspended on unform/reform by @YoungOnionMC in [#2367](https://github.com/GregTechCEu/GregTech-Modern/pull/2367)
- Fix GTRecipePayload trying to call the Minecraft Server on Client Dist by @krossgg in [#2369](https://github.com/GregTechCEu/GregTech-Modern/pull/2369)


## Version [v1.5.1](https://github.com/GregTechCEu/GregTech-Modern/compare/v1.5.0-1.20.1...v1.5.1-1.20.1)
### Fixed

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ org.gradle.jvmargs = -Xmx6G
# Mod Info
mod_id = gtceu
mod_name = GregTech
mod_version = 1.5.2
mod_version = 1.5.3
mod_description = GregTech CE Unofficial, ported from 1.12.2
mod_license = LGPL-3.0 license
mod_url = https://github.com/GregTechCEu/GregTech-Modern/
Expand Down

0 comments on commit 5be73da

Please sign in to comment.