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 x, y, z variables.
If your script calls blockAutomation.useItem(...); or blockAutomation.breakBlock(...); module will use item and place block, or break block at current coordinates.
Some items require player to look at correct direction to be used. These kind of items send another packet to the server and are not supported by block automation. Example: filling/emptying bucket or glass bottle.
If you are unsure if your item can be used from Block Automation try enter FreeCam and use item while looking at another direction.
Enabled
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
Use Shift while placing blocks
Using shift may cause your character to randomly crouch for a fraction of a second
Attach to Air
Actions per tick:
Debug Mode
Shows block place plans, doesn't actually place blocks. Use blockAutomation.useOne(); hotkey to place one block.