{ "_fv": 73, "_type": "feature", "definition": { "skipPlacement": false, "generationStep": "TOP_LAYER_MODIFICATION", "restrictionBiomes": [ { "value": "#minecraft:is_mountain" } ], "featurexml": "90This block represents a feature for iron ore. This handles both the stone variant and the deepslate variant. Ores should be generated during the UNDERGROUND_ORES generation stage.If the target block can be replaced by stone ores, place the stone variantstone_ore_replaceablesBlocks.DIAMOND_OREIf the target block can be replaced by deepslate ores, place the deepslate variantdeepslate_ore_replaceablesBlocks.DEEPSLATE_DIAMOND_OREPlacement modifiers are processed from top to bottom. First, we repeat the feature 10 times on every chunk10This is how many times the feature is repeated.We then move each feature horizontally, so that they don't generate in the corner of the chunkWe then set the height of the feature. This ore feature generates with a triangular distribution between -24 and 56-6424Finally, we check that the feature isn't outside of the biome. This placement modifier should always be the last one." } }