#Is there any way to prevent lava from burning blocks?
1 messages · Page 1 of 1 (latest)
Certainly, if you use those two, you can prevent something like a tree from burning, but something like a vine feels like it disappears differently from burning... so it doesn't disappear.
Have you tried setting the block back
how can i do?
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```
um... it's not working
Any errors?
Wait bruh
Just try canceling the event
Why didn’t I think of that earlier
I've already tried canceling the event. But it didn't work either...
Maybe try having multiple if statements for each block that burns, it’ll be longer but at least it’ll work (maybe):
if event-block is oak log:
set block at event-location to oak log
else if event-block is _:
#continue```