LogoTruly Modular: Modular Item API

Allowed Material

Description

This Property manages the allowed materials for a module.

Example

{
"allowed_material":{
"allowedMaterials": [
"metal" // list of allowed material groups
],
"cost": 5 //the cost of the module.
}
}
}