Skip to content

VinesSpell

MomoPewpew edited this page Jul 28, 2023 · 6 revisions

Source Code

spell-class: ".targeted.VinesSpell"

Description:

A targeted spell that makes vines grow on the targeted block.

Configuration:

Option Description Default Value
up How far to spread the vines up. 3
down How far to spread the vines down. 1
width How far to spread the vines horizontally. 1
animate-interval Interval between spawning vines. 0

Example:

vines:
    spell-class: ".targeted.VinesSpell"
    up: 3
    down: 3
    width: 0
    animate-interval: 5
Clone this wiki locally