fix maxsize cal
Fixes
- Added more precise control over item type stacking storage in version 1.20.1 to prevent modifications by events before and after network transmission.
- Fixed an issue with incorrect parameter types received by a function.
fix crash
Added
- Added the command
bdtools searchCache clearto manually reset the search cache. Use this when an item's tooltip dynamically changes.
Fixed
- Prevented UI buttons from being obscured by EMI and JEI sidebars.
- Changed the default keybind for the "Toggle Magnet" shortcut.
- Prevented storage loss caused by inserting duplicate elements during initialization.
- Added secondary server-side verification for the "Quick Transfer Main Hand Item" feature to prevent accidental overwriting of the main hand item.
New
- Energy Pathway UI now displays energy change per tick.
- Added "Quick Transfer Item from Main Hand" keybind: press key while pointing at a block to extract matching item from network. Shift+key puts main-hand item back into network.
- Network Pump: Actively pulls resources from surrounding containers into network.
- Network Hopper: Collects items/fluids within range and inputs them into network.
- Network Furnace: Automatically extracts tagged ingredients/fuel from network and outputs finished products. Supports FE and lava fluid as fuel.
- Network Magnet: Portable version of Network Hopper. Can be carried or equipped in curios slot.
- Feeder: Feeds player using tagged items from network when hungry.
- Added tooltip caching for searches, significantly improving search speed in certain scenarios.
- Added error handling and backup rollback for network storage saving.
Changes
- Network Interface block now has three tag slots and three storage slot rows.
- Rewrote UI click handling and network synchronization for improved reliability.
- Network Interface/Energy Pathway blocks redesigned as machine-class blocks. Existing blocks require rebinding.
- Search now matches items by "name, tooltip, and mod ID" simultaneously. Use
#to filter by tooltip text,@to filter by mod ID.
Fixes
- Fixed shift-crafting recipes with >1 output items not consuming ingredients when both network storage and inventory were nearly full.
- Resolved state buttons flashing briefly when opening UI.
- Fixed IStackType Codec not being properly applied.
- Added null checks to Network Controller to prevent crashes when right-clicking without a network.
Mixin
- Modified
GuiGraphics.blitNineSlicedSpriteto fix incorrect left border width usage when drawing right border center sections.
fix crash issues
Changes
- Item terminal interface now allows adjusting the priority transfer direction for remaining items in the crafting grid
- Modified the data structure used for unified storage, optimizing performance when removing items
- When Just Enough Characters is installed, its pinyin matching functionality will now be prioritized
Fixes
- Greatly alleviated lag caused by JEI/EMI recipe lookups
- Fixed game crashes caused by unmodifiable lists (1.21.1)
- Significantly reduced instances of items getting stuck when using Shift+double-click transfer
- Fixed issue where item terminals couldn't be retrieved after being placed in a network (1.21.1)
- Fixed crashes caused by codec issues (1.21.1)
- Added control for encode and decode during build packet to prevent conflicts with other mods' mixins of vanilla code (1.20.1)
fix crash issue
Added
- Energy storage is now merged into unified storage;
- Support for applied flux - stored FE in dimensional networks can now be read
- When tagging network interfaces using EMI and JEI, the contents of AE2's generic stacks can now be recognized.
- Added support for Pinyin search in tooltip searches.
- Added KubeJS support—now, KubeJS can determine how networks are obtained, their initial capacity, and expansion methods.
Changed
- The search box now uses '#' to activate tooltip searches.
Fixed
- Terminal blocks now correctly drop their contents when destroyed.
- Fixed the issue in version 1.21.1 where the crafting slots of item terminals could incorrectly interact across multiple players.
- Fixed the issue in version 1.20.1 where NBT data was not properly transmitted over networks.
- Other potential issues.
add tooltip
fix jei recipe transfer issue




