Skip to content

Commit c0525d5

Browse files
committed
Merge branch '1.19.2' of https://github.com/SirEndii/AdvancedPeripherals into 1.19.2
2 parents 5aa93f3 + c1ce98e commit c0525d5

File tree

127 files changed

+7269
-830
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

127 files changed

+7269
-830
lines changed

CHANGELOG.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,42 @@ 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.19.2-0.7.31r] - 2023-10-07
10+
11+
### Fixed
12+
- Fixed that `craftFluid` of the RS Bridge will not work when the target fluid stack is empty
13+
- Fixed the amount of the costs of researches in the colony integrator
14+
- [#505] Fixed a NullPointerException when calling `craftItem` with the ME Bridge while using the CPU argument
15+
- [#503],[#509] Fixed a bug where the imported items to a ME System are imported without the NBT tag(Thanks to @michele-grifa!)
16+
- [#501] Fixed some stack overflow exceptions when moving items around(Independent of the periphal)
17+
18+
### Changed
19+
- [#512] Changed some debug messages of the ME and RS Bridge
20+
21+
### Added
22+
- [#514] Added a `neededTime` property to the research table of the colony integrator
23+
24+
## [1.19.2-0.7.30r] - 2023-08-06
25+
26+
### Changed
27+
- Changed sorting of our creative tab
28+
29+
### Added
30+
- [#481] Add configurable chunk loading radius to chunky turtle. Thanks to @Einhornyordle!
31+
- [#483] Add Powah's Ender Cell support. Thanks to @Apeopex!
32+
- [#435] Add a `isFluidCrafting` and `isFluidCraftable` function to the ME Bridge
33+
- [#477] Add two configuration values for the chat box. One for a maximum range and one to disallow multidimensional message sending
34+
- [#491] Added support for Storage Busses in calculation of used storage space for the ME Bridge. Thanks to @Michele Grifa!
35+
- [#494] Add the name to `getCraftingCPUs()`
36+
- [#490] Don't divide the amount of the bytes of the DISK drives
37+
- [#485] Add AE2 Addtions support to the ME Bridge
38+
39+
### Fixed
40+
- [#482] Fixed that some of the functions of automata turtles throw NPEs if the functions were called for the first time
41+
- [#487] Fixed a server crash when two ME Bridges are connected to one ME System while items are scheduled for crafting
42+
- [#490] Fixed that `getUsedItemStorage` does not respect AE2Things DISK drives
43+
- [#486] Fixed that the player detector will not detect players in different dimensions
44+
945
## [1.19.2-0.7.29r] - 2023-06-30
1046

1147
### Fixed

0 commit comments

Comments
 (0)