#How to get block coordinate?
1 messages · Page 1 of 1 (latest)
const {x, y, z} = block
in the case of my example, how does it get the coordinates of the delivered block?
const player = event.source
const block = event.block
console.warn(JSON.stringify(block))
})```
Try this, if there is an error let me know. I'm just on mobile manually typing it in.