#Is there any way to prevent lava from burning blocks?

1 messages · Page 1 of 1 (latest)

wanton sigil
#

I'm making a skill that uses lava, but vines and torches keep getting burned by the lava and disappearing. Is it possible to prevent this with a skript?

indigo torrent
#

You can either do:

  1. Turn off doFireTick
  2. On burn:/(of block)
wanton sigil
indigo torrent
#

Have you tried setting the block back

wanton sigil
indigo torrent
#

I’m not too sure, but something like this might work:

    set {_a} to event-block
    set block at event-location to {_a}```
#

Actually, this might work better (if that one works):

    set block at event-location to event-block```
indigo torrent
#

Any errors?

#

Wait bruh

#

Just try canceling the event

#

Why didn’t I think of that earlier

wanton sigil
indigo torrent