Actions
Shoot Fireball
Shoot a fireball from a player or entity as an ItemsAdder action. Configure power, speed, and whether the fireball leaves fire on impact.
shoot_fireball:
power: 1
speed: 2.0 # Optional (Default value: 1.0)
fire: false # Optional (Default value: true)