Open Terrain Generator (OTG)

Open Terrain Generator (OTG)

10M Downloads

"ReplaceBlocks:" does not accept blocks with data values as the block to be targetted for replacement

MCPitman opened this issue ยท 1 comments

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)

commented

Should be fixed with v7_r26