# Material Inscribe Item

## Description

This Property manages the allowed materials for a module.Example```json5{    "inscribe_data_on_craft": [        "PROJECTILE",        "TEST"    ]    // copies the material stack on the crafted stack under the keys set here.}```

