# Allowed Material

## Description

This Property manages the allowed materials for a module.Example```json5{    "allowed_material":{        "allowedMaterials": [            "metal" // list of allowed material groups        ],        "cost": 5 //the cost of the module.    }}}```

