File Details
LincerosLevelTools-2.4.1.jar
- R
- Jun 3, 2026
- 2.39 MB
- 477
- 0.5
File Name
LincerosLevelTools-2.4.1.jar
Supported Versions
- 0.5
[2.4.1] — 2026-06-03
Changed
- Hytale 0.5.3 ECS Migration — Completely refactored inventory access logic to support the new
InventoryComponentandEntityStorearchitecture introduced in Hytale 0.5. - HUD Concurrency Rewrite — Removed the asynchronous background thread (
ScheduledExecutorService) responsible for HUD updates. HUD refreshing is now executed natively and safely on the main HytaleWorldThreadviaLevelToolsSystem.tick(), completely eliminatingIllegalStateException: Assert not in thread!ECS crashes.
Fixed
- Tool Belt Recognition — Replaced hardcoded Hotbar (
-1) checks with a dynamicgetActiveComponentsystem. The mod now perfectly detects, tracks durability, and levels up tools regardless of whether they are held from the standard Hotbar or the dedicated Tool Belt (-8).
Added
/leveltools debugCommand — Added a new diagnostic command to print the server's actively detected inventory container, slot, and item ID for troubleshooting held items.