{ "_fv": 60, "_type": "feature", "definition": { "generationStep": "TOP_LAYER_MODIFICATION", "restrictionBiomes": [ { "value": "CUSTOM:Cliffs" } ], "featurexml": "140This block represents a feature for quartz ore. Nether ores should be generated during the UNDERGROUND_DECORATION generation stage.If the target block is netherrack, replace it with quartz oreCUSTOM:FakeAndesiteBlocks.EMERALD_OREPlacement modifiers are processed from top to bottom. First, we repeat the feature 16 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 uniform distribution between 10 blocks above the bottom and 10 blocks below the top.1010Finally, we check that the feature isn't outside of the biome. This placement modifier should always be the last one." } }