Skip to content

Commit afbe43a

Browse files
committed
1.19.2-0.7.32r
1 parent 870739a commit afbe43a

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+
10+
### Fixed
11+
- [#530] Fixed stray pixel in inventory_manager_gui.png
12+
- Fixed Memory Card tooltip color
13+
- [#524] Fixed not working brackets color change of the Chat Box - Thanks to @zyxkad!
14+
- [#522] Fixed that the index of the argument `range` for the functions `sendMessageToPlayer` and `sendFormattedMessageToPlayer` in the Chat Box is incorrect - Thanks to @zyxkad!
15+
16+
### Added
17+
- [#519] Added Applied Mekanistics support to the ME Bridge - Thanks to @starcatmeow!
18+
19+
### Changed
20+
- [#474] Changed the inventory manager. Merged the NBT and normal variants of the removeItem and addItem functions to one. See documentation for more info
21+
- [#441] Let the ME bridges `isConnected` function only return true when the ME bridge is actually connected to an active ME system
22+
923
## [1.19.2-0.7.31r] - 2023-10-07
1024

1125
### Fixed

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.2.21
99
loader_version=43
10-
mod_version=0.7.31r
10+
mod_version=0.7.32r
1111
release_type=release
1212
mappings_channel=parchment
1313
mappings_version=2022.09.18-1.19.2

0 commit comments

Comments
 (0)