Skip to content

Commit e62beee

Browse files
committed
1.20.1-0.7.39r
1 parent b300942 commit e62beee

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,21 @@ 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.39r] - 2024-04-12
10+
### Fixed
11+
- [#578] Re-Added botania integration with a few new functions
12+
- [#559] Fixed the creation of empty nbt tags when inserting items into the ME System - @Thanks to michele-grifa!
13+
- [#577,#570] Fixed that the RS bridge does not show `isCraftable` in `getItem` or `getPattern` - Thanks to @tomprince!
14+
- [#570] Improved performance of ME Bridge's iterating functions by making the functions not quadratic - Thanks to @tomprince!
15+
- [#560] Fixed stacking problems when using `getItems` from the inventory manager
16+
- [#551] Fixed that RS Bridge's `isItemCrafting` is false when the item is not in the system
17+
- [#536] Invalidate the energy detectors in and output energy providers to prevent the energy detector from stopping to transfer energy
18+
- [#575] Added support for more disk cells and portable cells for the ME Bridge - Thanks to @iTrooz
19+
20+
### Added
21+
- [#571] Added `selectionMode` to the output of ME Bridge's `getCraftingCPUs` function - Thanks to @tomprince!
22+
- [#564] Added optional parameter to `getPlayerPos` to specify the amount of decimal places to retrieve the position of - Thanks to @minecraf7771
23+
924
## [1.20.1-0.7.38r] - 2024-02-13
1025

1126
### 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.20.1
88
neo_version=47.1.99
99
loader_version=47
10-
mod_version=0.7.39r
10+
mod_version=0.7.40r
1111
release_type=release
1212
mappings_channel=official
1313
#mappings_version=2022.11.27-1.19.2

0 commit comments

Comments
 (0)