Block Automation

Write script to place blocks, use items on blocks, break blocks in range.
Every game tick module runs your script for all blocks in range. You can get current block coordinates from currentBlock API. If your script calls blockAutomation.useItem(...); or blockAutomation.breakBlock(...); module to use item and place block, or break block at current coordinates. Module can only place/break 1 block per tick.
Max Build Distance:
Distance between player eyes and center of block module will try to place
Use hotbar slots:
Separated by comma. Example: 6,7,8
Using shift may cause your character to randomly crouch for a fraction of a second
Actions per tick:
Shows block place plans, doesn't actually place blocks. Use blockAutomation.useOne(); hotkey to place one block.
Code
Scripting Language Reference