TargeterEntity
itemsNearOrigin
Gets all items in a radius around the origin
Aliases
INO
Examples & Notes
Examples
In this example, a projectile launched by a player will make the caster pick up every item in a 5 block radius around the projectile every execution of the onTick metaskill
ExampleSkill:
Skills:
- projectile{...;
onTick=[
- pickupitem @ItemsNearOrigin{r=5}
]}
Universal Targeter Options
- Author:
- Ashijin
