#applying where [] filter in "area" of blocks
1 messages · Page 1 of 1 (latest)
where the type of input = air?
and blocks between will be a line from a to be, but within will be a cuboid
where [type of input = air] did not load
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
you put it after a list