AffixPlus
AffixPlus adds randomized affixes to pickaxes in Hytale, turning ordinary tools into loot with special behaviors and progression value.
Current affixes include effects such as:
- Vein mining
- Faster block breaking
- Bonus durability
- Reduced durability loss
- Chance to ignore durability loss
- Bonus ore drops
- Direct-to-inventory pickup
- Auto-smelting ore drops
- Portable light while held
How it works
Affixed pickaxes can be generated with multiple affixes at once, with each affix carrying its own tier and effect strength. The mod also applies these affixes during actual mining, so the tool behavior changes in gameplay instead of being just cosmetic metadata.
Important limitation
AffixPlus does not currently provide an easy built-in tooltip display for affixes on items.
At the moment, affixes are primarily inspected through commands rather than a polished UI or hover tooltip system.
Use these commands to check affixed items:
/affix scan to scan your inventory for affixed items
/affix inspect to inspect the item you are currently holding
/affix test <itemId> <affix:tier[+affix:tier...]> to generate a test item with specific affixes
This means the mod is currently best suited for testing, development, and gameplay setups where using commands to identify affixes is acceptable.
Companion integration
AffixPlus provides the affix system and runtime behavior, but it does not automatically inject affixes into all world-generated loot by itself.
LootPlus is a companion mod that can call the AffixPlus API during chest loot generation, allowing generated pickaxes to spawn with AffixPlus affixes.
That integration is not exclusive to LootPlus. Other mods can also integrate with AffixPlus by calling its API, which means affixed loot can be added by other loot, dungeon, reward, or world-generation mods as well.
Status
AffixPlus is currently in an early prototype or active development state. Core affix behavior is implemented, but presentation and user-facing polish are still in progress.