"ReplaceBlocks:" does not accept blocks with data values as the block to be targetted for replacement
MCPitman opened this issue ยท 1 comments
MCPitman commented
Example:
ReplacedBlocks: (DIRT,DIRT:2) -- works
ReplacedBlocks: (DIRT:2,DIRT:1) -- does not work, OTG will remove the :2 from first entry if WriteEnabled, and will target DIRT (with no data)