From 6888ed52024fb10ef7ba3ccc717e51d125a8febb Mon Sep 17 00:00:00 2001 From: Srendi Date: Sun, 6 Oct 2024 16:29:01 +0200 Subject: [PATCH] 1.19.2-0.7.37r --- CHANGELOG.md | 14 ++++++++++++++ gradle.properties | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bcca9a6e0..dde6f4283 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,20 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [1.19.2-0.7.37r] - 2024-10-06 + +### Added +- Wandering Trader config + +### Changed +- Safe the owner of the memory card to the inventory manager after a player places the card into the manager and clear the card after. Resolves a security issue where players could eventually steal memory cards from other players + +### Fixed +- [#660] Fixed that the inventory manager's `getItemInHand` function adds a blank nbt tag to the item +- [#636] Fixed that the automata's `useOnBlock` function will return PASS in some specific case +- [#645] Fixed that the inventory functions for the powah integration would always return nil +- Fixed that some entity operations don't have enough range + ## [1.19.2-0.7.36r] - 2024-06-11 ### Added diff --git a/gradle.properties b/gradle.properties index bc6264c70..26856c7ec 100644 --- a/gradle.properties +++ b/gradle.properties @@ -7,7 +7,7 @@ mod_id=advancedperipherals minecraft_version=1.19.2 forge_version=43.3.8 loader_version=43 -mod_version=0.7.37r +mod_version=0.7.38r release_type=release mappings_channel=parchment mappings_version=2022.11.27-1.19.2