Skip to content

Commit

Permalink
1.19.2-0.7.37r
Browse files Browse the repository at this point in the history
  • Loading branch information
SirEndii committed Oct 6, 2024
1 parent b969a1b commit 6888ed5
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6888ed5

Please sign in to comment.