File Details
[Forge] Armory API v2.0.0
- R
- May 17, 2026
- 30.96 KB
- 7
- 1.21.1
- Forge
File Name
Armory API-forge-1.21.1-2.0.0.jar
Supported Versions
- 1.21.1
Curse Maven Snippet
Added
- ItemSet – a new base class for ArmorSet and ToolSet, unifying common item‑set behavior.
- DefaultToolCustomizer and DefaultArmorCustomizer – default implementations of the customizer interfaces.
Changed
- Renamed ArmorConfigurator → ArmorCustomizer, and ToolConfigurator → ToolCustomizer.
- If you were using the old configurator classes, update your imports and references accordingly.
- Moved GenericAttributeHelper from package net.xun.armory.api.item.tools to net.xun.armory.impl.item.tools.