#applying where [] filter in "area" of blocks

1 messages · Page 1 of 1 (latest)

thorny temple
#

hi how can i apply the where [] filter to this line, getting and filtering the blocks inside that "area"? (e.g. only replace air)

set blocks between (block 1 meter below player) and {_block} to stone

grand phoenix
#

where the type of input = air?

#

and blocks between will be a line from a to be, but within will be a cuboid

thorny temple
#

ye its a line

#

thx

thorny temple
grand phoenix
#

?

#

wdym "didn not load"?
errors? SkUnity parser stuck?

thorny temple
#

i figured it out

#

set blocks between {_loc1} and {_loc2} where [block at input = air] to stone

#

i previously have only put the filters at the end of a line, so the concept of putting it directly after location (between locations and the stone) was new

#

but it does make a lot of sense

grand phoenix
#

you put it after a list