Mithi83

Results 73 comments of Mithi83

Let's deep dive into the code here: `ImportBusPart.doBusWork` calls `importStrategy.transfer(context)`, where `importStrategy` is an array of `StorageImportStrategy`, one for each resource type (items and fluids in my test scenario) and...

The code for `StackTransferContextImpl.isInFilter()` which is implemented as `return filter.isEmpty() || filter.isListed(key);` mixes two information parts (list is empty and does the item match the filter) and the result is...

Plot twist: We don't even get to that point: We leave here because of `if (!context.isKeyTypeEnabled(conversion.getKeyType()))` if there is no single key for that key type as the list of...

The last thing I want to add to this analysis: A brief history: 1. Import bus code had a major rewrite in December 2021 -> https://github.com/AppliedEnergistics/Applied-Energistics-2/commit/44bc92f6 2. Inverter card support...

In 4k gui scale 2 is affected as well.

Isn't the real bug though that the view cell slots are invisible in lower resolutions or with higher gui scale settings? This functionality is not accessible to the player otherwise....

I've tried to reproduce this in a simple setup in ATM10 (1.21.1) but was unable to confirm it. Setup consists of a controller, 3 annihilation planes (one unenchanted, one with...

I've submitted a PR as an immediate fix, if you can come up with a better formula, feel free to change it again.

I ran a small test with a debugger attached: A small AE network (drives, wireless AP etc) with a ME Controller consisting of two blocks, one of them directly next...

I removed all breakpoints and installed one for `StoredEnergyAmount.sendEvents`. For simplicity I reduced my setup to only have one instead of two controllers, the remaining one being the one adjacent...