{ "$id": "blockception.minecraft.behavior.biomes.minecraft.capped_surface", "title": "Capped Surface", "description": "Generates surface on blocks with non-solid blocks above or below.", "type": "object", "additionalProperties": false, "required": ["floor_materials", "ceiling_materials", "sea_material", "foundation_material"], "properties": { "ceiling_materials": { "title": "Ceiling Materials", "description": "Materials used for the surface ceiling.", "minItems": 1, "items": { "$ref": "../../../../general/block/reference.json" } }, "floor_materials": { "title": "Floor Materials", "description": "Materials used for the surface floor.", "minItems": 1, "items": { "$ref": "../../../../general/block/reference.json" } }, "sea_material": { "title": "Sea Material", "description": "Material used to replace air blocks below sea level.", "$ref": "../../../../general/block/reference.json" }, "foundation_material": { "title": "Foundation Material", "description": "Material used to repalce solid blocks that are not surface blocks.", "$ref": "../../../../general/block/reference.json" }, "beach_material": { "title": "Beach Material", "description": "Material used to decorate surface near sea level.", "$ref": "../../../../general/block/reference.json" } } }