Releases: Aedial/AE2-PowerTools
Releases · Aedial/AE2-PowerTools
AE2 PowerTools 1.6.2
Fixed
- Fix Better Level Maintainer being mistaken for a RandomComplement missing-craft request when
enableMissCraftis enabled, which could force impossible crafts instead of reporting the failure normally. - Fix Pattern/Inventory item rendering eating on the AutoCrafter overview's item renders when the overview is open, by short-circuiting the recipe/inventory rendering when it is open.
- Fix Storage Monitor rendering leaking (just like the Maintainer's) when the selector is open.
Added
- Add textures for the Storage Level Emitter and Storage Display.
- Add subnet support to the Network Health Scanner.
- Add Subnet Proxy support for anything with subnet support (NACL, NHS).
- Add smaller and smallerer part variants for the Storage Display.
AE2 PowerTools 1.6.0-alpha4
Fixed
- Fix PMT not having a JEI exclusion zone for the AutoCrafter.
- Fix Better Level Maintainer delaying some entries for far too long after AE2 network or storage topology changes.
AE2 PowerTools 1.6.0-alpha3
Added
- Add condition persistence to the Storage Monitor and Storage Level Emitter, allowing them to maintain their state over restarts and chunk unloads. This way, machines relaying on the quantity condition won't be disrupted by temporary issues or restarts.
- Add an optional hysteresis mode with separate increasing and decreasing thresholds for each monitored entry.
Changed
- Move live quantity to the left side, with the resource icon, in the Storage Level Emitter / Storage Display's GUI.
AE2 PowerTools 1.6.0-alpha2
Added
- Delay Better Level Maintainer startup requests until the AE2 network and storage cell topology have settled. This also affects topology changes like adding/removing storage cells, which should prevent a lot of weird behaviors and errors that can occur when the maintainer tries to run while the network is in an inconsistent state.
AE2 PowerTools 1.6.0-alpha
Added
- Add Storage Level Emitter and Storage Display, alternative versions of the AE2 Level Emitter and Storage Monitor, with configurable refresh rate and more controlable matching. This should provide better performance when dealing with a lot of rapid changes, but do not need to react immediately.
- Add AE2's Offline / Missing Channel / Online status in WAILA and The One Probe to all blocks.
Fixed
- Fix the Better Level Maintainer's selector being empty on the very first click after opening the GUI (race condition between container open and craftable item sync).
AE2 PowerTools 1.5.6
Fixed
- Fix Better Level Maintainer AE2 Fluid Crafting fluid and gas outputs being routed back into their ME storage channels instead of being counted as drop items, and show fluid or gas targets as fluid or gas in the selector and entry displays instead of raw drops.
AE2 PowerTools 1.5.5
Changed
- Rework the client sync of the Better Level Maintainer to use per-listener diff packets via
detectAndSendChangesinstead of every tile sending its full state to all nearby players every tick. This should make the block lighter on the server.
AE2 PowerTools 1.5.4
Added
- Add config for the performance limits of the Better Level Maintainer, allowing users to adjust the thresholds and behavior if the default settings are too aggressive.
Fixed
- (Probably) fix Better Level Maintainer spamming "Failed to calculate crafting job" errors for large/complex recipes.
Changed
- Rework the client sync of the AE2 AutoCrafter to be more responsive and less prone to desync issues. It should also lighten the load on the server by only syncing the actively viewed crafter, instead of all of them every second.
- Eject the catalyst items from the catalyst slots when the pattern is changed or removed, to prevent them from being left out in the slots and potentially causing issues later on.
- Move all server-translated text to the client side by sending raw status message keys and parameters instead of pre-formatted messages. This allows the client to format the messages in the player's locale instead of the server's default locale.
AE2 PowerTools 1.5.3
Added
- Add Memory Card support for the AutoCrafter. It will copy both settings and patterns, and format blank patterns are found in the player's inventory on settings application.
- Add a Creative tab for AE2 PowerTools (getting a tad cramped in AE2's tab)
AE2 PowerTools 1.5.2
Added
- Add Network Advanced Component Locator: a new tool that scans the AE2 network and displays all components in a grid (like the AE2 Network Tool). Click on a component type to see all its locations sorted by distance. Selected locations are highlighted with on-screen overlays, like the Network Health Scanner.
- Add sorting options for the Network Health Scanner display lists, allowing sorting by distance or name. Chokepoints still sort by excess channels by default, sorting by distance/name as a tiebreaker. Sorting preference is saved per-tab.
- Right-clicking the AutoCrafter with a crafting pattern in hand will insert it into the first available slot. Opens the GUI normally if the pattern is invalid (processing) or the crafter is full.
Fixed
- Fix Network Health Scanner not resizing GUI when opened just after a scan (or as the scan is going).