WorldEdit

WorldEdit

43M Downloads

Cardinal direction conditionals in mask and gmask

LadyCailinBot opened this issue ยท 3 comments

commented

WORLDEDIT-3344 - Reported by Snhnry

It would be highly useful to have the ability to place blocks only on specific sides of a block (North, south, east, west), as a complement to the overlay and underlay masks that currently exist.

Thanks for your consideration.

commented

Comment by wizjany

I think this is doable with queryRel. Not sure of the exact syntax right now but try something like //gmask =queryRel(1,0,0,block,data)

commented

Comment by Snhnry

@wizjany I was never able to get this working. Have there been any recent changes to queryRel or masks that would allow this?

commented

Comment by wizjany

tracked down the issue, should work now