#Tool mask still not working
1 messages · Page 1 of 1 (latest)
just drag the top one instead
im confused by what you mean
the one with the text "AND"
oh, i see
your mask is wrong and you think the popup has something to do with it
you typed "block = stone & block = dirt"
a block can't be stone AND dirt at the same time
you want to check if block = stone | block = dirt
what is the popup saying