#how can I place a block at coordinates without commands.
1 messages · Page 1 of 1 (latest)
world.getDimension('overworld').setBlockType({x:0, y: 0, z: 0}, 'minecraft:block')
Thank you
1 more thing can I set a block with a sate value?
And how do I get a blocks x, y, z coordinates
That's all
sounds like you need to do setBlockPermutation instead.
I tried but it gave me problems
It was laggy and tried to change air instead of the block I wanted
you need to import BlockPermutation
I have it imported, it works but not in the way I need it to