#is there a way to grab a block at exact coordinates?

1 messages · Page 1 of 1 (latest)

pearl rune
#

Im trying to spawn a structure at the same coordinates always and check if it has been generated before.

My way of doing that is having the structure spawn with a barrier block, and i wanna see if at those exact coordinates exists a barrier block.

lone swallowBOT
#

Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!

pearl rune
#

something like event.level.coordinates(x,y,z).block.id

#

but thats prolly not a think

#

thing

snow hare
#

event.level.getBlock(x,y,z).id will cover ya