Fixed: – Fixed incorrect loading of actions in some cases due to missing required import;
– Improved structure of some variables in placeholders;
– Improved entity search in some actions;
– Parsing of radius and coordinates in
entitiesInRadius placeholders now occurs in float;
– Parsing of necessary variables in some actions now occurs in float too.
Added: – Information
walkSpeed,
flySpeed,
ticksLived,
isGliding,
isBlocking and
isHandRaised in
entity placeholders;
– Action
change_gliding to change the gliding state of entities;
– Action
change_ticks_lived to change the lifespan of entities in ticks;
– Action
change_speed to change the flying and walking speed of players;
– Placeholder
blockLight to get blocks lighting.