- Fixed particles throwing errors on 1.20.X versions
- Fixed ClassCastException in item tool rules
- Fixed MountTarget mechanic being broken on newer versions
- Fixed NPE in StatExecutor closes #1871
- Added
@PredictedTargetLocation{ticks=X}
targeter- perf: optimize PacketEntityRenderer iteration
- perf: optimize Projectile.evaluatePotentialTargets
- Fixed some custom AI goals not loading since a few updates ago
- Fixed some issues with the item matcher and associated mechanics
- work you miserable piece of
- 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 terminated reference always cloned
- + Fixed stat not using base value on startup
- + Fixed varequal and varrange not using skill meta
Fixed minor error logging
Added HitTargeter to projectile type mechanichitTarget
htr
accepts an entity targeter. Entities targeted byhtr
would be processed through onHit and gain immune delay
- Fixed varinRange condition not being able to reference skill variables as a TargetCondition
- Added step and lerp function
step(e, x) { 0, x < e; 1, x >= e
lerp(a, b, r)
+ next
- + Added pin regions and related commands
- + Added MaxPerCluster option for random spawners
Added VolatileEntityHandler#getDefaultAttributes and VolatileEntityHandler#hasDefaultAttributes. Fixes the magic value error.
Branched metaskill now cant be canceled with terminable
Allow message mechanic to be used without target
Fixed shoot mechanic thanks faceguy now our arrows are properly rotated
Fallback targeter attribute
Universal attributefallback
fb
on targeter that is used if the main targeter has no target