#how can I place a block at coordinates without commands.

1 messages · Page 1 of 1 (latest)

steel nimbus
#

.

tawdry pagoda
# steel nimbus .
world.getDimension('overworld').setBlockType({x:0, y: 0, z: 0}, 'minecraft:block')
steel nimbus
#

And how do I get a blocks x, y, z coordinates

#

That's all

tawdry pagoda
#

sounds like you need to do setBlockPermutation instead.

steel nimbus
#

It was laggy and tried to change air instead of the block I wanted

tawdry pagoda
#

you need to import BlockPermutation

steel nimbus
#

I have it imported, it works but not in the way I need it to