#How to get block coordinate?

1 messages · Page 1 of 1 (latest)

cunning venture
#

How to get block coordinate?
let's say I want to get the coordinates of a block of wood after I put it

empty crane
#

const {x, y, z} = block

cunning venture
abstract scaffold
#
const player = event.source
const block = event.block

console.warn(JSON.stringify(block))

})```
abstract scaffold