OCBlockReplacer Mod
This OpenComputers addon introduces a specialized mechanism for automatic block replacement into the game. Place the replacement block, connect it to a computer network, and load the necessary blocks through any transport system - hoppers, pipes, and other similar mechanisms.
The functionality is activated through a program call with arguments .replace(posX, posZ, negX, negZ, y, block), where all coordinates are specified relative to the replacement block itself. The device will automatically replace all blocks of the specified type using materials from its internal storage. Removed blocks can be extracted through the bottom of the mechanism.
