Scripted Block Placer

Write script to place blocks in range.
Every game tick module runs your script for all blocks in range, which can be replaced (for example, air, water, sea grass). You can get current block information from currentBlock API. If your script calls blockPlacer.setBlockId("block_id"); with valid block id, module tries to place block here. Module can only place 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
Shows block place plans, doesn't actually place blocks. Use blockPlacer.placeOne(); hotkey to place one block.
Code
Scripting Language Reference