Skip to content

Commit c09b8c0

Browse files
committed
1.20.1-0.7.41r
1 parent 0106dfe commit c09b8c0

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,23 @@ 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.20.1-0.7.41r] - 2024-10-21
10+
11+
### Added
12+
- Wandering Trader config
13+
14+
### Changed
15+
- Save 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+
- [#642] Fixed that some powah integrations clashes with the generic energy peripheral from CC which disables some functions
23+
- [#640] Fixed null pointer exception when invoking `getName`
24+
- [#662] Use tick time instead of epoch time for our chunk manager, fixes an issue where chunks unload if some ticks are skipped (lag)
25+
926
## [1.20.1-0.7.40r] - 2024-06-11
1027

1128
### Added

0 commit comments

Comments
 (0)