File Details
AutoSorter.jar
- R
- Jan 20, 2026
- 17.44 KB
- 171
- Early Access
File Name
AutoSorter.jar
Supported Versions
- Early Access
v1.0.0 - Initial Release
New Features:
- 3x3 Filtering Grid: Expanded filtering capacity from 9 slots per chest for better organization.
- Multidimensional Support: Added a new data persistence system that tracks filters per world/dimension. No more coordinate collisions between different worlds.
- Native UI Integration: Added a custom configuration menu accessible via Crouch + Right Click on any container.
- Smart Proximity Scanning: Increased scanning radius to 16 blocks to pick up items from nearby dump chests.
Improvements & Fixes:
- Main Thread Stability (ECS Integration): Refactored the entire sorting engine to use Hytale's native ECS
TickingSystem. This ensures that world lookups and inventory operations are 100% reliable by running on the main server thread. - Generic Container Support: Updated detection logic to support any block implementing
ItemContainerBlockState, ensuring compatibility with a wide range of storage blocks. - Robust Data Handling: Resolved
JsonSyntaxExceptionissues by implementing a more stable String-based key format for saved filter data. - Performance Optimization: Optimized the sorting cycle to run every 2 seconds, ensuring zero impact on server TPS even with many active filters.

