Documentation
{
    "style": {
        "margin": {
            "left": "Auto",
            "right": "Auto",
            "top": "Auto",
            "bottom": "Auto" 
        }
    },
    "exclusive": true,
    "image": "inventory.png",
    "content": {
        "Nodes": [
            {
                "path": "hotbar",
                "style": {
                    "position_type": "Absolute",
                    "left": {
                        "Px": 10
                    },
                    "top": {
                        "Px": 118
                    },
                    "width": {
                        "Px": 168
                    },
                    "height": {
                        "Px": 16
                    },
                    "column_gap": {
                        "Px": 5
                    }
                },
                "content": {
                    "Items": {
                        "allow_quick_place": true
                    }
                }
            },
            {
                "path": "inventory",
                "style": {
                    "position_type": "Absolute",
                    "flex_wrap": "Wrap",
                    "left": {
                        "Px": 10
                    },
                    "top": {
                        "Px": 52
                    },
                    "width": {
                        "Px": 168
                    },
                    "height": {
                        "Px": 16
                    },
                    "column_gap": {
                        "Px": 5
                    },
                    "row_gap": {
                        "Px": 4
                    }
                },
                "content": {
                    "Items": {
                        "allow_quick_place": true
                    }
                }
            },
            {
                "path": "equipment/helmet",
                "style": {
                    "position_type": "Absolute",
                    "left": {
                        "Px": 10
                    },
                    "top": {
                        "Px": 18
                    },
                    "width": {
                        "Px": 16
                    },
                    "height": {
                        "Px": 16
                    }
                },
                "content": {
                    "Items": {
                        "allowed_item_types": ["helmet"]
                    }
                }
            },
            {
                "path": "equipment/chestplate",
                "style": {
                    "position_type": "Absolute",
                    "left": {
                        "Px": 29
                    },
                    "top": {
                        "Px": 18
                    },
                    "width": {
                        "Px": 16
                    },
                    "height": {
                        "Px": 16
                    }
                },
                "content": {
                    "Items": {
                        "allowed_item_types": ["chestplate"]
                    }
                }
            },
            {
                "path": "equipment/leggings",
                "style": {
                    "position_type": "Absolute",
                    "left": {
                        "Px": 48
                    },
                    "top": {
                        "Px": 18
                    },
                    "width": {
                        "Px": 16
                    },
                    "height": {
                        "Px": 16
                    }
                },
                "content": {
                    "Items": {
                        "allowed_item_types": ["leggings"]
                    }
                }
            },
            {
                "path": "equipment/boots",
                "style": {
                    "position_type": "Absolute",
                    "left": {
                        "Px": 67
                    },
                    "top": {
                        "Px": 18
                    },
                    "width": {
                        "Px": 16
                    },
                    "height": {
                        "Px": 16
                    }
                },
                "content": {
                    "Items": {
                        "allowed_item_types": ["boots"]
                    }
                }
            },
            {
                "path": "inventory/crafting_input",
                "style": {
                    "position_type": "Absolute",
                    "flex_wrap": "Wrap",
                    "left": {
                        "Px": 105
                    },
                    "top": {
                        "Px": 8
                    },
                    "width": {
                        "Px": 35
                    },
                    "height": {
                        "Px": 36
                    },
                    "column_gap": {
                        "Px": 5
                    },
                    "row_gap": {
                        "Px": 4
                    }
                },
                "content": {
                    "Items": {
                        "allow_quick_place": false
                    }
                }
            },
            {
                "path": "inventory/crafting_output",
                "style": {
                    "position_type": "Absolute",
                    "left": {
                        "Px": 162
                    },
                    "top": {
                        "Px": 19
                    },
                    "width": {
                        "Px": 16
                    },
                    "height": {
                        "Px": 16
                    }
                },
                "content": {
                    "Items": {
                        "allowed_item_types": []
                    }
                }
            }
        ]
    }
}