MineCICD added "plugins"
This commit is contained in:
16
plugins/libreforge/chains.yml
Normal file
16
plugins/libreforge/chains.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
# Read more about chains: https://plugins.auxilor.io/effects/configuring-an-effect#effect-chains
|
||||
|
||||
chains:
|
||||
- id: shoot_extra_arrows
|
||||
effects:
|
||||
- id: shoot_arrow
|
||||
args:
|
||||
repeat:
|
||||
times: "2 * %arrows%"
|
||||
start: "-11 * %arrows%"
|
||||
increment: 22
|
||||
inherit_velocity: true
|
||||
mutators:
|
||||
- id: spin_velocity
|
||||
args:
|
||||
angle: '%repeat_count%'
|
||||
Reference in New Issue
Block a user