Fixed: Metadata exclusion null
RandomDouble offset (API only)
1.21.10: Added COPPER_GOLEM with options:
Options.WeatheringState: UNAFFECTED/EXPOSED/WEATHERED/OXIDIZED
Options.Waxed: true
+ 1.21.10: Added MANNEQUIN with options:
Wrapping early loading of mechanics in try-catch
- MannequinOptions.Immovable: true
- MannequinOptions.Description – the title displayed under the mannequin's name
- MannequinOptions.Pose
- MannequinOptions.Skin – namespaced key for the skin texture in the resource pack
- MannequinOptions.Cape – namespaced key for the cloak texture in the resource pack
- MannequinOptions.Elytra – namespaced key for the Elytra texture in the resource pack
- MannequinOptions.Model: CLASSIC/SLIM
Fixed: delay in execution of custom mechanics during skill
execution Custom mechanics registered by different plugins within a runtime-generated metaskill (e.g. vskill) can now be called immediately without adding a
delay Fixed NPE in onKnockbackEntity
Added support for version 1.21.8
Added startYOffset startForwardOffset and startSideOffset parameters to the shoot and volley mechanics
Added missing parameters and support for placeholders for orbitals, including hitConditions, stopConditions, hitTargeter, and drawHitbox
Optimized orbital logic
Removed unnecessary use of reflection for AI purposes
Work on the particle bundler system has begun
Added placeholder support for radius in ParticleOrbital effect (closes #1973)
Removed hs alias for hugSurface in orbit mechanics
Added immuneDelay option to orbit mechanics and fixed issue with ignoring re-hit
protection Updated target selection logic for orbital effects
Merged memory leak fix from masmc05
Added exactmatch=false parameter for the mythicMobType
condition Fixed initialization of the entity search class — now it loads correctly
TargetSelf would now ignore all other filters
Added API for custom targeters to override filters
Fixed ENO including caster regardless of condition when targetself = true
Fixed NPE being triggered by the onTeleport trigger when players first join a server
Updated hasItem condition to use the new Item Pickup
More work on 1.21.4 support
Added support for the placeholder for giving
Fixed IllegalArgumentException caused by cat heads on 1.21
Fixed some issues with parry and parry_counterattack stats