You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,23 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
8
## [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)
0 commit comments