This should work well: ```typescript world.setBlock(0, 0, 0, 'xxslab', { position: 'top' }); world.setBlock(0, 0, 0, 'xxslab', { position: 'bottom' }); ```
This should work well: