LevelTools/Weapons 2.0

Level up your tools when broken! Like a muscle!!!

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 InventoryComponent and EntityStore architecture 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 Hytale WorldThread via LevelToolsSystem.tick(), completely eliminating IllegalStateException: Assert not in thread! ECS crashes.

Fixed

  • Tool Belt Recognition — Replaced hardcoded Hotbar (-1) checks with a dynamic getActiveComponent system. 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 debug Command — Added a new diagnostic command to print the server's actively detected inventory container, slot, and item ID for troubleshooting held items.