File Details
HyWeaponVariants-0.0.9.jar
- R
- Mar 10, 2026
- 318.65 KB
- 205
- Early Access
File Name
HyWeaponVariants-0.0.9.jar
Supported Versions
- Early Access
Summary of what was added, changed, and fixed in this release.
What we added (new features)
- (None in this release.)
What we changed (behavior / improvements)
- Shield detection — Shield items are identified via configurable
weaponDetection.shieldItemIdGlobs(default:*Shield*,*_Buckler*,*_Barrier*) so on-block counter effects and variant lookups work for custom shield item IDs.
What we fixed (bug fixes)
- Bash and block attacks — Fixed so variants are applied correctly to bash and block attacks (damage scaling and on-hit effects now apply as intended).
- Shield issues — Fixed shield-related bugs; shield items with variants (e.g. for on-block counter effects) are now found and applied correctly.
- API compatibility — Updated to current Hytale server API:
ItemContainernow usesgetCapacity()(replacing deprecatedgetSize()) andgetItemStack(short)for slot indices, fixing build and runtime when scanning player containers (e.g. for shields).