Skip to content

Commit 6888ed5

Browse files
committed
1.19.2-0.7.37r
1 parent b969a1b commit 6888ed5

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,20 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9+
## [1.19.2-0.7.37r] - 2024-10-06
10+
11+
### Added
12+
- Wandering Trader config
13+
14+
### Changed
15+
- 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
16+
17+
### Fixed
18+
- [#660] Fixed that the inventory manager's `getItemInHand` function adds a blank nbt tag to the item
19+
- [#636] Fixed that the automata's `useOnBlock` function will return PASS in some specific case
20+
- [#645] Fixed that the inventory functions for the powah integration would always return nil
21+
- Fixed that some entity operations don't have enough range
22+
923
## [1.19.2-0.7.36r] - 2024-06-11
1024

1125
### Added

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ mod_id=advancedperipherals
77
minecraft_version=1.19.2
88
forge_version=43.3.8
99
loader_version=43
10-
mod_version=0.7.37r
10+
mod_version=0.7.38r
1111
release_type=release
1212
mappings_channel=parchment
1313
mappings_version=2022.11.27-1.19.2

0 commit comments

Comments
 (0)