Habitat Segment

Type: component | Extends: Segment
PROBLEM

SOLUTION

A single self-contained living module that connects above and below to adjacent segments. Each segment is a complete room. Stack them in any order. The building is the menu and you are the chef.

EXTENDS
Inputs
Outputs
TREE
AVAILABLE INPUTS
AVAILABLE OUTPUTS
Schema
                            {
    "id": "comp_habitat",
    "name": "Habitat Segment",
    "type": "component",
    "inputs": [],
    "outputs": [],
    "passthru": [],
    "children": [],
    "extends": {
        "id": "comp_segment",
        "name": "Segment",
        "type": "component",
        "inputs": [],
        "outputs": [],
        "passthru": [],
        "children": [],
        "tree": [],
        "extends": null,
        "problem": "There are not enough burritos.",
        "description": "A standardized building block of the whole MTREES Universe, called the Burrito Builder. Each segment hosts one or more components and connects above and below via universal locking collar. Stack as many as the ceiling allows."
    },
    "description": "A single self-contained living module that connects above and below to adjacent segments. Each segment is a complete room. Stack them in any order. The building is the menu and you are the chef.",
    "template": "component"
}