diff --git a/creator/Reference/Content/WorldgenReference/Examples/JigsawProcessors.md b/creator/Reference/Content/WorldgenReference/Examples/JigsawProcessors.md index bdc55b8a2..882338d4f 100644 --- a/creator/Reference/Content/WorldgenReference/Examples/JigsawProcessors.md +++ b/creator/Reference/Content/WorldgenReference/Examples/JigsawProcessors.md @@ -51,7 +51,7 @@ A list of processors of [processor_type](#processor_type) that will be run when "blocks": ["", ...] }, { - "processor_type": "minecraft:block_ignore", + "processor_type": "minecraft:protected_blocks", "value": "" }, { @@ -111,7 +111,7 @@ Specifies which blocks in the world cannot be overridden by this structure. ```json "processors": [ { - "processor_type": "minecraft:block_ignore", + "processor_type": "minecraft:protected_blocks", "value": "" }, ]