Description
Adds a automata block that lets you match and replace 3x3x3 patterns of blocks.
Lets you control if the automata is running using redsignals.
Some things you can do:
- Replace all water from a lake with lava
- Empty a block region
- Infinite railroads
- Stairs going way down to bedrock level
- Computations like sorting or anything with a finite state machine
The possibilities are endless
Instructions:
Works like a find and replace.
Add a start block pattern with a red signal source
Add a 3x3x3 block pattern to be the matcher (empty matches any block)
Add a 3x3x3 block pattern to be the replacement
Add a termination block
Repeat matcher, replacement and terminator for more patterns
It will:
Search for blocks that matches the pattern when turned on
Replaces those blocks
Run Pattern again for replaced blocks


